Plugin Directory

Changeset 1999883


Ignore:
Timestamp:
12/21/2018 04:57:42 PM (7 years ago)
Author:
tommcfarlin
Message:
  • Add: The adopt-me tag
Location:
comments-not-replied-to/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • comments-not-replied-to/trunk/README.txt

    r1511962 r1999883  
    11=== Comments Not Replied To ===
    22Contributors: mordauk, norcross, tommcfarlin
    3 Tags: comments
     3Tags: comments, adopt-me
    44Requires at least: 3.5
    55Tested up to: 4.7
    6 Stable tag: 1.1.1
     6Stable tag: 1.2.0
    77
    88Easily see which comments have not received a reply from each post's author.
     
    4242== Changelog ==
    4343
     44= 1.2.0 =
     45
     46* Add: The adopt-me tag
     47
    4448= 1.1.1 =
    4549
     
    5862= 1.0 =
    5963* Initial release
    60 
  • comments-not-replied-to/trunk/comments-not-replied-to.php

    r1511962 r1999883  
    44Plugin URI: http://github.com/pippinsplugins/Comments-Not-Replied-To/
    55Description: Easily see which comments have not received a reply from each post's author.
    6 Version: 1.1.1
     6Version: 1.2.0
    77Author: Pippin Williamson, Andrew Norcross, Tom McFarlin
    88GitHub Plugin URI: https://github.com/pippinsplugins/Comments-Not-Replied-To
     
    2828
    2929if( ! defined( 'CNRT_VERSION' ) ) {
    30     define( 'CNRT_VERSION', '1.1.1' );
     30    define( 'CNRT_VERSION', '1.2.0' );
    3131} // end if
    3232
Note: See TracChangeset for help on using the changeset viewer.