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

Commit

Permalink
Prepare 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Stark committed Jan 26, 2021
1 parent 0518b43 commit b25a3b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.7.0] - 2021-01-27
- Craft 3.6 support
- Guzzle dependencies updated
- pgsql uid_urlhash_idx ([PR #7436](https://github.com/ostark/upper/pull/42))


## [1.6.0] - 2020-06-16
- Require at least Craft 3.2
- Prevent cache purge on updated drafts or revisions
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "ostark/upper",
"description": "A cache plugin for Craft - supporting multiple Edge Caches",
"type": "craft-plugin",
"version": "1.6.0",
"keywords": [
"craft",
"cms",
Expand All @@ -26,7 +25,7 @@
],
"require": {
"craftcms/cms": "^3.2.0",
"guzzlehttp/guzzle": "^6.2"
"guzzlehttp/guzzle": "^6.5.5|^7.2.0"
},
"require-dev": {
"phpstan/phpstan": "^0.10.2"
Expand Down

0 comments on commit b25a3b7

Please sign in to comment.