Plugin Directory

Changeset 1077427


Ignore:
Timestamp:
01/28/2015 11:47:52 AM (11 years ago)
Author:
latorante
Message:

Updating to version 1.5.5, bugfix

Location:
comment-attachment/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • comment-attachment/trunk/comment-attachment-init.php

    r1075636 r1077427  
    868868                    $comment = $contentInsert . $comment;
    869869                } else{
    870                     $comment .= $comment . $contentInsert;
     870                    $comment = $comment . $contentInsert;
    871871                }
    872872            }
  • comment-attachment/trunk/comment-attachment.php

    r1075636 r1077427  
    77    Author URI: http://latorante.name
    88    Author Email: martin@latorante.name
    9     Version: 1.5
     9    Version: 1.5.5
    1010    License: GPLv2
    1111    Text Domain: comment-attachment
  • comment-attachment/trunk/readme.txt

    r1075648 r1077427  
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    9 Stable tag: 1.5
     9Stable tag: 1.5.5
    1010
    1111Allow your visitors to attach files with their comments!
     
    6464== Upgrade Notice ==
    6565
     66= 1.5.5 =
     67* Wrong operator bugfix
     68
    6669= 1.5 =
    6770* Tested on latest WordPress 4.4
Note: See TracChangeset for help on using the changeset viewer.