Plugin Directory

Changeset 2406112


Ignore:
Timestamp:
10/25/2020 07:00:35 AM (5 years ago)
Author:
minnur
Message:

Test with 5.5.1

Location:
external-media/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • external-media/trunk/plugins/GoogleDrive.php

    r2334260 r2406112  
    9090    $google_view_id = get_option( WP_ExternalMedia_Prefix . 'google_view_id' );
    9191    // Google scopes.
    92     $google_scope = array('"https://www.googleapis.com/auth/drive.file"');
     92    $google_scope = array('"https://www.googleapis.com/auth/drive.readonly"');
    9393    wp_register_script( get_class( $this ), plugins_url( '/plugins/js/GoogleDrive.js', WP_ExternalMedia_PluginName ), array( 'jquery', 'WP_ExternalMedia_admin_view_js', 'GoogleDrive_lib' ) );
    9494    wp_register_script( get_class( $this ) . '_lib', 'https://apis.google.com/js/api.js' );
  • external-media/trunk/readme.txt

    r2362475 r2406112  
    55Donate link: https://goo.gl/C2cBDF
    66Tags: 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.2
    8 Tested up to: 5.5
    9 Stable tag: 1.0.25
     7Requires at least: 5.4
     8Tested up to: 5.5.1
     9Stable tag: 1.0.26
    1010Requires PHP: 7.1
    1111License: GPLv2 or later
     
    132132
    133133= 1.0.26 =
    134 * Test Wordpress 5.5.
    135 * Version bump.
     134* Test with 5.5.1
    136135= 1.0.25 =
    137136* Fix OneDrive integration.
Note: See TracChangeset for help on using the changeset viewer.