Skip to content

Commit

Permalink
bumps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepollak committed Jan 27, 2016
1 parent 7f35697 commit c663787
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 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.3.3');
define('CLEF_VERSION', '2.3.4');

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.3.3",
"version": "2.3.4",
"homepage": "http://getclef.com",
"repository": "http://github.com/clef/wordpress",
"author": {
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
Tested up to: 4.4
Stable tag: 2.3.3
Stable tag: 2.3.4
License: MIT
License URI: http://opensource.org/licenses/MIT

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

== Changelog ==

= 2.3.3 -
= 2.3.4 =

* Enhancement: updates support path

= 2.3.3 =

* Fix: update issue

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.2.7" \
--package-version="2.3.4" \
--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.3.3
Version: 2.3.4
Author: Clef
Author URI: https://getclef.com
License: MIT
Expand Down

0 comments on commit c663787

Please sign in to comment.