Plugin Directory

Changeset 2969432

Timestamp:
09/20/2023 07:59:57 PM (11 months ago)
Author:
nosilver4u
Message:

tagging and releasing 2.5.1

Location:
s3-image-optimizer
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • s3-image-optimizer/tags/2.5.1/changelog.txt

    r2929806 r2969432  
     1
     2
     3
     4
    15= 2.5.0 =
    26* added: compatibility with EWWW Image Optimizer 7+ and better future-proofing to detect compatibility errors
  • s3-image-optimizer/tags/2.5.1/readme.txt

    r2969430 r2969432  
    55Tested up to: 6.3
    66Requires PHP: 7.3
    7 Stable tag: 2.5.0
     7Stable tag: 2.5.
    88License: GPLv3
    99
     
    6565= 2.5.1 =
    6666* changed: use updated WP coding standards
     67
    6768
    6869= 2.5.0 =
  • s3-image-optimizer/tags/2.5.1/s3-image-optimizer.php

    r2969430 r2969432  
    1212Description: Reduce file sizes for images in S3 buckets using lossless and lossy optimization methods via the EWWW Image Optimizer.
    1313Author: Exactly WWW
    14 Version: 2.5.0
    15 Requires at least: 6.0
     14Version: 2.5.
     15Requires at least: 6.
    1616Requires PHP: 7.3
    1717Author URI: https://ewww.io/
     
    2222 * Constants
    2323 */
    24 define( 'S3IO_VERSION', 250 );
     24define( 'S3IO_VERSION', 25 );
    2525// This is the full path of the plugin file itself.
    2626define( 'S3IO_PLUGIN_FILE', __FILE__ );
  • s3-image-optimizer/trunk/changelog.txt

    r2929806 r2969432  
     1
     2
     3
     4
    15= 2.5.0 =
    26* added: compatibility with EWWW Image Optimizer 7+ and better future-proofing to detect compatibility errors
  • s3-image-optimizer/trunk/readme.txt

    r2969430 r2969432  
    55Tested up to: 6.3
    66Requires PHP: 7.3
    7 Stable tag: 2.5.0
     7Stable tag: 2.5.
    88License: GPLv3
    99
     
    6565= 2.5.1 =
    6666* changed: use updated WP coding standards
     67
    6768
    6869= 2.5.0 =
  • s3-image-optimizer/trunk/s3-image-optimizer.php

    r2969430 r2969432  
    1212Description: Reduce file sizes for images in S3 buckets using lossless and lossy optimization methods via the EWWW Image Optimizer.
    1313Author: Exactly WWW
    14 Version: 2.5.0
    15 Requires at least: 6.0
     14Version: 2.5.
     15Requires at least: 6.
    1616Requires PHP: 7.3
    1717Author URI: https://ewww.io/
     
    2222 * Constants
    2323 */
    24 define( 'S3IO_VERSION', 250 );
     24define( 'S3IO_VERSION', 25 );
    2525// This is the full path of the plugin file itself.
    2626define( 'S3IO_PLUGIN_FILE', __FILE__ );
Note: See TracChangeset for help on using the changeset viewer.