diff --git a/README.md b/README.md index df47fa6b28c4d0297e6592d24774f913bd0dc313..cc3fbfedff7e6f8e837c74fbe4ad14f963c00bce 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: 3.8 -Stable tag: 0.1.3 +Tested up to: 4.0 +Stable tag: 0.1.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -21,14 +21,17 @@ 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.3** +**0.1.4** +* Fixing error when file does not exist + +**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/composer.lock b/composer.lock index 4ee0a02961f88c41399a86bca7d9d5da83b4a08e..f19f1ad119d2f618f1988e644dcc5f6544f6c2ca 100644 --- a/composer.lock +++ b/composer.lock @@ -1,22 +1,23 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" + "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", "packages": [ { "name": "voceconnect/voce-settings-api", - "version": "v0.4.8", + "version": "0.4.9", "source": { "type": "git", "url": "https://github.com/voceconnect/voce-settings-api.git", - "reference": "e97e2e4efa0117fd181805fbf217f57f6c5afa3c" + "reference": "9e9ef75e558a8b296aca32175298eca2da94d62d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/voceconnect/voce-settings-api/zipball/e97e2e4efa0117fd181805fbf217f57f6c5afa3c", - "reference": "e97e2e4efa0117fd181805fbf217f57f6c5afa3c", + "url": "https://api.github.com/repos/voceconnect/voce-settings-api/zipball/9e9ef75e558a8b296aca32175298eca2da94d62d", + "reference": "9e9ef75e558a8b296aca32175298eca2da94d62d", "shasum": "" }, "type": "library", @@ -36,23 +37,14 @@ } ], "description": "A simplification of the core WordPress settings API", - "time": "2014-07-17 03:33:57" + "time": "2014-08-05 21:43:57" } ], - "packages-dev": [ - - ], - "aliases": [ - - ], + "packages-dev": [], + "aliases": [], "minimum-stability": "stable", - "stability-flags": [ - - ], - "platform": [ - - ], - "platform-dev": [ - - ] + "stability-flags": [], + "prefer-stable": false, + "platform": [], + "platform-dev": [] } diff --git a/package.json b/package.json index 612f36b330d7b506d608adffb8a7fe88d9af5fe3..3fd79d2aea7c224b8e58f06f69ef51fc84203c0b 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.3", + "version": "0.1.4", "repository": { "type": "git", "url": "git@github.com:voceconnect/cdn-rewrite.git" diff --git a/readme.txt b/readme.txt index cad1db08f9cd3f3a6a3c1271575ea30fca04120d..910de4ca584642580648cb9273dc8ad16ec4e8c1 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: 3.8 -Stable tag: 0.1.3 -License: GPLv2 or later +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 License URI: http://www.gnu.org/licenses/gpl-2.0.html Rewrite the root url of assets, css, and js files. @@ -24,14 +24,17 @@ 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.3 = += 0.1.4 = +* Fixing error when file does not exist + += 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 ac1ba4216f22a362fb5b4c9ef60f7c1a6947be72..09a53e376fc2d59cc64c0365005733171735263c 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.3 +Version: 0.1.4 Author: Chris Scott, Michael Pretty, Kevin Langley Author URI: http://voceconnect.com/ */