diff --git a/CHANGELOG.md b/CHANGELOG.md index ffaf63c..8c0eeb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.3.2] - 2018-04-05 +### Changed +- Changed version constraint to `craftcms/cms: ^3.0.0` + ## [1.3.1] - 2018-03-16 ### Fixed - Category Elements are now supported diff --git a/composer.json b/composer.json index 7dfb016..419529f 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "ostark/upper", "description": "A cache plugin for Craft - supporting multiple Edge Caches", "type": "craft-plugin", - "version": "1.3.1", + "version": "1.3.2", "keywords": [ "craft", "cms", @@ -25,7 +25,7 @@ } ], "require": { - "craftcms/cms": "^3.0.0-RC1", + "craftcms/cms": "^3.0.0", "guzzlehttp/guzzle": "^6.2" }, "autoload": { diff --git a/src/Plugin.php b/src/Plugin.php index 601948e..46bb919 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -72,7 +72,7 @@ public function init() \Craft::$app->getResponse()->attachBehavior('tag-header', TagHeaderBehavior::class); } - + // ServiceLocators // =========================================================================