Changeset 3072213
- Timestamp:
- 04/17/2024 09:08:27 AM (2 years ago)
- Location:
- amazon-auto-links/trunk
- Files:
-
- 2 edited
-
amazon-auto-links.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
amazon-auto-links/trunk/amazon-auto-links.php
r3069332 r3072213 6 6 * Author: Michael Uno (miunosoft) 7 7 * Author URI: https://michaeluno.jp 8 * Version: 5.4.2 b028 * Version: 5.4.2 9 9 * Text Domain: amazon-auto-links 10 10 * Domain Path: /language … … 19 19 */ 20 20 class AmazonAutoLinks_Registry_Base { 21 const VERSION = '5.4.2 b02'; // <--- DON'T FORGET TO CHANGE THIS AS WELL!!21 const VERSION = '5.4.2'; // <--- DON'T FORGET TO CHANGE THIS AS WELL!! 22 22 const NAME = 'Auto Amazon Links'; 23 23 const DESCRIPTION = 'Formerly, Amazon Auto Links. The plugin generates links of Amazon products just coming out today. You just pick categories and they appear even in JavaScript disabled browsers.'; -
amazon-auto-links/trunk/readme.txt
r3069332 r3072213 5 5 Requires at least: 3.4 6 6 Requires PHP: 5.2.4 7 Tested up to: 6. 4.27 Tested up to: 6.5.2 8 8 Requires MySQL: 5.0.3 9 Stable tag: 5.4. 19 Stable tag: 5.4.2 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 406 406 == Changelog == 407 407 408 #### 5.4. 1 - 03/27/2024409 - Fixed an issue with PHP servers without the `mb_string` extension, started in v5.4.0.408 #### 5.4.2 - 04/17/2024 409 - Added a method to avoid the PHP warning, "gzuncompress(): data error" 410 410 411 411 #### Old Log
Note: See TracChangeset
for help on using the changeset viewer.