File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
55The 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments