Changeset 2406112
- Timestamp:
- 10/25/2020 07:00:35 AM (5 years ago)
- Location:
- external-media/trunk
- Files:
-
- 2 edited
-
plugins/GoogleDrive.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
external-media/trunk/plugins/GoogleDrive.php
r2334260 r2406112 90 90 $google_view_id = get_option( WP_ExternalMedia_Prefix . 'google_view_id' ); 91 91 // Google scopes. 92 $google_scope = array('"https://www.googleapis.com/auth/drive. file"');92 $google_scope = array('"https://www.googleapis.com/auth/drive.readonly"'); 93 93 wp_register_script( get_class( $this ), plugins_url( '/plugins/js/GoogleDrive.js', WP_ExternalMedia_PluginName ), array( 'jquery', 'WP_ExternalMedia_admin_view_js', 'GoogleDrive_lib' ) ); 94 94 wp_register_script( get_class( $this ) . '_lib', 'https://apis.google.com/js/api.js' ); -
external-media/trunk/readme.txt
r2362475 r2406112 5 5 Donate link: https://goo.gl/C2cBDF 6 6 Tags: Dropbox, Box, OneDrive, Google Drive, Unsplash, Instagram, Pexels, Pixabay, AWS, Upload from remote, remote media, remote URL, remote image, remote file, external media, wp remote upload, external media upload, external image upload 7 Requires at least: 5. 28 Tested up to: 5.5 9 Stable tag: 1.0.2 57 Requires at least: 5.4 8 Tested up to: 5.5.1 9 Stable tag: 1.0.26 10 10 Requires PHP: 7.1 11 11 License: GPLv2 or later … … 132 132 133 133 = 1.0.26 = 134 * Test Wordpress 5.5. 135 * Version bump. 134 * Test with 5.5.1 136 135 = 1.0.25 = 137 136 * Fix OneDrive integration.
Note: See TracChangeset
for help on using the changeset viewer.