Plugin Directory

Changeset 2222933


Ignore:
Timestamp:
01/06/2020 02:56:06 PM (6 years ago)
Author:
grosbouff
Message:

update to WP 5.3.2

Location:
batch-update-medias-infos/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • batch-update-medias-infos/trunk/batch-update-medias-infos.php

    r969966 r2222933  
    66 * Description: Allows you to update the title / description / filename of a several medias at once
    77 * Author: G.Breant
    8  * Version: 1.0.0
     8 * Version: 1.0.1
    99 * Author URI: https://profiles.wordpress.org/grosbouff/
    1010 * License: GPL2+
     
    2323    * @public string plugin version
    2424    */
    25     public $version = '0.1.0';
     25    public $version = '1.0.1';
    2626
    2727    /**
     
    197197        ?>
    198198        <div class="wrap">
    199             <?php screen_icon(); ?>
    200199            <h2><?php _e('Batch Update Medias','bumi');?></h2> 
    201200           
  • batch-update-medias-infos/trunk/readme.txt

    r970790 r2222933  
    44Tags: batch,medias,media,infos,gallery,update,images,title,description,rename
    55Requires at least: 3.5
    6 Tested up to: 4
     6Tested up to: 5.3.2
    77Stable tag: trunk
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.