Changeset 1999883
- Timestamp:
- 12/21/2018 04:57:42 PM (7 years ago)
- Location:
- comments-not-replied-to/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (3 diffs)
-
comments-not-replied-to.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
comments-not-replied-to/trunk/README.txt
r1511962 r1999883 1 1 === Comments Not Replied To === 2 2 Contributors: mordauk, norcross, tommcfarlin 3 Tags: comments 3 Tags: comments, adopt-me 4 4 Requires at least: 3.5 5 5 Tested up to: 4.7 6 Stable tag: 1. 1.16 Stable tag: 1.2.0 7 7 8 8 Easily see which comments have not received a reply from each post's author. … … 42 42 == Changelog == 43 43 44 = 1.2.0 = 45 46 * Add: The adopt-me tag 47 44 48 = 1.1.1 = 45 49 … … 58 62 = 1.0 = 59 63 * Initial release 60 -
comments-not-replied-to/trunk/comments-not-replied-to.php
r1511962 r1999883 4 4 Plugin URI: http://github.com/pippinsplugins/Comments-Not-Replied-To/ 5 5 Description: Easily see which comments have not received a reply from each post's author. 6 Version: 1. 1.16 Version: 1.2.0 7 7 Author: Pippin Williamson, Andrew Norcross, Tom McFarlin 8 8 GitHub Plugin URI: https://github.com/pippinsplugins/Comments-Not-Replied-To … … 28 28 29 29 if( ! defined( 'CNRT_VERSION' ) ) { 30 define( 'CNRT_VERSION', '1. 1.1' );30 define( 'CNRT_VERSION', '1.2.0' ); 31 31 } // end if 32 32
Note: See TracChangeset
for help on using the changeset viewer.