Plugin Directory

Changeset 3304783


Ignore:
Timestamp:
06/02/2025 09:35:50 AM (8 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

    r3304780 r3304783  
    88 * @link      https://github.com/jonoalderson/edge-images/
    99 * @since     1.0.0
    10  * @version   5.5.5
     10 * @version   5.5.6
    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.5
     16 * Version:           5.5.6
    1717 * Requires PHP:      7.4
    1818 * Requires at least: 5.6
     
    3434
    3535// Define plugin constants.
    36 define( 'EDGE_IMAGES_VERSION', '5.5.5' );
     36define( 'EDGE_IMAGES_VERSION', '5.5.6' );
    3737define( 'EDGE_IMAGES_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    3838define( 'EDGE_IMAGES_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • edge-images/trunk/readme.txt

    r3304780 r3304783  
    44Tested up to: 6.8
    55Requires PHP: 7.4
    6 Stable tag: 5.5.5
     6Stable tag: 5.5.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    254254== Changelog ==
    255255
    256 - 5.5.5 ( 02/06/2025 )
     256- 5.5.6 ( 02/06/2025 )
    257257* BUGFIX: Prevent the 'No provider selected' notice showing up incorrectly.
    258258* BUGFIX: Tweak CSS containment approach to be more easily overridden.
Note: See TracChangeset for help on using the changeset viewer.