Google Apps Login - Version 3.4.3

Version Description

Updated compatibility with the WordPress 5.7 release.

Download this release

Release Info

Developer levertechadmin
Plugin Icon 128x128 Google Apps Login
Version 3.4.3
Comparing to
See all releases

Code changes from version 3.4.2 to 3.4.3

Files changed (2) hide show
  1. google_apps_login.php +2 -2
  2. readme.txt +6 -2
google_apps_login.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Google Apps Login
5
  * Plugin URI: https://wp-glogin.com/
6
  * Description: Simple secure login for Wordpress through users' Google Apps accounts (uses secure OAuth2, and MFA if enabled)
7
- * Version: 3.4.2
8
  * Author: Lever Technology LLC
9
  * Author URI: https://wp-glogin.com/
10
  * License: GPL3
@@ -23,7 +23,7 @@ else {
23
 
24
  class basic_google_apps_login extends core_google_apps_login {
25
 
26
- protected $PLUGIN_VERSION = '3.4.2';
27
 
28
  // Singleton
29
  private static $instance = null;
4
  * Plugin Name: Google Apps Login
5
  * Plugin URI: https://wp-glogin.com/
6
  * Description: Simple secure login for Wordpress through users' Google Apps accounts (uses secure OAuth2, and MFA if enabled)
7
+ * Version: 3.4.3
8
  * Author: Lever Technology LLC
9
  * Author URI: https://wp-glogin.com/
10
  * License: GPL3
23
 
24
  class basic_google_apps_login extends core_google_apps_login {
25
 
26
+ protected $PLUGIN_VERSION = '3.4.3';
27
 
28
  // Singleton
29
  private static $instance = null;
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: levertechadmin
3
  Tags: login, google, authentication, oauth, google login, google apps, g suite, sso, single-sign-on, auth, intranet
4
  Requires at least: 4.0
5
- Tested up to: 5.4.1
6
- Stable tag: 3.4.2
7
  License: GPLv3
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -197,6 +197,10 @@ the WordPress admin panel once you have activated the plugin. For a (non-persona
197
 
198
  == Changelog ==
199
 
 
 
 
 
200
  = 3.4.2 =
201
 
202
  Added missing alt attribute in image tag.
2
  Contributors: levertechadmin
3
  Tags: login, google, authentication, oauth, google login, google apps, g suite, sso, single-sign-on, auth, intranet
4
  Requires at least: 4.0
5
+ Tested up to: 5.7
6
+ Stable tag: 3.4.3
7
  License: GPLv3
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
197
 
198
  == Changelog ==
199
 
200
+ = 3.4.3 =
201
+
202
+ Updated compatibility with the WordPress 5.7 release.
203
+
204
  = 3.4.2 =
205
 
206
  Added missing alt attribute in image tag.