Version Description
Download this release
Release Info
Developer | eig |
Plugin | EIG-SSO |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.0.1
- eig-sso.php +1 -5
- readme.txt +3 -1
eig-sso.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: EIG-SSO
|
4 |
-
Version: 1.0
|
5 |
Description: Securely log in to WordPress from Control Panel without needing a username and password.
|
6 |
Author: Endurance International Group
|
7 |
Author URI: http://endurance.com/
|
@@ -128,10 +128,6 @@ function eigsso_clear_offers() {
|
|
128 |
}
|
129 |
|
130 |
function eigsso_uninstall() {
|
131 |
-
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
|
132 |
-
exit;
|
133 |
-
}
|
134 |
-
|
135 |
global $wpdb;
|
136 |
|
137 |
$table = $wpdb->prefix . 'eig_sso';
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: EIG-SSO
|
4 |
+
Version: 1.0.1
|
5 |
Description: Securely log in to WordPress from Control Panel without needing a username and password.
|
6 |
Author: Endurance International Group
|
7 |
Author URI: http://endurance.com/
|
128 |
}
|
129 |
|
130 |
function eigsso_uninstall() {
|
|
|
|
|
|
|
|
|
131 |
global $wpdb;
|
132 |
|
133 |
$table = $wpdb->prefix . 'eig_sso';
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: bcorey, eig
|
|
3 |
Tags: sso, single sign-on
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 3.9
|
6 |
-
Stable tag: 1.0
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -48,6 +48,8 @@ As an additional security measure, the plugin will refuse to authenticate users
|
|
48 |
|
49 |
== Changelog ==
|
50 |
|
|
|
|
|
51 |
1.0 - Initial release.
|
52 |
|
53 |
== Upgrade notice ==
|
3 |
Tags: sso, single sign-on
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 3.9
|
6 |
+
Stable tag: 1.0.1
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
48 |
|
49 |
== Changelog ==
|
50 |
|
51 |
+
1.0.1 - Fix uninstall bug.
|
52 |
+
|
53 |
1.0 - Initial release.
|
54 |
|
55 |
== Upgrade notice ==
|