Plugin Directory

Changeset 3072213


Ignore:
Timestamp:
04/17/2024 09:08:27 AM (2 years ago)
Author:
miunosoft
Message:

Preparing for 5.4.2 release

Location:
amazon-auto-links/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • amazon-auto-links/trunk/amazon-auto-links.php

    r3069332 r3072213  
    66 * Author:            Michael Uno (miunosoft)
    77 * Author URI:        https://michaeluno.jp
    8  * Version:           5.4.2b02
     8 * Version:           5.4.2
    99 * Text Domain:       amazon-auto-links
    1010 * Domain Path:       /language
     
    1919 */
    2020class AmazonAutoLinks_Registry_Base {
    21     const VERSION      = '5.4.2b02';    // <--- DON'T FORGET TO CHANGE THIS AS WELL!!
     21    const VERSION      = '5.4.2';    // <--- DON'T FORGET TO CHANGE THIS AS WELL!!
    2222    const NAME         = 'Auto Amazon Links';
    2323    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  
    55Requires at least:  3.4
    66Requires PHP:       5.2.4
    7 Tested up to:       6.4.2
     7Tested up to:       6.5.2
    88Requires MySQL:     5.0.3
    9 Stable tag:         5.4.1
     9Stable tag:         5.4.2
    1010License:            GPLv2 or later
    1111License URI:        http://www.gnu.org/licenses/gpl-2.0.html
     
    406406== Changelog ==
    407407
    408 #### 5.4.1 - 03/27/2024
    409 - 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"
    410410
    411411#### Old Log
Note: See TracChangeset for help on using the changeset viewer.