Changeset 1561541
- Timestamp:
- 12/25/2016 04:22:43 AM (9 years ago)
- Location:
- autoclaimer/trunk
- Files:
-
- 2 edited
-
at-autoclaimer.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
autoclaimer/trunk/at-autoclaimer.php
r1560936 r1561541 5 5 * Plugin URI: http://thinkatat.com/ 6 6 * Description: An add-on for WP Job Manager WooCommerce Paid Listings which automatically claims listings once purchased through specified package. 7 * Version: 1.0. 07 * Version: 1.0.1 8 8 * Author: thinkatat 9 9 * Author URI: http://thinkatat.com/ … … 27 27 private static $instance = null; 28 28 29 public static $version = '1.0. 0';29 public static $version = '1.0.1'; 30 30 31 31 function __construct() -
autoclaimer/trunk/readme.txt
r1560936 r1561541 34 34 == Changelog == 35 35 36 = 1.0.1 = 37 * Remove unnecessary files and directory. 38 36 39 = 1.0 = 37 40 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.