Changeset 2398410
- Timestamp:
- 10/13/2020 05:58:55 AM (5 years ago)
- Location:
- google-drive-embedder
- Files:
-
- 28 added
- 2 edited
-
tags/5.2.3 (added)
-
tags/5.2.3/core (added)
-
tags/5.2.3/core/core_google_drive_embedder.php (added)
-
tags/5.2.3/css (added)
-
tags/5.2.3/css/gdm-admin-settings.css (added)
-
tags/5.2.3/css/gdm-blocks.css (added)
-
tags/5.2.3/css/gdm-choose-drivefile.css (added)
-
tags/5.2.3/css/gdm-colorbox.css (added)
-
tags/5.2.3/google_drive_embedder.php (added)
-
tags/5.2.3/images (added)
-
tags/5.2.3/images/gdm-media.png (added)
-
tags/5.2.3/images/ical.png (added)
-
tags/5.2.3/images/icalsmalltrans.png (added)
-
tags/5.2.3/images/search.png (added)
-
tags/5.2.3/images/teamdrive.png (added)
-
tags/5.2.3/js (added)
-
tags/5.2.3/js/gdm-admin-settings-tabs.js (added)
-
tags/5.2.3/js/gdm-base-servicehandler.js (added)
-
tags/5.2.3/js/gdm-basic-drivefile.js (added)
-
tags/5.2.3/js/gdm-blocks.js (added)
-
tags/5.2.3/js/gdm-choose-drivefile.js (added)
-
tags/5.2.3/js/gdm-simple-browser.js (added)
-
tags/5.2.3/js/jquery.colorbox.js (added)
-
tags/5.2.3/lang (added)
-
tags/5.2.3/lang/google-drive-embedder-es_ES.mo (added)
-
tags/5.2.3/lang/google-drive-embedder-es_ES.po (added)
-
tags/5.2.3/lang/google-drive-embedder.pot (added)
-
tags/5.2.3/readme.txt (added)
-
trunk/google_drive_embedder.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
google-drive-embedder/trunk/google_drive_embedder.php
r2313538 r2398410 5 5 * Plugin URI: http://wp-glogin.com/drive 6 6 * 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. 27 * Version: 5.2.3 8 8 * Author: Lever Technology LLC 9 9 * Author URI: http://wp-glogin.com/ … … 21 21 class gdm_basic_google_drive_embedder extends core_google_drive_embedder { 22 22 23 protected $PLUGIN_VERSION = '5.2. 2';23 protected $PLUGIN_VERSION = '5.2.3'; 24 24 25 25 // Singleton -
google-drive-embedder/trunk/readme.txt
r2313538 r2398410 3 3 Tags: drive, google, document, google apps, g suite, google drive, sso, auth, intranet, embed 4 4 Requires at least: 4.0 5 Tested up to: 5. 4.16 Stable tag: 5.2. 25 Tested up to: 5.5.1 6 Stable tag: 5.2.3 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 261 261 == Changelog == 262 262 263 =5.2.3= 264 265 Added compatibility for Wordpress 5.5.1 266 263 267 =5.2.2= 264 268
Note: See TracChangeset
for help on using the changeset viewer.