Plugin Directory

Changeset 2398410


Ignore:
Timestamp:
10/13/2020 05:58:55 AM (5 years ago)
Author:
levertechadmin
Message:

Update WordPress 5.5.1 compatibility to Google Drive Embedder

Location:
google-drive-embedder
Files:
28 added
2 edited

Legend:

Unmodified
Added
Removed
  • google-drive-embedder/trunk/google_drive_embedder.php

    r2313538 r2398410  
    55 * Plugin URI: http://wp-glogin.com/drive
    66 * Description: Easily browse for Google Drive documents and embed directly in your posts and pages. Extends the popular Google Apps Login plugin so no extra user authentication (or admin setup) is required. Compatible With Gutenberg Editor WordPress
    7  * Version: 5.2.2
     7 * Version: 5.2.3
    88 * Author: Lever Technology LLC
    99 * Author URI: http://wp-glogin.com/
     
    2121class gdm_basic_google_drive_embedder extends core_google_drive_embedder {
    2222
    23     protected $PLUGIN_VERSION = '5.2.2';
     23    protected $PLUGIN_VERSION = '5.2.3';
    2424
    2525    // Singleton
  • google-drive-embedder/trunk/readme.txt

    r2313538 r2398410  
    33Tags: drive, google, document, google apps, g suite, google drive, sso, auth, intranet, embed
    44Requires at least: 4.0
    5 Tested up to: 5.4.1
    6 Stable tag: 5.2.2
     5Tested up to: 5.5.1
     6Stable tag: 5.2.3
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    261261== Changelog ==
    262262
     263=5.2.3=
     264
     265Added compatibility for Wordpress 5.5.1
     266
    263267=5.2.2=
    264268
Note: See TracChangeset for help on using the changeset viewer.