Changeset 1867234
- Timestamp:
- 05/01/2018 11:54:14 PM (8 years ago)
- Location:
- wp-triage/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-triage.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-triage/trunk/readme.txt
r1867232 r1867234 14 14 = Adopt the plugin! = 15 15 16 WP Blame is no longer being developed. If you would like to take over this plugin and continue development , please [contact me](https://www.danieltj.co.uk/contact/).16 WP Blame is no longer being developed. If you would like to take over this plugin and continue development. 17 17 18 18 = About = … … 71 71 == Changelog == 72 72 73 = 1.4.2 = 74 75 * Remove previous author information 76 73 77 = 1.4.1 = 74 78 -
wp-triage/trunk/wp-triage.php
r1867232 r1867234 8 8 * Author URI: http://www.corematrixgrid.com/ 9 9 * Text Domain: wp-triage 10 * Version: 1.4. 110 * Version: 1.4.2 11 11 */ 12 12 … … 15 15 16 16 // Define the constants 17 define('DTJWPT_VERSION', '1.4 ');17 define('DTJWPT_VERSION', '1.4.2'); 18 18 define('DTJWPT_DB_VERSION', '1.1'); 19 19 define('DTJWPT_MIN_WP_VER', '4.0');
Note: See TracChangeset
for help on using the changeset viewer.