Changeset 3385211
- Timestamp:
- 10/27/2025 12:15:43 PM (5 months ago)
- Location:
- wp-nonstop-smushit
- Files:
-
- 4 edited
- 1 copied
-
tags/2.2.1 (copied) (copied from wp-nonstop-smushit/trunk)
-
tags/2.2.1/readme.txt (modified) (2 diffs)
-
tags/2.2.1/wp-nonstop-smushit.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-nonstop-smushit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-nonstop-smushit/tags/2.2.1/readme.txt
r3385176 r3385211 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 2.2. 07 Stable tag: 2.2.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 55 55 == Changelog == 56 56 57 = 2.2.1 - Oct 27 2025 = 58 59 * Fix: Version mismatch issue 60 57 61 = 2.2.0 - Oct 27 2025 = 58 62 -
wp-nonstop-smushit/tags/2.2.1/wp-nonstop-smushit.php
r3385176 r3385211 12 12 * Plugin URI: https://github.com/obiPlabon/wp-nonstop-smushit 13 13 * 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.014 * Version: 2.2.1 15 15 * Requires at least: 6.0 16 16 * Tested up to: 6.8 … … 51 51 * Plugin version number 52 52 */ 53 const VERSION = '2. 3.0';53 const VERSION = '2.2.1'; 54 54 55 55 /** -
wp-nonstop-smushit/trunk/readme.txt
r3385176 r3385211 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 2.2. 07 Stable tag: 2.2.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 55 55 == Changelog == 56 56 57 = 2.2.1 - Oct 27 2025 = 58 59 * Fix: Version mismatch issue 60 57 61 = 2.2.0 - Oct 27 2025 = 58 62 -
wp-nonstop-smushit/trunk/wp-nonstop-smushit.php
r3385176 r3385211 12 12 * Plugin URI: https://github.com/obiPlabon/wp-nonstop-smushit 13 13 * 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.014 * Version: 2.2.1 15 15 * Requires at least: 6.0 16 16 * Tested up to: 6.8 … … 51 51 * Plugin version number 52 52 */ 53 const VERSION = '2. 3.0';53 const VERSION = '2.2.1'; 54 54 55 55 /**
Note: See TracChangeset
for help on using the changeset viewer.