diff --git a/readme.txt b/readme.txt index 343efe7..e7b9824 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: wp_media Tested up to: 5.9 -Stable tag: 1.0.2 +Stable tag: 1.0.3 Requires at least: 5.4 Requires PHP: 7.0 License: GPLv2 or later @@ -191,6 +191,9 @@ Amazon S3 can't be used with another CDN provider like RocketCDN. You can't mix 3. Clear RocketCDN cache == Changelog == += 1.0.3 = +- Bugfix: fix website synchronization on domains using `www.` in hostname + = 1.0.2 = - Bugfix: improve the website synchronization validation when entering the API key diff --git a/rocketcdn.php b/rocketcdn.php index a730a94..c51e7b8 100644 --- a/rocketcdn.php +++ b/rocketcdn.php @@ -3,7 +3,7 @@ * Plugin Name: RocketCDN * Plugin URI: https://rocketcdn.me * Description: RocketCDN automatically rewrites all URLs to be served by our content delivery network (CDN). Easy CDN deployment to WordPress. - * Version: 1.0.2 + * Version: 1.0.3 * Requires at least: 5.4 * Requires PHP: 7.0 * Author: WP Media @@ -15,7 +15,7 @@ defined( 'ABSPATH' ) || exit; -define( 'ROCKETCDN_VERSION', '1.0.2' ); +define( 'ROCKETCDN_VERSION', '1.0.3' ); require realpath( plugin_dir_path( __FILE__ ) ) . '/includes/RocketCDNRequirementsCheck.php';