Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (33 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

46 lines (33 loc) · 1.1 KB

Eager Beaver Changelog

All notable changes to this project will be documented in this file.

4.0.2 - 2022.09.17

Changed

  • Handle passing in ElementQuery's and Collection's (#32)

4.0.1 - 2022.08.18

Changed

  • Add allow-plugins to composer.json to allow CI tests to work

Fixed

  • Fixed an issue with the short syntax type declarations ([#31]#31)

4.0.0 - 2022.06.01

Added

  • Initial Craft CMS 4 release

4.0.0-beta.1 - 2022.03.11

Added

  • Initial Craft CMS 4 compatibility

1.0.4 - 2018.07.30

Changed

  • Code cleanup
  • Updated README.md with native Craft examples

1.0.3 - 2018.03.02

Changed

  • Fixed deprecation errors from Craft CMS 3 RC13

1.0.2 - 2017.02.01

Changed

  • Renamed the composer package name to craft-eagerbeaver

1.0.1 - 2017.12.06

Changed

  • Updated to require craftcms/cms ^3.0.0-RC1
  • Switched to Craft::$app->view->registerTwigExtension to register the Twig extension

1.0.0 - 2017-09-30

Added

  • Initial release