Plugin Directory

Changeset 1285490


Ignore:
Timestamp:
11/13/2015 11:03:52 AM (10 years ago)
Author:
GregMulhauser
Message:

1.6.5 update

Location:
gregs-comment-length-limiter
Files:
1 deleted
6 edited
12 copied

Legend:

Unmodified
Added
Removed
  • gregs-comment-length-limiter/tags/1.6.5/gcll-options-functions.php

    r1106136 r1285490  
    235235            ";
    236236        $displaybot = "
    237             <h2>{$this->page_title}</h2>
     237            <h1>{$this->page_title}</h1>
    238238            {$menu}
    239239            {$donation}
  • gregs-comment-length-limiter/tags/1.6.5/gcll.php

    r1106136 r1285490  
    44Plugin URI: http://gregsplugins.com/lib/plugin-details/gregs-comment-length-limiter/
    55Description: For WordPress 2.7 and above, this plugin displays a countdown of the remaining characters available as users enter comments on your posts, with a total comment length limit set by you.
    6 Version: 1.6.4
     6Version: 1.6.5
    77Author: Greg Mulhauser
    88Author URI: http://gregsplugins.com/
     
    239239} // end admin-only stuff
    240240else {
    241     $gcll_instance = new gregsCommentLengthLimiter( 'gcll', '1.6.4', "Greg's Comment Length Limiter" );
     241    $gcll_instance = new gregsCommentLengthLimiter( 'gcll', '1.6.5', "Greg's Comment Length Limiter" );
    242242    function gcll_tweak_textarea() {
    243243        global $gcll_instance;
  • gregs-comment-length-limiter/tags/1.6.5/options-set/extra/gcll-options-donating.txt

    r1106136 r1285490  
    11<div class="postbox" style="padding-bottom: 0.5em; text-align:center; border-color:#ea977b; background-color: #fdf5f2;">
    2 <h3 class="hndle" style="font-size:14px; padding: 8px 12px; margin:0; line-height:1.4; text-align:left; border-color:#f5cbbd;"><span>Plugins for Adoption!</span></h3>
     2<h2 class="hndle" style="font-size:14px; padding: 8px 12px; margin:0; line-height:1.4; text-align:left; border-color:#f5cbbd;"><span>Plugins for Adoption!</span></h2>
    33<p style="font-size:1.1em; padding: 0 12px 0;">Complete portfolio of <span style="text-decoration:underline;">50 plugins</span>, including this one, now <a href="http://gregsplugins.com/lib/sale/">available for adoption</a>!</p>
    44<p style="font-size:1.1em; padding: 0 12px 0;">And including the new &raquo; <a href="http://fastercache.com">Faster Cache for WordPress</a> &laquo;</p>
  • gregs-comment-length-limiter/tags/1.6.5/options-set/extra/gcll-options-instructions.txt

    r1106136 r1285490  
    11<div class="postbox" style="padding-bottom: 0.5em; text-align:center; border-color:#ea977b; background-color: #fdf5f2;">
    2 <h3 class="hndle" style="font-size:14px; padding: 8px 12px; margin:0; line-height:1.4; text-align:left; border-color:#f5cbbd;"><span>Plugins for Adoption!</span></h3>
     2<h2 class="hndle" style="font-size:14px; padding: 8px 12px; margin:0; line-height:1.4; text-align:left; border-color:#f5cbbd;"><span>Plugins for Adoption!</span></h2>
    33<p style="font-size:1.1em; padding: 0 12px 0;">Complete portfolio of <span style="text-decoration:underline;">50 plugins</span>, including this one, now <a href="http://gregsplugins.com/lib/sale/">available for adoption</a>!</p>
    44<p style="font-size:1.1em; padding: 0 12px 0;">And including the new &raquo; <a href="http://fastercache.com">Faster Cache for WordPress</a> &laquo;</p>
  • gregs-comment-length-limiter/tags/1.6.5/options-set/extra/gcll-options.txt

    r1106136 r1285490  
    11<div class="postbox" style="padding-bottom: 0.5em; text-align:center; border-color:#ea977b; background-color: #fdf5f2;">
    2 <h3 class="hndle" style="font-size:14px; padding: 8px 12px; margin:0; line-height:1.4; text-align:left; border-color:#f5cbbd;"><span>Plugins for Adoption!</span></h3>
     2<h2 class="hndle" style="font-size:14px; padding: 8px 12px; margin:0; line-height:1.4; text-align:left; border-color:#f5cbbd;"><span>Plugins for Adoption!</span></h2>
    33<p style="font-size:1.1em; padding: 0 12px 0;">Complete portfolio of <span style="text-decoration:underline;">50 plugins</span>, including this one, now <a href="http://gregsplugins.com/lib/sale/">available for adoption</a>!</p>
    44<p style="font-size:1.1em; padding: 0 12px 0;">And including the new &raquo; <a href="http://fastercache.com">Faster Cache for WordPress</a> &laquo;</p>
  • gregs-comment-length-limiter/tags/1.6.5/readme.txt

    r1219861 r1285490  
    44Tags: comments, comment length, length limit, comment size, size limit, comments.php, greg mulhauser, seo, paged comments, javascript, performance, loading time, AJAX, spam, comment spam, anti-spam
    55Requires at least: 2.7
    6 Tested up to: 4.3
    7 Stable tag: 1.6.4
     6Tested up to: 4.4b4
     7Stable tag: 1.6.5
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    2121= New in This Version =
    2222
    23 * Updates to documentation and code improvements
    24 * Note on portfolion of plugins now available for adoption
     23* Minor changes to admin panel formatting
    2524
    2625= Background =
     
    101100== Upgrade Notice ==
    102101
    103 = 1.6.4, 5 March 2015 =
    104 * Updates to documentation and code improvements
    105 * Note on portfolion of plugins now available for adoption
     102= 1.6.5, 13 November 2015 =
     103* Minor changes to admin panel formatting
    106104
    107105== Changelog ==
     106
     107= 1.6.5, 13 November 2015 =
     108* Minor changes to admin panel formatting
    108109
    109110= 1.6.4, 5 March 2015 =
  • gregs-comment-length-limiter/trunk/gcll-options-functions.php

    r1106136 r1285490  
    235235            ";
    236236        $displaybot = "
    237             <h2>{$this->page_title}</h2>
     237            <h1>{$this->page_title}</h1>
    238238            {$menu}
    239239            {$donation}
  • gregs-comment-length-limiter/trunk/gcll.php

    r1106136 r1285490  
    44Plugin URI: http://gregsplugins.com/lib/plugin-details/gregs-comment-length-limiter/
    55Description: For WordPress 2.7 and above, this plugin displays a countdown of the remaining characters available as users enter comments on your posts, with a total comment length limit set by you.
    6 Version: 1.6.4
     6Version: 1.6.5
    77Author: Greg Mulhauser
    88Author URI: http://gregsplugins.com/
     
    239239} // end admin-only stuff
    240240else {
    241     $gcll_instance = new gregsCommentLengthLimiter( 'gcll', '1.6.4', "Greg's Comment Length Limiter" );
     241    $gcll_instance = new gregsCommentLengthLimiter( 'gcll', '1.6.5', "Greg's Comment Length Limiter" );
    242242    function gcll_tweak_textarea() {
    243243        global $gcll_instance;
  • gregs-comment-length-limiter/trunk/options-set/extra/gcll-options-donating.txt

    r1106136 r1285490  
    11<div class="postbox" style="padding-bottom: 0.5em; text-align:center; border-color:#ea977b; background-color: #fdf5f2;">
    2 <h3 class="hndle" style="font-size:14px; padding: 8px 12px; margin:0; line-height:1.4; text-align:left; border-color:#f5cbbd;"><span>Plugins for Adoption!</span></h3>
     2<h2 class="hndle" style="font-size:14px; padding: 8px 12px; margin:0; line-height:1.4; text-align:left; border-color:#f5cbbd;"><span>Plugins for Adoption!</span></h2>
    33<p style="font-size:1.1em; padding: 0 12px 0;">Complete portfolio of <span style="text-decoration:underline;">50 plugins</span>, including this one, now <a href="http://gregsplugins.com/lib/sale/">available for adoption</a>!</p>
    44<p style="font-size:1.1em; padding: 0 12px 0;">And including the new &raquo; <a href="http://fastercache.com">Faster Cache for WordPress</a> &laquo;</p>
  • gregs-comment-length-limiter/trunk/options-set/extra/gcll-options-instructions.txt

    r1106136 r1285490  
    11<div class="postbox" style="padding-bottom: 0.5em; text-align:center; border-color:#ea977b; background-color: #fdf5f2;">
    2 <h3 class="hndle" style="font-size:14px; padding: 8px 12px; margin:0; line-height:1.4; text-align:left; border-color:#f5cbbd;"><span>Plugins for Adoption!</span></h3>
     2<h2 class="hndle" style="font-size:14px; padding: 8px 12px; margin:0; line-height:1.4; text-align:left; border-color:#f5cbbd;"><span>Plugins for Adoption!</span></h2>
    33<p style="font-size:1.1em; padding: 0 12px 0;">Complete portfolio of <span style="text-decoration:underline;">50 plugins</span>, including this one, now <a href="http://gregsplugins.com/lib/sale/">available for adoption</a>!</p>
    44<p style="font-size:1.1em; padding: 0 12px 0;">And including the new &raquo; <a href="http://fastercache.com">Faster Cache for WordPress</a> &laquo;</p>
  • gregs-comment-length-limiter/trunk/options-set/extra/gcll-options.txt

    r1106136 r1285490  
    11<div class="postbox" style="padding-bottom: 0.5em; text-align:center; border-color:#ea977b; background-color: #fdf5f2;">
    2 <h3 class="hndle" style="font-size:14px; padding: 8px 12px; margin:0; line-height:1.4; text-align:left; border-color:#f5cbbd;"><span>Plugins for Adoption!</span></h3>
     2<h2 class="hndle" style="font-size:14px; padding: 8px 12px; margin:0; line-height:1.4; text-align:left; border-color:#f5cbbd;"><span>Plugins for Adoption!</span></h2>
    33<p style="font-size:1.1em; padding: 0 12px 0;">Complete portfolio of <span style="text-decoration:underline;">50 plugins</span>, including this one, now <a href="http://gregsplugins.com/lib/sale/">available for adoption</a>!</p>
    44<p style="font-size:1.1em; padding: 0 12px 0;">And including the new &raquo; <a href="http://fastercache.com">Faster Cache for WordPress</a> &laquo;</p>
  • gregs-comment-length-limiter/trunk/readme.txt

    r1219861 r1285490  
    44Tags: comments, comment length, length limit, comment size, size limit, comments.php, greg mulhauser, seo, paged comments, javascript, performance, loading time, AJAX, spam, comment spam, anti-spam
    55Requires at least: 2.7
    6 Tested up to: 4.3
    7 Stable tag: 1.6.4
     6Tested up to: 4.4b4
     7Stable tag: 1.6.5
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    2121= New in This Version =
    2222
    23 * Updates to documentation and code improvements
    24 * Note on portfolion of plugins now available for adoption
     23* Minor changes to admin panel formatting
    2524
    2625= Background =
     
    101100== Upgrade Notice ==
    102101
    103 = 1.6.4, 5 March 2015 =
    104 * Updates to documentation and code improvements
    105 * Note on portfolion of plugins now available for adoption
     102= 1.6.5, 13 November 2015 =
     103* Minor changes to admin panel formatting
    106104
    107105== Changelog ==
     106
     107= 1.6.5, 13 November 2015 =
     108* Minor changes to admin panel formatting
    108109
    109110= 1.6.4, 5 March 2015 =
Note: See TracChangeset for help on using the changeset viewer.