Version 2.0.2

December 5, 2022

Fixed

  • Updated reference to Twigfield

Version 2.0.1

December 2, 2022

Changed

  • Updated to use craft-code-editor instead of craft-twigfield (#87 - thanks @khalwat)

Version 2.0.0

August 8, 2022

Added

  • Initial Craft 4 release

Version 1.4.1

December 2, 2022

Changed

  • Updated to use craft-code-editor instead of craft-twigfield (#86 - thanks @khalwat)

Version 1.4.0

August 8, 2022

Added

  • Added support for craft-twigfield (#81 - thanks @khalwat)

Version 1.3.0

August 6, 2022

Added

  • Added datetime column type option (#63 - thanks @mmikkel)

Version 1.2.5

July 2, 2021

Fixed

  • 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)

Version 1.2.4

February 24, 2021

Fixed

  • Fixed a bug preventing elements from saving successfully in certain multisite setups (#70)

Version 1.2.3

February 23, 2021

Fixed

  • Fixed a bug causing missing Matrix blocks on new elements (#66 - thanks @monachilada)

Version 1.2.2

November 30, 2020

Fixed

  • Fixed a bug causing missing Matrix blocks on revisions (#65 - thanks @brandonkelly)

Version 1.2.1

June 25, 2020

Fixed

  • Fixed incorrect branch names in README and composer.json

Version 1.2.0

June 25, 2020

Transfer of ownership...

Added

  • Added a class alias so sites with Preparse currently installed will continue to function smoothly after the namespace change

Version 1.1.0

August 3, 2019

Fixed

  • Fixes compability issues with Craft 3.2 (Thanks, @brandonkelly).

Added

  • Added SortableFieldInterface to field type.

Changed

  • Changed composer requirement for craftcms/cms to ^3.2.0.

Version 1.0.7

August 3, 2019

Changed

  • Replaced unset() on $_FILES with setting it to an empty array (fixes #52).

Version 1.0.6

March 21, 2019

Fixed

  • Fixed a bug where warnings weren’t showing up when editing an existing preparse field’s column type.

Version 1.0.5.1

February 27, 2019

Fixed

  • Fixed an error that occurred when updating to preparse 1.0.5 on Craft 3.0.x

Version 1.0.5

February 27, 2019

Added

  • Adds Craft 3 migrations. (thanks @carlcs).

Version 1.0.4

December 16, 2018

Added

  • Adds support for showing preparse fields in element indexes (#33) (thanks @benface).

Version 1.0.3

October 24, 2018

Fixed

  • 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).

Version 1.0.2

August 1, 2018

Fixed

  • 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.

Version 1.0.1

July 30, 2018

Added

  • Added support for DECIMAL column types.

Fixed

  • Fixed an issue that would result in a duplicate key exception in multisite installations.

Version 1.0.0

December 2, 2017

Added

  • Initial Craft 3 release.