Changeset 343756
- Timestamp:
- 02/10/2011 06:41:22 PM (15 years ago)
- File:
-
- 1 edited
-
template-provisioning/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
template-provisioning/trunk/readme.txt
r273732 r343756 4 4 Tags: template, theme, css, javascript 5 5 Requires at least: 2.8 6 Tested up to: 3.0 7 Stable tag: 0.2. 4.26 Tested up to: 3.0.5 7 Stable tag: 0.2.5 8 8 9 9 The Template Provisioning plugin automatically links each blog page to .css and .js files that correspond to its template. … … 76 76 * js/less.js 77 77 78 = Asset host support = 79 80 As of version 0.2.5, the plugin can be configured to output CSS and JS urls with a base URL from your blog URL. For example, if have an amazon S3 bucket publicly accessible at http://assets.yourdomain.com, and it contains /css and /js subdirectories, the plugin can link to those instead of to your theme directory. 81 82 To configure an asset host URL, add the following to your theme's functions.php file: 83 84 if (class_exists('Template_Provisioning')) { 85 Template_Provisioning::set_asset_host('http://assets.yourdomain.com'); 86 } 87 88 (Note: you probably don't want a trailing slash on that URL) 89 78 90 == Frequently Asked Questions == 79 91 … … 81 93 82 94 == Changelog == 95 96 = 0.2.5 = 97 98 * Added static keyword to functions 99 * Support for configurable asset host 100 * Removed global $is_IE dependency 101 * Using conditional tags for IE styles 83 102 84 103 = 0.2.4.2 =
Note: See TracChangeset
for help on using the changeset viewer.