diff --git a/README.md b/README.md index 59321fe092061fcb1d7f10f295c01e1fcfd36937..6cdca63f7b00a03eb654f52ecf944752989a39b1 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/composer.json b/composer.json index 502c646a4ef25d57c02d3c3d7526e685db882409..5b3ed156d6bf2450405ba8a5e294893517ce217e 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "voceconnect/voce-settings-api": "~0.4" + "voceconnect/voce-settings-api": "~0.5.0" }, "autoload": { "files": ["wp-cdn-rewrite.php"] diff --git a/composer.lock b/composer.lock index f19f1ad119d2f618f1988e644dcc5f6544f6c2ca..7e3159612c71eaa4cf6218bf9e0709e3d4f44131 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "00b466b2559c0eba474c60bd0b7f040c", + "hash": "96e12d52f1b75a6acbe5d7de047a843b", "packages": [ { "name": "voceconnect/voce-settings-api", - "version": "0.4.9", + "version": "0.5.0", "source": { "type": "git", "url": "https://github.com/voceconnect/voce-settings-api.git", - "reference": "9e9ef75e558a8b296aca32175298eca2da94d62d" + "reference": "8dba84c4ea99878c2a726e7f30a2efbf277c9d19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/voceconnect/voce-settings-api/zipball/9e9ef75e558a8b296aca32175298eca2da94d62d", - "reference": "9e9ef75e558a8b296aca32175298eca2da94d62d", + "url": "https://api.github.com/repos/voceconnect/voce-settings-api/zipball/8dba84c4ea99878c2a726e7f30a2efbf277c9d19", + "reference": "8dba84c4ea99878c2a726e7f30a2efbf277c9d19", "shasum": "" }, "type": "library", @@ -37,7 +37,7 @@ } ], "description": "A simplification of the core WordPress settings API", - "time": "2014-08-05 21:43:57" + "time": "2014-11-10 18:26:55" } ], "packages-dev": [], @@ -45,6 +45,7 @@ "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, + "prefer-lowest": false, "platform": [], "platform-dev": [] } diff --git a/package.json b/package.json index 3fd79d2aea7c224b8e58f06f69ef51fc84203c0b..dcbe84cfcafdd3051ae89249de90ca4f0aae99f4 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 d41c5a29bec49fa9ffff80d2c25e71b2c2cd713d..dacf9b887237df28d102fa99bceaec206d2a54bb 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 059b9546c00d15fbc6250a16256804f42d89b9a2..091c46ba75a3018a6c5df225e978183426442a94 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/ */