Plugin Directory

Changeset 2438814


Ignore:
Timestamp:
12/14/2020 09:17:09 AM (5 years ago)
Author:
levertechadmin
Message:

Added WordPress 5.6 Compatibility

Location:
google-apps-directory
Files:
16 added
2 edited

Legend:

Unmodified
Added
Removed
  • google-apps-directory/trunk/basic_google_apps_directory.php

    r2125036 r2438814  
    55 * Plugin URI: http://wp-glogin.com/directory/
    66 * Description: Search your G Suite (Google Apps) domain for employee info from a widget
    7  * Version: 1.6.1
     7 * Version: 1.6.2
    88 * Author: Lever Technology LLC
    99 * Author URI: http://wp-glogin.com/
     
    2323class basic_google_apps_directory extends core_google_apps_directory {
    2424   
    25     protected $PLUGIN_VERSION = '1.6.1';
     25    protected $PLUGIN_VERSION = '1.6.2';
    2626   
    2727    // Singleton
  • google-apps-directory/trunk/readme.txt

    r2125036 r2438814  
    33Tags: google apps login, g suite, employee directory, company, directory, employee, extranet, intranet, profile, staff, google, staff directory
    44Requires at least: 3.8
    5 Tested up to: 5.2.2
    6 Stable tag: 1.6.1
     5Tested up to: 5.6
     6Stable tag: 1.6.2
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    146146== Changelog ==
    147147
     148= 1.6.2 =
     149
     150Added WordPress 5.6 compatibility
     151
    148152= 1.6.1 =
    149153
Note: See TracChangeset for help on using the changeset viewer.