Changeset 758912
- Timestamp:
- 08/20/2013 01:51:53 AM (13 years ago)
- Location:
- roots-plug/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
roots-plug.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
roots-plug/trunk/readme.txt
r758909 r758912 4 4 Tags: roots, cleanup, htaccess, relative urls 5 5 Requires at least: 3.5 6 Tested up to: 3. 57 Stable tag: 1.2. 36 Tested up to: 3.6 7 Stable tag: 1.2.4 8 8 License: GPLv2 9 9 … … 14 14 Roots Plug is the catch-all awesome WordPress plugin that cleans up default output and provides all those handy-dandy functions that we all search for around the web - in one convenient package! It also appends on [HTML5 Boilerplate's](http://html5boilerplate.com/) `.htaccess` rewrites automagically. 15 15 16 Inspired by [Roots Theme](http://rootstheme.com) by Ben Word -- extracted much of the cleanup efforts into a handy-dany plugin. 17 18 **Roots Plug was recently rewritten from scratch. While most of the base functionality remained intact, gone are the asset rewrites. Why? Because they forced you to change how your template files were stored and broke several other plugins - which isn't cool. Upcoming releases will continue to make this more compatible across different WordPress environments. 3.5 is a requirement now.** 16 Inspired by [Roots Theme](http://rootstheme.com) by Ben Word -- extracted much of the cleanup efforts into a handy-dandy plugin. 19 17 20 18 == Installation == … … 30 28 31 29 == Changelog == 30 31 = 1.2.4 = 32 * Updated readme 32 33 33 34 = 1.2.3 = -
roots-plug/trunk/roots-plug.php
r758909 r758912 4 4 Plugin URI: http://zslabs.com 5 5 Description: Base plugin 6 Version: 1.2. 36 Version: 1.2.4 7 7 Author: Zach Schnackel 8 8 Author URI: http://zslabs.com … … 73 73 * @var string 74 74 */ 75 public $version = '1.2. 3';75 public $version = '1.2.4'; 76 76 77 77 /**
Note: See TracChangeset
for help on using the changeset viewer.