Skip to content

Commit 80b5161

Browse files
committed
chore(version): bump version to 2.5.2
1 parent 2d423fc commit 80b5161

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

clef-require.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ private function __construct() {
2020
}
2121

2222
private function define_constants() {
23-
define('CLEF_VERSION', '2.5.1');
23+
define('CLEF_VERSION', '2.5.2');
2424

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

languages/wpclef.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: WPClef 2.5.1\n"
9+
"Project-Id-Version: WPClef 2.5.2\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
1111
"POT-Creation-Date: 2016-05-16 11:22-0700\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "wpclef",
33
"title": "Clef for WordPress",
44
"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!",
5-
"version": "2.5.1",
5+
"version": "2.5.2",
66
"homepage": "http://getclef.com",
77
"repository": "http://github.com/clef/wordpress",
88
"author": {

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: http://www.giffordcatshelter.org
44
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
55
Requires at least: 3.6
66
Tested up to: 4.5
7-
Stable tag: 2.5.1
7+
Stable tag: 2.5.2
88
License: MIT
99
License URI: http://opensource.org/licenses/MIT
1010

@@ -132,6 +132,11 @@ Clef’s security architecture is fully distributed, which means Clef stores no
132132

133133
== Changelog ==
134134

135+
= 2.5.2 =
136+
Released 17 May 2016
137+
138+
* Fix: crashing issue on activation for PPHP <5.3 users
139+
135140
= 2.5.1 =
136141
Release 16 May 2016
137142

update_translations.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo "Creating POT"
1111
rm -f $POT
1212
xgettext --copyright-holder="Clef, Inc." \
1313
--package-name="WPClef" \
14-
--package-version="2.5.1" \
14+
--package-version="2.5.2" \
1515
--msgid-bugs-address="[email protected]" \
1616
--language=PHP \
1717
--sort-output \

wpclef.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Clef
44
Plugin URI: http://wordpress.org/extend/plugins/wpclef
55
Description: Clef lets you log in and register on your WordPress site using only your phone — forget your usernames and passwords.
6-
Version: 2.5.1
6+
Version: 2.5.2
77
Author: Clef
88
Author URI: https://getclef.com
99
License: MIT

0 commit comments

Comments
 (0)