Changeset 1609407
- Timestamp:
- 03/07/2017 07:16:08 AM (9 years ago)
- Location:
- autoclaimer
- Files:
-
- 1 added
- 2 edited
-
assets/screenshot-1.png (added)
-
trunk/autoclaimer.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
autoclaimer/trunk/autoclaimer.php
r1565093 r1609407 3 3 /** 4 4 * Plugin Name: AutoClaimer 5 * Plugin URI: http:// thinkatat.com/5 * Plugin URI: http://www.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. 47 * Version: 1.0.5 8 8 * Author: thinkatat 9 * Author URI: http s://thinkatat.com/9 * Author URI: http://www.thinkatat.com/ 10 10 * Text Domain: autoclaimer 11 11 * Domain Path: /languages/ … … 27 27 private static $instance = null; 28 28 29 public static $version = '1.0. 4';29 public static $version = '1.0.5'; 30 30 31 31 function __construct() -
autoclaimer/trunk/readme.txt
r1565093 r1609407 40 40 41 41 == Screenshots == 42 42 1. Auto Claim Listings setting 43 43 44 44 == Changelog == 45 46 = 1.0.5 = 47 * Update description with screenshots. 45 48 46 49 = 1.0.4 =
Note: See TracChangeset
for help on using the changeset viewer.