Plugin Directory

Changeset 2863273


Ignore:
Timestamp:
02/10/2023 01:45:44 PM (3 years ago)
Author:
mukto90
Message:

v4.0.2 released

Location:
image-sizes
Files:
105 added
3 edited

Legend:

Unmodified
Added
Removed
  • image-sizes/trunk/image-sizes.php

    r2863224 r2863273  
    66 * Author: Codexpert, Inc
    77 * Author URI: https://codexpert.io
    8  * Version: 4.0.1
     8 * Version: 4.0.2
    99 * Requires at least: 5.9
    1010 * Requires PHP: 7.4
  • image-sizes/trunk/readme.txt

    r2863224 r2863273  
    55Requires at least: 5.0
    66Tested up to: 6.0
    7 Stable tag: 4.0.1
     7Stable tag: 4.0.2
    88Requires PHP: 5.4
    99License: GPLv2 or later
     
    7171== Changelog ==
    7272
     73= 2023-02-10 - 4.0.2 =
     74* [fix] Error fixed
     75
    7376= 2023-02-10 - 4.0.1 =
    7477* [fix] Error fixed
  • image-sizes/trunk/views/settings/disable-sizes.php

    r2863091 r2863273  
    8383                <ul id="sortable2" class="image_sizes-sortable disable">
    8484                    <?php foreach ( $image_sizes_disables as $id ):
     85
     86                        if( ! isset( $image_sizes[ $id ] ) ) continue;
     87
    8588                        $size = $image_sizes[ $id ];
     89
    8690                        $_cropped = $size['cropped'] ? __( 'Yes', 'image-sizes' ) : __( 'No', 'image-sizes' );
    8791
Note: See TracChangeset for help on using the changeset viewer.