Changeset 678904
- Timestamp:
- 03/10/2013 02:20:12 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
r678900 r678904 5 5 Requires at least: 3.5 6 6 Tested up to: 3.5 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 9 9 … … 28 28 29 29 == Changelog == 30 31 = 1.0.1 = 32 * Quick-fix for push error 30 33 31 34 = 1.0.0 = -
roots-plug/trunk/roots-plug.php
r678900 r678904 4 4 Plugin URI: http://zslabs.com 5 5 Description: Base plugin 6 Version: 1.0. 06 Version: 1.0.1 7 7 Author: Zach Schnackel 8 8 Author URI: http://zslabs.com … … 73 73 * @var string 74 74 */ 75 public $version = '1.0. 0';75 public $version = '1.0.1'; 76 76 77 77 /**
Note: See TracChangeset
for help on using the changeset viewer.