Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

69 lines (45 loc) · 1.54 KB

Changelog

5.0.1 - 2024-02-21

Added

  • New icon

5.0.0 - 2024-02-09

Added

  • Full Craft 5 support

5.0.0-alpha.2 - 2023-12-19

Fixed

  • Fixed Craft alpha dependency

5.0.0-alpha.1

Added

  • Support for Craft 5.0.0-alpha

3.0.1

Fixed

  • Fixed an error with dump() (#13)

3.0.0

Added

  • Craft 4 🚀

3.0.0-beta.1

Added

  • Craft 4 compatibility
  • The plugin now uses symfony/vardumper (which comes with Craft) instead of larapack/dd

2.0.0

Fixed

  • Due to an update to twig/twig an Craft requiring that version we had to bump to twig version for this to keep the dump&die/dd function working. #10

1.3.1 - 2018-07-10

Fixed

  • Fixes a bug where the plugin may cause Twig to be loaded before it should be (#9, via brandonkelly)

1.3.0 - 2018-07-10

Added

  • the plugin now also handles the Craft's dump function (#8, via bertoost)

1.2.0 - 2018-04-07

Fixed

  • Fixed an issue where the debug output would overlap with Craft's modals (reported by @lukeyouel)

1.1.3 - 2018-02-01

Fixed

  • Fixed plugin init() function (@FreekVR)

1.1.2 - 2017-12-13

Fixed

  • Make the plugin work with future RC versions

1.1.0 - 2017-11-23

  • Craft 3 RC 1 release

1.0.0 - 2017-10-08

  • Initial release.