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

Latest commit

 

History

History
42 lines (31 loc) · 887 Bytes

CHANGELOG.md

File metadata and controls

42 lines (31 loc) · 887 Bytes

PathTools Changelog

4.0.0-beta.1 - 2022.02.25

Added

  • Initial Craft CMS 4 compatibility

1.0.7 - 2018.02.01

Added

  • Renamed the composer package name to craft-pathtools

1.0.6 - 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.5 - 2017.07.15

Changed

  • Craft 3 beta 20 compatibility

1.0.4 - 2017.03.24

Changed

  • hasSettings -> hasCpSettings for Craft 3 beta 8 compatibility

1.0.3 - 2017.03.13

Fixed

  • The handle used for translations is now all lowercase

1.0.2 - 2017.03.12

Added

  • Added craft/cms as a composer dependency
  • Added code inspection typehinting for the plugin & services

1.0.1 - 2017.02.17

Changed

  • Code cleanup
  • Added a new colored icon

1.0.0 - 2017.02.14

Added

  • Initial release