Plugin Directory

Changeset 2522715


Ignore:
Timestamp:
04/28/2021 11:45:13 AM (5 years ago)
Author:
minnur
Message:

Release 1.0.33

Location:
external-media/trunk
Files:
2 edited

Legend:

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

    r2522708 r2522715  
    88  Plugin Name: External Media
    99  Description: Import files from thrid-party services (Dropbox, Box, OneDrive, Google Drive and any remote URL).
    10   Version: 1.0.32
     10  Version: 1.0.33
    1111  Author: Minnur Yunusov
    1212  Author URI: http://www.minnur.com/
     
    1818define( 'WP_ExternalMedia_PluginName', plugin_basename( __FILE__ ) );
    1919define( 'WP_ExternalMedia_Prefix', 'WPExternalMedia_' );
    20 define( 'WP_ExternalMedia_Version', '1.0.32' );
     20define( 'WP_ExternalMedia_Version', '1.0.33' );
    2121
    2222if ( !class_exists( 'WP_ExternalMedia' ) ) {
  • external-media/trunk/readme.txt

    r2522711 r2522715  
    77Requires at least: 5.4
    88Tested up to: 5.5.1
    9 Stable tag: 1.0.32
     9Stable tag: 1.0.33
    1010Requires PHP: 7.1
    1111License: GPLv2 or later
     
    131131== Changelog ==
    132132
     133= 1.0.33 =
     134* Fix previous release issue.
     135* Version bump.
    133136= 1.0.32 =
    134137* Fix issues in 1.0.31 related to nonce.
Note: See TracChangeset for help on using the changeset viewer.