Changeset 507142
- Timestamp:
- 02/19/2012 01:01:05 AM (14 years ago)
- File:
-
- 1 edited
-
token-manager/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
token-manager/trunk/readme.txt
r506738 r507142 7 7 Requires at least: 3.0 8 8 Tested up to: 3.3.1 9 Stable tag: 0.2. 49 Stable tag: 0.2.5 10 10 11 11 The Token Manager allows web developers to program PHP, HTML, CSS and JavaScript into tokens that can be used throughout WordPress. … … 46 46 47 47 = Future Enhancements For Both = 48 * Token Ordering - Completed Feb 18, 2012 48 49 * Code Optimization 49 50 * WordPress Token Injection Menus … … 143 144 12. The error handler showing a PHP error on the page. 144 145 13. Show all key value pairs for the page with settings turned on. 146 14. Shows the token ordering for processing tokens in a specific custom order. 145 147 146 148 == Changelog == 149 150 = 0.2.5 = 151 * New feature added that allows you to process the tokens in a specific custom order. Small database table (tokenmanager) change. Added column (processorder). This change will require previous versions to add in the new column and assign a process order id to existing tokens. 147 152 148 153 = 0.2.4 =
Note: See TracChangeset
for help on using the changeset viewer.