Skip to content

Commit c663787

Browse files
committed
bumps versions
1 parent 7f35697 commit c663787

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-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.3.3');
23+
define('CLEF_VERSION', '2.3.4');
2424

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

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.3.3",
5+
"version": "2.3.4",
66
"homepage": "http://getclef.com",
77
"repository": "http://github.com/clef/wordpress",
88
"author": {

readme.txt

Lines changed: 6 additions & 2 deletions
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.5
66
Tested up to: 4.4
7-
Stable tag: 2.3.3
7+
Stable tag: 2.3.4
88
License: MIT
99
License URI: http://opensource.org/licenses/MIT
1010

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

133133
== Changelog ==
134134

135-
= 2.3.3 -
135+
= 2.3.4 =
136+
137+
* Enhancement: updates support path
138+
139+
= 2.3.3 =
136140

137141
* Fix: update issue
138142

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.2.7" \
14+
--package-version="2.3.4" \
1515
--msgid-bugs-address="support@getclef.com" \
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.3.3
6+
Version: 2.3.4
77
Author: Clef
88
Author URI: https://getclef.com
99
License: MIT

0 commit comments

Comments
 (0)