Skip to content

Commit

Permalink
Release 1.0.4 (PR #28)
Browse files Browse the repository at this point in the history
* update version to 1.0.4 and add the changelog
* adjust the changelog
  • Loading branch information
wordpressfan authored Dec 29, 2023
1 parent 7088a83 commit 5cdaab5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== RocketCDN - WordPress CDN Plugin ===

Contributors: wp_media
Tested up to: 6.3
Stable tag: 1.0.3
Tested up to: 6.4
Stable tag: 1.0.4
Requires at least: 5.4
Requires PHP: 7.0
License: GPLv2 or later
Expand Down Expand Up @@ -204,6 +204,9 @@ Amazon S3 can't be used with another CDN provider like RocketCDN. You can't mix

== Changelog ==

= 1.0.4 =
- Switching to Bunny CDN - Readme text updates

= 1.0.3 =
- Bugfix: fix website synchronization on domains using `www.` in hostname

Expand Down
4 changes: 2 additions & 2 deletions rocketcdn.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
* Version: 1.0.4
* Requires at least: 5.4
* Requires PHP: 7.0
* Author: WP Media
Expand All @@ -15,7 +15,7 @@

defined( 'ABSPATH' ) || exit;

define( 'ROCKETCDN_VERSION', '1.0.3' );
define( 'ROCKETCDN_VERSION', '1.0.4' );

require realpath( plugin_dir_path( __FILE__ ) ) . '/includes/RocketCDNRequirementsCheck.php';

Expand Down

0 comments on commit 5cdaab5

Please sign in to comment.