Skip to content

Commit

Permalink
updates to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Pollak committed Aug 5, 2014
1 parent effcbfe commit d3849f1
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 10 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.2.1
/*! Clef for WordPress - v2.2.2
* 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(){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 assets/dist/js/waltz_notification.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 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.2.1');
define('CLEF_VERSION', '2.2.2');

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.2.1",
"version": "2.2.2",
"homepage": "http://getclef.com",
"repository": "http://github.com/clef/wordpress",
"author": {
Expand Down
8 changes: 7 additions & 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: login, two factor, two-factor, 2-factor, two-step, 2-step, 2-step authentication, 2-step verification, two factor authentication, security, single sign on, log in, authentication, iphone, android, password, mfa, 2fa, multi-factor, sso, oauth, phone, mobile, encryption, admin, wp-admin, ssl
Requires at least: 3.5
Tested up to: 3.9
Stable tag: 2.2.1
Stable tag: 2.2.2
License: MIT
License URI: http://opensource.org/licenses/MIT

Expand Down Expand Up @@ -97,6 +97,12 @@ Clef can protect WordPress in hybrid mode (passwords allowed) or full Clef mode

== Changelog ==

= 2.2.2 =

* Feature: adds even easier affiliates
* Fix: plugin conflict with NextGen Gallery where login iframe does not load
* Fix: plugin conflict with BuddyPress

= 2.2.1 =

* Feature: adds easier affiliates
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.2.1
Version: 2.2.2
Author: David Michael Ross
Author URI: http://www.davidmichaelross.com/
License: MIT
Expand Down

0 comments on commit d3849f1

Please sign in to comment.