All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed reference to renamed method that was preventing preparse fields from rendering in the table view in certain cases (#101)
- Initial Craft 5 release
- Added namespace aliasing to prevent integrations with other plugins/modules from breaking
- Fixed a bug where the
preparseFieldService
could not be found(#100)
- Migrated to
jalendport/craft-preparse
- Updated reference to Twigfield
- Updated to use craft-code-editor instead of craft-twigfield (#87 - thanks @khalwat)
- Initial Craft 4 release
- Updated to use craft-code-editor instead of craft-twigfield (#86 - thanks @khalwat)
- Added support for craft-twigfield (#81 - thanks @khalwat)
- Added datetime column type option (#63 - thanks @mmikkel)
- Reverted #66 due to bug where sometimes the element couldn't be re-fetched from the database (#70, #71, #72, #73)
- Fixed a bug causing missing Matrix blocks on elements in certain cases (#69)
- Fixed a bug preventing elements from saving successfully in certain multisite setups (#70)
- Fixed a bug causing missing Matrix blocks on new elements (#66 - thanks @monachilada)
- Fixed a bug causing missing Matrix blocks on revisions (#65 - thanks @brandonkelly)
- Fixed incorrect branch names in README and composer.json
Transfer of ownership...
- Added a class alias so sites with Preparse currently installed will continue to function smoothly after the namespace change
- Fixes compability issues with Craft 3.2 (Thanks, @brandonkelly).
- Added
SortableFieldInterface
to field type.
- Changed composer requirement for
craftcms/cms
to^3.2.0
.
- Replaced
unset()
on$_FILES
with setting it to an empty array (fixes #52).
- Fixed a bug where warnings weren’t showing up when editing an existing preparse field’s column type.
- Fixed an error that occurred when updating to preparse 1.0.5 on Craft 3.0.x
- Adds Craft 3 migrations. (thanks @carlcs).
- Adds support for showing preparse fields in element indexes (#33) (thanks @benface).
- Fixed an issue (#45) that would occure when uploading files through a front-end form for elements with a preparse field (thanks @aaronwaldon and @ademers).
- Fixed a bug that would keep preparse fields on assets from parsing on first save/upload (#37).
- Fixes a bug where preparse fields could not be hidden in asset element modals and matrixblocks.
- Added support for DECIMAL column types.
- Fixed an issue that would result in a duplicate key exception in multisite installations.
- Initial Craft 3 release.