Plugin Directory

Changeset 1049203


Ignore:
Timestamp:
12/19/2014 12:16:23 PM (11 years ago)
Author:
GregMulhauser
Message:

Obligatory message

Location:
gregs-threaded-comment-numbering
Files:
2 edited
12 copied

Legend:

Unmodified
Added
Removed
  • gregs-threaded-comment-numbering/tags/1.5.5/gtcn.php

    r1003797 r1049203  
    44Plugin URI: http://gregsplugins.com/lib/plugin-details/gregs-threaded-comment-numbering/
    55Description: For WordPress 2.7 and above, this plugin numbers comments sequentially, including an hierarchical count up to ten levels deep (e.g., replies to comment number 2 will be numbered as 2.1, 2.2, 2.3 etc.).
    6 Version: 1.5.4
     6Version: 1.5.5
    77Author: Greg Mulhauser
    88Author URI: http://gregsplugins.com/
     
    339339} // end admin-only stuff
    340340else {
    341     $gtcn = new gregsThreadedCommentNumbering('gtcn', '1.5.4', "Greg's Threaded Comment Numbering");
     341    $gtcn = new gregsThreadedCommentNumbering('gtcn', '1.5.5', "Greg's Threaded Comment Numbering");
    342342    function gtcn_comment_numbering($comment_ID, $args, $wrapclass = 'commentnumber', $mode = 'echo') {
    343343        global $gtcn;
  • gregs-threaded-comment-numbering/tags/1.5.5/readme.txt

    r1003797 r1049203  
    44Tags: comments, count, numbering, threading, paging, paged comments, threaded comments, pingback, trackback, display, callback function, comments.php, greg mulhauser, comment number, comment counter, listing comments
    55Requires at least: 2.7
    6 Tested up to: 4.0
    7 Stable tag: 1.5.4
     6Tested up to: 4.1
     7Stable tag: 1.5.5
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1919= New in This Version =
    2020
    21 * Documentation update and note on WordPress 4.0 compatibility.
     21* Note on WordPress 4.1 compatibility.
    2222
    2323= Background =
     
    6868== Upgrade Notice ==
    6969
    70 = 1.5.4, 8 October 2014 =
    71 * Documentation update and note on WordPress 4.0 compatibility.
     70= 1.5.5, 19 December 2014 =
     71* Note on WordPress 4.1 compatibility.
    7272
    7373== Changelog ==
     74
     75= 1.5.5, 19 December 2014 =
     76* Note on WordPress 4.1 compatibility.
    7477
    7578= 1.5.4, 8 October 2014 =
  • gregs-threaded-comment-numbering/trunk/gtcn.php

    r1003797 r1049203  
    44Plugin URI: http://gregsplugins.com/lib/plugin-details/gregs-threaded-comment-numbering/
    55Description: For WordPress 2.7 and above, this plugin numbers comments sequentially, including an hierarchical count up to ten levels deep (e.g., replies to comment number 2 will be numbered as 2.1, 2.2, 2.3 etc.).
    6 Version: 1.5.4
     6Version: 1.5.5
    77Author: Greg Mulhauser
    88Author URI: http://gregsplugins.com/
     
    339339} // end admin-only stuff
    340340else {
    341     $gtcn = new gregsThreadedCommentNumbering('gtcn', '1.5.4', "Greg's Threaded Comment Numbering");
     341    $gtcn = new gregsThreadedCommentNumbering('gtcn', '1.5.5', "Greg's Threaded Comment Numbering");
    342342    function gtcn_comment_numbering($comment_ID, $args, $wrapclass = 'commentnumber', $mode = 'echo') {
    343343        global $gtcn;
  • gregs-threaded-comment-numbering/trunk/readme.txt

    r1003797 r1049203  
    44Tags: comments, count, numbering, threading, paging, paged comments, threaded comments, pingback, trackback, display, callback function, comments.php, greg mulhauser, comment number, comment counter, listing comments
    55Requires at least: 2.7
    6 Tested up to: 4.0
    7 Stable tag: 1.5.4
     6Tested up to: 4.1
     7Stable tag: 1.5.5
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1919= New in This Version =
    2020
    21 * Documentation update and note on WordPress 4.0 compatibility.
     21* Note on WordPress 4.1 compatibility.
    2222
    2323= Background =
     
    6868== Upgrade Notice ==
    6969
    70 = 1.5.4, 8 October 2014 =
    71 * Documentation update and note on WordPress 4.0 compatibility.
     70= 1.5.5, 19 December 2014 =
     71* Note on WordPress 4.1 compatibility.
    7272
    7373== Changelog ==
     74
     75= 1.5.5, 19 December 2014 =
     76* Note on WordPress 4.1 compatibility.
    7477
    7578= 1.5.4, 8 October 2014 =
Note: See TracChangeset for help on using the changeset viewer.