Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Public Beta 20

Latest
Compare
Choose a tag to compare
@jasonvarga jasonvarga released this 15 Mar 15:51
· 19 commits to master since this release
  • [new] Redactor now has reusable settings instead of specifying them inline.
  • [new] Redactor II is now Redactor I again. Newer isn't always better.
  • [new] Added user:cant and user:isnt tags.
  • [new] Submission data can be used within form config.
  • [new] Assets now have access to permalink.
  • [new] Addons can create their own settings pages by adding a settings.yaml fieldset.
  • [new] Addons can serve their own asset resources.
  • [new] Addons get a handful of resource handling methods.
  • [new] Addons can have their own translation files and have methods to use them.
  • [new] The users tag can filter by a role or a user group.
  • [new] $user->hasRole() can accept a Role.
  • [new] Added the cache_bust parameter to theme: tags.
  • [fix] Fix pages not getting the cascading folder.yaml data.
  • [fix] Only check for always_populate_raw_post_data in the Installer for PHP versions 5.6 to 7.
  • [fix] Don't save required: true to fieldsets.
  • [fix] Fix the UI for the formset builder.
  • [fix] Prevent error when from is unspecified when sending form emails.
  • [fix] Fix subject lines not being applied to form emails.
  • [fix] Fix issue where forms could not be created.
  • [fix] Call init method from within addon aspects.
  • [fix] The 'Create Global Set' button returned from a long hike.
  • [fix] The 'Upload Asset' now does something, instead of nothing.
  • [fix] Adjust the opacity of the version number.
  • [fix] Some more array field fixes.
  • [fix] Fix an error when loading a Replicator with hidden fields.
  • [fix] Fix an error on the addons page.
  • [fix] The Markdown field no longer uses a Github flavored preview. It tasted funny.
  • [fix] YAML fields get a min-height. A single line looked pretty derpy.
  • [break] Officially removed the transform tag.
  • [break] Added a resources folder to addons. Views, translations, and assets should go in there.
  • [break] Addon routes go in their own routes.yaml file instead of in meta.yaml.
  • [break] Remove Core addon class. You probably weren't using that anyway.
  • [break] With the new Redactor settings, you should use settings: name instead of settings: [array].