Plugin Directory

Changeset 3187377


Ignore:
Timestamp:
11/13/2024 10:43:34 AM (16 months ago)
Author:
cxntech
Message:

Version 1.3.1

Location:
media-library-helper
Files:
1 added
4 edited
21 copied

Legend:

Unmodified
Added
Removed
  • media-library-helper/trunk/lib/Admin/Extended_Media_List_Table.php

    r2912409 r3187377  
    1717 */
    1818class Extended_Media_List_Table extends \WP_Media_List_Table {
     19    /**
     20     * Whether the list table is in trash view mode.
     21     *
     22     * @var bool
     23     */
     24    protected $is_trash = false;
     25   
    1926    /**
    2027     * Add the export bulk action
  • media-library-helper/trunk/lib/Plugin.php

    r2959195 r3187377  
    6161     * @var      string    $version    The current version of the plugin.
    6262     */
    63     protected $version = '1.3.0';
     63    protected $version = '1.3.1';
    6464
    6565    /**
  • media-library-helper/trunk/media-library-helper.php

    r2959195 r3187377  
    1616 * Plugin URI:        https://wordpress.org/plugins/media-library-helper/
    1717 * Description:       Add or edit or Bulk edit image ALT tag, caption & description with one click straight from WordPress media library to boost your SEO score.
    18  * Version:           1.3.0
     18 * Version:           1.3.1
    1919 * Author:            Codexin Technologies
    2020 * Author URI:        https://codexin.com/
  • media-library-helper/trunk/readme.txt

    r2959195 r3187377  
    44Requires at least: 4.8
    55Stable tag: trunk.
    6 Tested up to: 6.3
     6Tested up to: 6.7
    77Requires PHP: 5.6.39
    88License: GPL-2.0+
     
    8989== Changelog ==
    9090
     91= 1.3.1 =
     92* Addressed the deprecated warning
     93* Compatibility issues test with WordPress version 6.7
     94* Updated readme.txt
     95
    9196= 1.3.0 =
    9297* Addressing the Cross-Site Request Forgery (CSRF) vulnerability.
Note: See TracChangeset for help on using the changeset viewer.