Skip to content

Commit

Permalink
Finish 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mosnar committed Jan 13, 2020
1 parent 9c1344a commit 08ca1cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## 2.1.3 - 2020-01-13
### Added
- Added a setting to override a provider's authorization URL
- Added `EVENT_CREATE_TOKEN_MODEL_FROM_RESPONSE` to base Provider
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": "venveo/craft-oauthclient",
"description": "Simple OAuth 2.0 client",
"type": "craft-plugin",
"version": "2.1.2",
"version": "2.1.3",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Plugin extends BasePlugin
/**
* @var string
*/
public $schemaVersion = '1.1.0';
public $schemaVersion = '2.1.3';
public $hasCpSettings = true;

// Public Methods
Expand Down

0 comments on commit 08ca1cd

Please sign in to comment.