Skip to content

Commit

Permalink
chore(version): bumps version to 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepollak committed Jun 21, 2016
1 parent d77c4d6 commit 5441e2c
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion assets/dist/js/badge.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/dist/js/clef_heartbeat.min.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Clef for WordPress - v2.5.4
/*! Clef for WordPress - v2.5.5
* http://getclef.com
* Licensed GPLv2+ */
jQuery(document).ready(function(){return wp.heartbeat?(wp.heartbeat.interval("fast"),wp.heartbeat.enqueue("clef","cleflogout",!0),jQuery(document).on("heartbeat-tick",function(e,t){return wp.heartbeat.enqueue("clef","cleflogout",!0)})):void 0});
2 changes: 1 addition & 1 deletion assets/dist/js/connect.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/dist/js/login.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/dist/js/settings.min.js

Large diffs are not rendered by default.

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.5.4');
define('CLEF_VERSION', '2.5.5');

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

Expand Down
2 changes: 1 addition & 1 deletion languages/wpclef.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: WPClef 2.5.4\n"
"Project-Id-Version: WPClef 2.5.5\n"
"Report-Msgid-Bugs-To: support@getclef.com\n"
"POT-Creation-Date: 2016-06-16 14:13-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
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.5.4",
"version": "2.5.5",
"homepage": "http://getclef.com",
"repository": "http://github.com/clef/wordpress",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion 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, xmlrpc, xml-rpc
Requires at least: 3.6
Tested up to: 4.5
Stable tag: 2.5.4
Stable tag: 2.5.5
License: MIT
License URI: http://opensource.org/licenses/MIT

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

0 comments on commit 5441e2c

Please sign in to comment.