Skip to content

Commit 08ca1cd

Browse files
committed
Finish 2.1.3
1 parent 9c1344a commit 08ca1cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

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

7-
## Unreleased
7+
## 2.1.3 - 2020-01-13
88
### Added
99
- Added a setting to override a provider's authorization URL
1010
- Added `EVENT_CREATE_TOKEN_MODEL_FROM_RESPONSE` to base Provider

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "venveo/craft-oauthclient",
33
"description": "Simple OAuth 2.0 client",
44
"type": "craft-plugin",
5-
"version": "2.1.2",
5+
"version": "2.1.3",
66
"keywords": [
77
"craft",
88
"cms",

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Plugin extends BasePlugin
6060
/**
6161
* @var string
6262
*/
63-
public $schemaVersion = '1.1.0';
63+
public $schemaVersion = '2.1.3';
6464
public $hasCpSettings = true;
6565

6666
// Public Methods

0 commit comments

Comments
 (0)