Skip to content

Commit

Permalink
6.3 tested
Browse files Browse the repository at this point in the history
  • Loading branch information
jonarnes committed Aug 24, 2023
1 parent 0305db1 commit ad92ef6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions image-cdn.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
* Requires PHP: 5.6
* Text Domain: image-cdn
* License: GPLv2 or later
* Version: 1.1.10
* Version: 1.1.11
*/

// Update this then you update "Requires at least" above!
define( 'IMAGE_CDN_MIN_WP', '4.6' );

// Update this when you update the "Version" above!
define( 'IMAGE_CDN_VERSION', '1.1.9' );
define( 'IMAGE_CDN_VERSION', '1.1.11' );

// Load plugin files.
require_once __DIR__ . '/imageengine/class-settings.php';
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: imageengine
Tags: image cdn, cdn, ImageEngine, image optimizer, content delivery network, image convert, avif, webp
Requires at least: 4.6
Tested up to: 6.2.2
Tested up to: 6.3
Requires PHP: 5.6
Stable tag: trunk
License: GPLv2 or later
Expand Down Expand Up @@ -120,6 +120,9 @@ Upgrades can be performed in the normal WordPress way, nothing else will need to

== Changelog ==

= 1.1.11 =
* Tested up to 6.3

= 1.1.10 =
* Tested up to 6.2.2

Expand Down

0 comments on commit ad92ef6

Please sign in to comment.