- Initial Craft CMS 4 compatibility
- Renamed the composer package name to
craft-pathtools
- Updated to require craftcms/cms
^3.0.0-RC1
- Switched to
Craft::$app->view->registerTwigExtension
to register the Twig extension
- Craft 3 beta 20 compatibility
hasSettings
->hasCpSettings
for Craft 3 beta 8 compatibility
- The handle used for translations is now all lowercase
- Added
craft/cms
as a composer dependency - Added code inspection typehinting for the plugin & services
- Code cleanup
- Added a new colored icon
- Initial release