close

Plugin Directory

Changeset 3304755


Ignore:
Timestamp:
06/02/2025 09:10:38 AM (11 months ago)
Author:
jonoaldersonwp
Message:

Version bump

Location:
edge-images
Files:
68 added
2 edited

Legend:

Unmodified
Added
Removed
  • edge-images/trunk/edge-images.php

    r3304753 r3304755  
    88 * @link      https://github.com/jonoalderson/edge-images/
    99 * @since     1.0.0
    10  * @version   5.5.2
     10 * @version   5.5.4
    1111 *
    1212 * @wordpress-plugin
     
    1414 * Plugin URI:        https://github.com/jonoalderson/edge-images/
    1515 * Description:       Routes images through edge providers (like Cloudflare or Accelerated Domains) for automatic optimization and transformation. Improves page speed and image loading performance.
    16  * Version:           5.5.2
     16 * Version:           5.5.4
    1717 * Requires PHP:      7.4
    1818 * Requires at least: 5.6
     
    3434
    3535// Define plugin constants.
    36 define( 'EDGE_IMAGES_VERSION', '5.5.2' );
     36define( 'EDGE_IMAGES_VERSION', '5.5.4' );
    3737define( 'EDGE_IMAGES_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    3838define( 'EDGE_IMAGES_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • edge-images/trunk/readme.txt

    r3304753 r3304755  
    44Tested up to: 6.8
    55Requires PHP: 7.4
    6 Stable tag: 5.5.2
     6Stable tag: 5.5.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    254254== Changelog ==
    255255
    256 = 5.5.3 ( 30/05/2025 )
     256= 5.5.4 ( 02/06/2025 )
    257257* FEATURE: Add content-visibility CSS to <picture> containers.
    258258* FEATURE: Add a 'edge_src' function to support direct/manual transformation.
    259 * BUGFIX: Only show the NGINX config warning on our settings page.
     259* BUGFIX: Only show the NGINX config warning on our settings page (and tidy up some variables).
    260260
    261261= 5.5.2 ( 23/04/2025) =
Note: See TracChangeset for help on using the changeset viewer.