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

Commit

Permalink
## 1.0.8 - 2017.03.13
Browse files Browse the repository at this point in the history
### Fixed
* The handle used for translations is now all lowercase
  • Loading branch information
Andrew Welch committed Mar 13, 2017
1 parent 571c9ee commit 44186b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# PathTools Changelog

## 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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft3-pathtools",
"description": "This twig plugin for the Craft CMS brings convenient path & url manipulation functions & filters to your Twig templates.",
"type": "craft-plugin",
"version": "1.0.2",
"version": "1.0.3",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/PathTools.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ public function init()

Craft::$app->view->twig->addExtension(new PathToolsTwigExtension());

Craft::info('PathTools ' . Craft::t('pathTools', 'plugin loaded'), __METHOD__);
Craft::info('PathTools ' . Craft::t('pathtools', 'plugin loaded'), __METHOD__);
}
}

0 comments on commit 44186b6

Please sign in to comment.