From cbcab8434044425e2bc4cd4b78d8b05b5e9272dd Mon Sep 17 00:00:00 2001 From: Curtis Loisel <curtis@voceconnect.com> Date: Mon, 5 Jan 2015 10:16:03 -0500 Subject: [PATCH] Incrementing version and testing version --- README.md | 7 +++++-- package.json | 2 +- readme.txt | 25 ++++++++++++++----------- wp-cdn-rewrite.php | 2 +- 4 files changed, 21 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 59321fe..6cdca63 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ WP CDN Rewrite Contributors: voceplatforms, chrisscott, prettyboymp, kevinlangleyjr Tags: cdn, rewrite Requires at least: 3.3 -Tested up to: 4.0 -Stable tag: 0.1.4 +Tested up to: 4.1 +Stable tag: 0.1.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -21,6 +21,9 @@ If using [Composer](http://getcomposer.org) for dependency management, you can a > See [Installing Plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins). ## Changelog +**0.1.5** +* Testing with WordPress 4.1 + **0.1.4** * Fixing error when file does not exist and fixing _doing_it_wrong call diff --git a/package.json b/package.json index 3fd79d2..dcbe84c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cdn-rewrite", "description": "Allows you to rewrite the root url of assets, css, and js files.", - "version": "0.1.4", + "version": "0.1.5", "repository": { "type": "git", "url": "git@github.com:voceconnect/cdn-rewrite.git" diff --git a/readme.txt b/readme.txt index d41c5a2..dacf9b8 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ === WP CDN Rewrite === -Contributors: voceplatforms, chrisscott, prettyboymp, kevinlangleyjr -Tags: cdn, rewrite -Requires at least: 3.3 -Tested up to: 4.0 -Stable tag: 0.1.4 -License: GPLv2 or later +Contributors: voceplatforms, chrisscott, prettyboymp, kevinlangleyjr +Tags: cdn, rewrite +Requires at least: 3.3 +Tested up to: 4.1 +Stable tag: 0.1.5 +License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Rewrite the root url of assets, css, and js files. @@ -24,17 +24,20 @@ If using [Composer](http://getcomposer.org) for dependency management, you can a 3. Once the plugin has been activated, navigate to the CDN Rewrite settings page and set the appropriate settings. == Changelog == -= 0.1.4 = += 0.1.5 = +* Testing with WordPress 4.1 + += 0.1.4 = * Fixing error when file does not exist and fixing _doing_it_wrong call -= 0.1.3 = += 0.1.3 = * Adding Grunt build files -= 0.1.2 = += 0.1.2 = * Adding Capistrano deploy files -= 0.1.1 = += 0.1.1 = * Fixing issue with URLs without a path part. -= 0.1.0 = += 0.1.0 = * Initial version. \ No newline at end of file diff --git a/wp-cdn-rewrite.php b/wp-cdn-rewrite.php index 059b954..091c46b 100644 --- a/wp-cdn-rewrite.php +++ b/wp-cdn-rewrite.php @@ -3,7 +3,7 @@ Plugin Name: WP CDN Rewrite Plugin URI: http://voceconnect.com/ Description: Rewrites asset URLs to CDN -Version: 0.1.4 +Version: 0.1.5 Author: Chris Scott, Michael Pretty, Kevin Langley Author URI: http://voceconnect.com/ */ -- GitLab