diff --git a/README.md b/README.md index 64f0fe243197e870757a5f3e76b816a36913d1b5..eca4525d37f613de4b009b5de6c4031934574de8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ CDN Rewrite Contributors: voceplatforms, chrisscott, prettyboymp Tags: cdn, rewrite Requires at least: 3.3 -Tested up to: 3.7.1 +Tested up to: 3.8 Stable tag: 0.1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -11,6 +11,10 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html ## Description This plugin allows you to rewrite the root url of assets, css, and js files. This allows you to load these resources from an external URL improving the page load time by taking advantage of parallel browser requests. +This plugin requires the use of the [Voce Settings API](https://github.com/voceconnect/voce-settings-api) library. + +If using [Composer](http://getcomposer.org) for dependency management, you can alternatively after including the files, run composer install to retreive the Voce Settings API dependency. + ## Installation ### As standard plugin: diff --git a/readme.txt b/readme.txt index 9626775b5f03a525d7aaeda6bca0749027ad2fe3..5e5434d2b6d5526501e6613553f09e3346390f60 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: voceplatforms, chrisscott, prettyboymp Tags: cdn, rewrite Requires at least: 3.3 -Tested up to: 3.7.1 +Tested up to: 3.8 Stable tag: 0.1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -13,6 +13,10 @@ Rewrite the root url of assets, css, and js files. This plugin allows you to rewrite the root url of assets, css, and js files. This allows you to load these resources from an external URL improving the page load time by taking advantage of parallel browser requests. +This plugin requires the use of the [Voce Settings API](https://github.com/voceconnect/voce-settings-api) library. + +If using [Composer](http://getcomposer.org) for dependency management, you can alternatively, after including the plugin files, run composer install to retreive the Voce Settings API dependency. + == Installation == 1. Upload `cdn-rewrite` to the `/wp-content/plugins/` directory