Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

71 lines (44 loc) · 2.32 KB

Changelog

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.

2.0.2 - 2024-10-24

Fixed

  • Fixed a bug where the add button would still appear for preview images if no images were found in the preview source folder set in the plugin settings

2.0.1 - 2024-07-05

Fixed

  • Fixed an error that occurred when applying project config changes that included a new content template

2.0.0 - 2024-03-31

Added

  • Added Craft 5 compatibility

Removed

  • Removed Craft 4 compatibility

1.0.8 - 2024-07-05

Fixed

  • Fixed an error that occurred when applying project config changes that included a new content template

1.0.7 - 2024-02-24

Fixed

  • Fixed an error that occurred when applying a content template to a new entry, if the primary site was disabled for the entry's section (thanks @IrateGod)

1.0.6 - 2023-10-09

Fixed

  • Fixed an error that occurred when saving a content template for an entry type with an SEO field on its field layout

1.0.5 - 2023-09-26

Fixed

  • Fixed a bug where rebuilt project config data could include content template orders with missing array keys, which caused errors when applying that project config data

1.0.4 - 2023-09-21

Fixed

  • Fixed a bug where the 'Choose a template' modal would reappear when reloading a new draft with changes made to any of its field values, as long as the slug had not been set

1.0.3 - 2023-08-25

Fixed

  • Fixed a bug where the 'Choose a template' modal would not appear when creating a new entry with fields with non-empty default values
  • Fixed an "Element query executed before Craft is fully initialized" warning in the Craft logs that was caused by Content Templates

1.0.2 - 2023-08-23

Fixed

  • Fixed an error that occurred when saving a content template if the Preparse Field plugin is also installed

1.0.1 - 2023-07-14

Fixed

  • Fixed a bug where content templates could not be created for entry types that didn't yet have a content template structure created
  • Fixed an error that occurred when deleting a content template draft, if the associated entry type had no other content templates

1.0.0 - 2023-06-13

Added

  • Initial release