Skip to content

Commit 2c448ea

Browse files
author
Jesse Pollak
committed
version and changelog
1 parent aed4d87 commit 2c448ea

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
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.1');
23+
define('CLEF_VERSION', '2.3.2');
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.1",
5+
"version": "2.3.2",
66
"homepage": "http://getclef.com",
77
"repository": "http://github.com/clef/wordpress",
88
"author": {

readme.txt

Lines changed: 7 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.5
66
Tested up to: 4.4
7-
Stable tag: 2.3.1
7+
Stable tag: 2.3.2
88
License: MIT
99
License URI: http://opensource.org/licenses/MIT
1010

@@ -133,6 +133,12 @@ Clef’s security architecture is fully distributed, which means Clef stores no
133133

134134
== Changelog ==
135135

136+
= 2.3.2 -
137+
Release 21 December 2015
138+
139+
* Fix: stop making unnecessary request to Clef API when site is not configured
140+
* Enhancement: remove Waltz upsell
141+
136142
= 2.3.1 =
137143
Released 6 October 2015
138144

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.1
6+
Version: 2.3.2
77
Author: Clef
88
Author URI: https://getclef.com
99
License: MIT

0 commit comments

Comments
 (0)