Plugin Directory

Changeset 225644


Ignore:
Timestamp:
04/06/2010 12:56:57 AM (16 years ago)
Author:
nkuttler
Message:

prepare bugfix release 0.2.1.1

Location:
custom-avatars-for-comments/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • custom-avatars-for-comments/trunk/comment_avatars.php

    r225584 r225644  
    2222Plugin URI: http://www.nkuttler.de/wordpress/custom-avatars-for-comments/
    2323Description: Add the possibility to select a custom avatars for every comment
    24 Version: 0.2.1.0
     24Version: 0.2.1.1
    2525Text Domain: custom-avatars-for-comments
    2626*/
  • custom-avatars-for-comments/trunk/inc/admin.php

    r225583 r225644  
    134134            $this->options = array_merge( $newopts, $this->options );
    135135            $this->options['removeselect'] = '1';
     136            $this->options['version'] = '0.2.0.0'; // upgrade version field...
    136137            update_option( 'commentavatars', $this->options );
    137138        }
  • custom-avatars-for-comments/trunk/readme.txt

    r225585 r225644  
    77Requires at least: 2.9
    88Tested up to: 3.0
    9 Stable tag: 0.2.1.0
     9Stable tag: 0.2.1.1
    1010
    1111Allows custom avatars for every comment.
     
    6464== Changelog ==
    6565
     66= 0.2.1.1 ( 2010-04-06 ) =
     67 * This should fix the upgrade bug reported by [Twinkling82](http://gamingirl.com/) which kept the plugin in a perpetual upgrade loop. Thanks for the report!
    6668= 0.2.1.0 ( 2010-04-05 ) =
    6769 * Add a 'reset plugin' checkbox, if anybody runs into upgrading problems.
Note: See TracChangeset for help on using the changeset viewer.