Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jono committed Nov 30, 2024
1 parent 83766f3 commit 473ef2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edge-images.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Plugin Name: Edge Images
* Plugin URI: https://www.jonoalderson.com/
* Description: Routes images through edge providers (like Cloudflare or Accelerated Domains) for automatic optimization and transformation. Improves page speed and image loading performance.
* Version: 4.1
* Version: 4.1.1
* Requires PHP: 7.4
* Requires at least: 5.6
* Tested up to: 6.4
Expand All @@ -32,7 +32,7 @@
}

// Define plugin constants.
define( 'EDGE_IMAGES_VERSION', '4.1' );
define( 'EDGE_IMAGES_VERSION', '4.1.1' );
define( 'EDGE_IMAGES_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'EDGE_IMAGES_PLUGIN_URL', plugin_dir_url( __FILE__ ) );

Expand Down

0 comments on commit 473ef2f

Please sign in to comment.