Plugin Directory

Changeset 343756


Ignore:
Timestamp:
02/10/2011 06:41:22 PM (15 years ago)
Author:
jasontremblay
Message:

Readme changes for version 0.2.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • template-provisioning/trunk/readme.txt

    r273732 r343756  
    44Tags: template, theme, css, javascript
    55Requires at least: 2.8
    6 Tested up to: 3.0
    7 Stable tag: 0.2.4.2
     6Tested up to: 3.0.5
     7Stable tag: 0.2.5
    88
    99The Template Provisioning plugin automatically links each blog page to .css and .js files that correspond to its template.
     
    7676* js/less.js
    7777
     78= Asset host support =
     79
     80As 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
     82To configure an asset host URL, add the following to your theme's functions.php file:
     83
     84if (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
    7890== Frequently Asked Questions ==
    7991
     
    8193
    8294== 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
    83102
    84103= 0.2.4.2 =
Note: See TracChangeset for help on using the changeset viewer.