Skip to content

Commit

Permalink
chore(version): bump version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepollak committed May 16, 2016
1 parent 31ce20b commit a5a5549
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clef-require.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ private function __construct() {
}

private function define_constants() {
define('CLEF_VERSION', '2.5.0');
define('CLEF_VERSION', '2.5.1');

if (!defined('CLEF_IS_BASE_PLUGIN')) define('CLEF_IS_BASE_PLUGIN', false);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wpclef",
"title": "Clef for WordPress",
"description": "Clef replaces insecure username/password authentication with strongly encrypted, multi-factor authentication using your smartphone. Simply click the \"Log in with your phone\" button, scan the Clef Wave with your [Clef app](https://getclef.com/apps), and you are instantly and securely logged in to all of your Clef-enabled websites. Clef provides the best single sign-on solution for WordPress. Once you sign in to one WordPress site using Clef, you can sign into all of your Clef-enabled sites with a single click. And once you sign out of the app on your phone, you are automatically signed out of all your WordPress sites. Say goodbye to passwords and hello to admistrative bliss--try Clef today!",
"version": "2.5.0",
"version": "2.5.1",
"homepage": "http://getclef.com",
"repository": "http://github.com/clef/wordpress",
"author": {
Expand Down
10 changes: 10 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,16 @@ Clef’s security architecture is fully distributed, which means Clef stores no

== Changelog ==

= 2.5.1 =
Release 16 May 2016

* Fix: crashing issue on activation for certain users

From 2.5.0:

* Fix: "Settings could not be parsed" error on configuration page
* Fix: reduced frequency of "invalid state" errors for hosts with Varnish caching

= 2.5.0 =
Released 5 May 2016

Expand Down
2 changes: 1 addition & 1 deletion update_translations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo "Creating POT"
rm -f $POT
xgettext --copyright-holder="Clef, Inc." \
--package-name="WPClef" \
--package-version="2.5.0" \
--package-version="2.5.1" \
--msgid-bugs-address="support@getclef.com" \
--language=PHP \
--sort-output \
Expand Down
2 changes: 1 addition & 1 deletion wpclef.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Clef
Plugin URI: http://wordpress.org/extend/plugins/wpclef
Description: Clef lets you log in and register on your WordPress site using only your phone — forget your usernames and passwords.
Version: 2.5.0
Version: 2.5.1
Author: Clef
Author URI: https://getclef.com
License: MIT
Expand Down

0 comments on commit a5a5549

Please sign in to comment.