Changeset 708059
- Timestamp:
- 05/05/2013 03:34:05 AM (13 years ago)
- Location:
- roots-plug/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
roots-plug.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
roots-plug/trunk/readme.txt
r708057 r708059 5 5 Requires at least: 3.5 6 6 Tested up to: 3.5 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 License: GPLv2 9 9 … … 31 31 == Changelog == 32 32 33 = 1.2.0 33 = 1.2.1 = 34 * Readme typo fix 35 36 = 1.2.0 = 34 37 * Updated `.htaccess` file from [Roots repo](https://github.com/retlehs/wp-h5bp-htaccess) 35 38 * Updated [relative URL cleanup](https://github.com/retlehs/roots/commit/a8c543753ae4f2e9b39a9ece4f023d54f95c6588) -
roots-plug/trunk/roots-plug.php
r708057 r708059 4 4 Plugin URI: http://zslabs.com 5 5 Description: Base plugin 6 Version: 1.2. 06 Version: 1.2.1 7 7 Author: Zach Schnackel 8 8 Author URI: http://zslabs.com … … 73 73 * @var string 74 74 */ 75 public $version = '1.2. 0';75 public $version = '1.2.1'; 76 76 77 77 /**
Note: See TracChangeset
for help on using the changeset viewer.