This repository was archived by the owner on May 9, 2023. It is now read-only.
·
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:cantanduser:isnttags. - [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.yamlfieldset. - [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
userstag can filter by a role or a user group. - [new]
$user->hasRole()can accept aRole. - [new] Added the
cache_bustparameter totheme:tags. - [fix] Fix pages not getting the cascading
folder.yamldata. - [fix] Only check for
always_populate_raw_post_datain the Installer for PHP versions 5.6 to 7. - [fix] Don't save
required: trueto fieldsets. - [fix] Fix the UI for the formset builder.
- [fix] Prevent error when
fromis 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
initmethod 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
transformtag. - [break] Added a
resourcesfolder to addons. Views, translations, and assets should go in there. - [break] Addon routes go in their own
routes.yamlfile instead of inmeta.yaml. - [break] Remove
Coreaddon class. You probably weren't using that anyway. - [break] With the new Redactor settings, you should use
settings: nameinstead ofsettings: [array].