Skip to content

Commit

Permalink
Preparing for v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Beau Lebens committed Feb 28, 2021
1 parent 802b80b commit e557d9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keyring.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
define( 'KEYRING__DEBUG_ERROR', 3 );

// Indicates Keyring is installed/active so that other plugins can detect it
define( 'KEYRING__VERSION', '2.0' );
define( 'KEYRING__VERSION', '3.0' );

/**
* Core Keyring class that handles UI and the general flow of requesting access tokens etc
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: beaulebens, mdawaffe, jshreve, jkudish, automattic
Tags: authentication, security, oauth, http basic, authorization, facebook, foursquare, instagram, twitter, google
Requires at least: 4.0
Tested up to: 5.6.2
Stable Tag: 2.0
Stable Tag: 3.0

An authentication framework that handles authorization/communication with most popular web services.

Expand Down Expand Up @@ -105,7 +105,7 @@ Add files to includes/services/extended/ that either implement one of the includ

== Changelog ==

= =
= 3.0 =
* CHANGE: Default branch has been renamed to `trunk` to match WordPress projects. [Update your refs](https://docs.github.com/en/github/administering-a-repository/renaming-a-branch).
* Enhancement: BREAKING: Removed delicious service (they have shut down completely). Props @sanmai.
* Enhancement: BREAKING: LinkedIn now uses OAuth2. Props @glendaviesnz.
Expand Down

0 comments on commit e557d9f

Please sign in to comment.