From 80b51619b85599428d06aea700fea962f50c6a03 Mon Sep 17 00:00:00 2001 From: Jesse Pollak Date: Tue, 17 May 2016 17:43:40 -0700 Subject: [PATCH] chore(version): bump version to 2.5.2 --- clef-require.php | 2 +- languages/wpclef.pot | 2 +- package.json | 2 +- readme.txt | 7 ++++++- update_translations.sh | 2 +- wpclef.php | 2 +- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/clef-require.php b/clef-require.php index 0b5c41a..beb581f 100644 --- a/clef-require.php +++ b/clef-require.php @@ -20,7 +20,7 @@ private function __construct() { } private function define_constants() { - define('CLEF_VERSION', '2.5.1'); + define('CLEF_VERSION', '2.5.2'); if (!defined('CLEF_IS_BASE_PLUGIN')) define('CLEF_IS_BASE_PLUGIN', false); diff --git a/languages/wpclef.pot b/languages/wpclef.pot index e75e732..c2b5401 100644 --- a/languages/wpclef.pot +++ b/languages/wpclef.pot @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: WPClef 2.5.1\n" +"Project-Id-Version: WPClef 2.5.2\n" "Report-Msgid-Bugs-To: support@getclef.com\n" "POT-Creation-Date: 2016-05-16 11:22-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/package.json b/package.json index 91d074c..66afcf2 100644 --- a/package.json +++ b/package.json @@ -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.1", + "version": "2.5.2", "homepage": "http://getclef.com", "repository": "http://github.com/clef/wordpress", "author": { diff --git a/readme.txt b/readme.txt index b505029..18f8de2 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: http://www.giffordcatshelter.org Tags: two-factor, two factor, 2 step authentication, 2 factor, 2FA, admin, android, authentication, encryption, harden, iphone, log in, login, mfa, mobile, multifactor, multi factor, oauth, password, passwords, phone, secure, security, smartphone, single sign on, ssl, sso, strong authentication, tfa, two factor authentication, two step, wp-admin, wp-login Requires at least: 3.6 Tested up to: 4.5 -Stable tag: 2.5.1 +Stable tag: 2.5.2 License: MIT License URI: http://opensource.org/licenses/MIT @@ -132,6 +132,11 @@ Clef’s security architecture is fully distributed, which means Clef stores no == Changelog == += 2.5.2 = +Released 17 May 2016 + +* Fix: crashing issue on activation for PPHP <5.3 users + = 2.5.1 = Release 16 May 2016 diff --git a/update_translations.sh b/update_translations.sh index 104123e..7aa2029 100755 --- a/update_translations.sh +++ b/update_translations.sh @@ -11,7 +11,7 @@ echo "Creating POT" rm -f $POT xgettext --copyright-holder="Clef, Inc." \ --package-name="WPClef" \ - --package-version="2.5.1" \ + --package-version="2.5.2" \ --msgid-bugs-address="support@getclef.com" \ --language=PHP \ --sort-output \ diff --git a/wpclef.php b/wpclef.php index 7b07236..02776f2 100644 --- a/wpclef.php +++ b/wpclef.php @@ -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.1 +Version: 2.5.2 Author: Clef Author URI: https://getclef.com License: MIT