Plugin Directory

Changeset 3385211


Ignore:
Timestamp:
10/27/2025 12:15:43 PM (5 months ago)
Author:
obiplabon
Message:

Update to version 2.2.1 from GitHub

Location:
wp-nonstop-smushit
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-nonstop-smushit/tags/2.2.1/readme.txt

    r3385176 r3385211  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 2.2.0
     7Stable tag: 2.2.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5555== Changelog ==
    5656
     57= 2.2.1 - Oct 27 2025 =
     58
     59* Fix: Version mismatch issue
     60
    5761= 2.2.0 - Oct 27 2025 =
    5862
  • wp-nonstop-smushit/tags/2.2.1/wp-nonstop-smushit.php

    r3385176 r3385211  
    1212 * Plugin URI:  https://github.com/obiPlabon/wp-nonstop-smushit
    1313 * Description: The free version of Smush Image Optimization has a bulk image optimization limit of 50 images per iteration. This plugin disables that limit and allows you to optimize unlimited images.
    14  * Version:     2.3.0
     14 * Version:     2.2.1
    1515 * Requires at least: 6.0
    1616 * Tested up to: 6.8
     
    5151         * Plugin version number
    5252         */
    53         const VERSION = '2.3.0';
     53        const VERSION = '2.2.1';
    5454
    5555        /**
  • wp-nonstop-smushit/trunk/readme.txt

    r3385176 r3385211  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 2.2.0
     7Stable tag: 2.2.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5555== Changelog ==
    5656
     57= 2.2.1 - Oct 27 2025 =
     58
     59* Fix: Version mismatch issue
     60
    5761= 2.2.0 - Oct 27 2025 =
    5862
  • wp-nonstop-smushit/trunk/wp-nonstop-smushit.php

    r3385176 r3385211  
    1212 * Plugin URI:  https://github.com/obiPlabon/wp-nonstop-smushit
    1313 * Description: The free version of Smush Image Optimization has a bulk image optimization limit of 50 images per iteration. This plugin disables that limit and allows you to optimize unlimited images.
    14  * Version:     2.3.0
     14 * Version:     2.2.1
    1515 * Requires at least: 6.0
    1616 * Tested up to: 6.8
     
    5151         * Plugin version number
    5252         */
    53         const VERSION = '2.3.0';
     53        const VERSION = '2.2.1';
    5454
    5555        /**
Note: See TracChangeset for help on using the changeset viewer.