Skip to content

Commit

Permalink
version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Mar 12, 2021
1 parent 5164583 commit 4d2e13e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.2.0 - 2021-03-12

### Changed
- Now requires Craft 3.6+.
- Updated OAuth dependancies to be compatible with Guzzle 7.

## 2.1.4 - 2020-04-28

### Fixed
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/social-poster",
"description": "A Craft CMS plugin for automatically posting entries to social media.",
"type": "craft-plugin",
"version": "2.1.4",
"version": "2.2.0",
"keywords": [
"craft",
"cms",
Expand All @@ -25,12 +25,12 @@
}
],
"require": {
"craftcms/cms": "^3.4.0",
"craftcms/cms": "^3.6.0",
"verbb/base": "^1.0.2",
"guzzlehttp/oauth-subscriber": "^0.3.0",
"guzzlehttp/oauth-subscriber": "^0.4.0",
"facebook/graph-sdk": "^5.7",
"league/oauth1-client": "1.7.0@dev",
"league/oauth2-client": "^2.2",
"league/oauth1-client": "^1.8.0",
"league/oauth2-client": "^2.5.0",
"league/oauth2-facebook": "^2.0",
"league/oauth2-linkedin": "2.1.0@dev"
},
Expand Down

0 comments on commit 4d2e13e

Please sign in to comment.