Skip to content

Commit

Permalink
Bump versions to 1.8 since we’re launching a new service.
Browse files Browse the repository at this point in the history
  • Loading branch information
Beau Lebens committed Apr 15, 2017
1 parent 284138a commit 45840e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions keyring.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Keyring
Plugin URI: http://dentedreality.com.au/projects/wp-keyring/
Description: Keyring helps you manage your keys. It provides a generic, very hookable framework for connecting to remote systems and managing your access tokens, username/password combos etc for those services. On its own it doesn't do much, but it enables other plugins to do things that require authorization to act on your behalf.
Version: 1.7.2
Version: 1.8
Author: Beau Lebens
Author URI: http://dentedreality.com.au
License: GPL v2 or newer <https://www.gnu.org/licenses/gpl.txt>
Expand All @@ -26,7 +26,7 @@
define( 'KEYRING__DEBUG_ERROR', 3 );

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

/**
* Core Keyring class that handles UI and the general flow of requesting access tokens etc
Expand Down
5 changes: 3 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: 4.7.3
Stable Tag: 1.7.2
Stable Tag: 1.8

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

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

== Changelog ==

= 1.7.2 =
= 1.8 =
* Enhancement: New Jetpack/WordPress.com service definition.
* Bugfix: LinkedIn scope require modification because connections were failing.
* Enhancement: Extensive linting/code cleanup, including removing some redundant code.

Expand Down

0 comments on commit 45840e5

Please sign in to comment.