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

Commit

Permalink
craftcms/cms 3.0.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Stark committed Apr 5, 2018
1 parent c5c96a4 commit 152b4cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -25,7 +25,7 @@
}
],
"require": {
"craftcms/cms": "^3.0.0-RC1",
"craftcms/cms": "^3.0.0",
"guzzlehttp/guzzle": "^6.2"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function init()
\Craft::$app->getResponse()->attachBehavior('tag-header', TagHeaderBehavior::class);

}


// ServiceLocators
// =========================================================================
Expand Down

0 comments on commit 152b4cf

Please sign in to comment.