Releases: doublesecretagency/craft-spoon
Releases · doublesecretagency/craft-spoon
3.2.1
3.2.0
Added
- Added support for Super Table allowing you to use Spoon on Matrix fields that are inside Super Table fields, both
Super Table > Matrix
andMatrix > Super Table > Matrix
. Initially this is only for the global context which means you can only change these nested Matrix fields in the Spoon settings page and those changes apply everywhere (see #7 and #19).
3.1.0
Added
- Now the global settings page shows you the parent field if the Matrix field is contained in a Super Table block
Fixed
- Fixed an issue with the settings model rules not being declared properly
- Fixed an issue where sometimes the loader js wasn’t getting run
- Fixed an issue where no fields would show if the Matrix field being spooned was inside another Matrix field some how, tested inside Super Table (#7)
3.0.1
Changed
- Updated the README with the relevant GitHub project and a note about support
- Changed the required version of Craft to 3.0.16 which fixes an issue with Safari when configuring block type layouts (#8)
Updated
- Fixed a typo in the README
- Fixed an issue where the initial page load in Safari was showing blank blocks (#10)
3.0.0
3.0.0-beta.4
Added
- Added more general information around the plugin and a banner
Removed
- Removed support for third-party plugins to add their own contexts
Fixed
- Fixed an issue with loading the configurator on Users
- Fixed loading issues with Drafts and Sites
- Fixed a PHP error that occurred if you tried to edit an entry that doesn’t exist
3.0.0-beta.3
Added
- Added roadmap and pricing notes.
Fixed
- Fixed an error if the plugin wasn’t installed (thanks nilsenpaul)
- Fixed a filename casing issue (thanks nilsenpaul)
3.0.0-beta.2
Fixed
- Fixed a caching error in the BlockTypes Service
3.0.0-beta.1
Added
- Initial port from Pimp My Matrix