Changeset 3438437
- Timestamp:
- 01/13/2026 09:26:55 AM (5 days ago)
- Location:
- image-sizes/trunk
- Files:
-
- 3 edited
-
image-sizes.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
-
vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
image-sizes/trunk/image-sizes.php
r3425976 r3438437 4 4 * Plugin URI: https://thumbpress.co 5 5 * Description: Image Management Suite for Performance and Optimization 6 * Version: 5.8.3 66 * Version: 5.8.37 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 7.0 … … 137 137 $this->plugin['TextDomain'] = 'image-sizes'; 138 138 $this->plugin['Name'] = 'ThumbPress'; 139 $this->plugin['Version'] = '5.8.3 3';139 $this->plugin['Version'] = '5.8.37'; 140 140 $this->plugin['server'] = apply_filters( 'image-sizes_server', 'https://my.pluggable.io' ); 141 141 $this->plugin['icon'] = THUMBPRESS_ASSET . '/img/icon.png'; … … 182 182 $admin->action( 'admin_footer_text', 'footer_text' ); 183 183 // $admin->action( 'cx-settings-after_wrapper', 'show_easycommerce_promo' ); 184 $admin->action( 'init', 'thumbpress_sale_notice', 9 );184 // $admin->action( 'init', 'thumbpress_sale_notice', 9 ); 185 185 186 186 /** -
image-sizes/trunk/readme.txt
r3425976 r3438437 5 5 Requires at least: 5.0 6 6 Tested up to: 6.9 7 Stable tag: 5.8.3 67 Stable tag: 5.8.37 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 163 163 164 164 == Changelog == 165 166 = v5.8.37 - 2026-01-13 = 167 - [remove] Removed the notice for the Year End sale campaign. 165 168 166 169 = v5.8.36 - 2025-12-23 = -
image-sizes/trunk/vendor/composer/installed.php
r3425976 r3438437 2 2 'root' => array( 3 3 'name' => '__root__', 4 'pretty_version' => 'v5.8.3 6',5 'version' => '5.8.3 6.0',6 'reference' => ' 4d6836f6cf891ead8f17221843b06a316eab395f',4 'pretty_version' => 'v5.8.37', 5 'version' => '5.8.37.0', 6 'reference' => '611b2c5492581e0a0453e8d475b8e82f279c43bc', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '__root__' => array( 14 'pretty_version' => 'v5.8.3 6',15 'version' => '5.8.3 6.0',16 'reference' => ' 4d6836f6cf891ead8f17221843b06a316eab395f',14 'pretty_version' => 'v5.8.37', 15 'version' => '5.8.37.0', 16 'reference' => '611b2c5492581e0a0453e8d475b8e82f279c43bc', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.