This repository has been archived by the owner on May 9, 2023. It is now read-only.
Public Beta 5
·
38 commits
to master
since this release
- [new] The Fieldset Builder will auto-slugify field names as you're entering their display names.
- [new] Actually added the
user:can
,user:is
, anduser:in
tags instead of pretending we added them. - [new] You can now allow PHP in templates if you're too lazy to write a tiny little adorable addon. We make you turn a setting on first so at least you feed bad about it.
- [fix] Fields inside Grids and Replicators now use the correct default values. This fixes an an issue where Assets would load forever and ever and ever and ever and ever and ever infinity + 1.
- [fix] Fieldset builder settings fields have their values shown correctly. Fixes an issue where selects were blank.
- [fix] Improved the
$slugify
Vue instance method helper. - [fix] The List fieldtype no longer starts with an empty item.
- [fix] Fix some issues with the Relate fields, including the
max_items
setting. - [fix] Taxonomy Term's URLs are now root relative, as they should be.
- [fix] Fix
strip_tags
modifier. - [fix] Remove image_manipulation_source setting. It hasn't done anything for a while now besides look pretty.
- [fix] The
$this->api()
method no longer requires an argument, and will return the current addon's API class if left blank. - [fix] The
$this->getConfig()
method no longer requires an argument, and will return the full config array if left blank. - [fix] Contexualizing an addon will use the class name, not the title.