Changeset 225644
- Timestamp:
- 04/06/2010 12:56:57 AM (16 years ago)
- Location:
- custom-avatars-for-comments/trunk
- Files:
-
- 3 edited
-
comment_avatars.php (modified) (1 diff)
-
inc/admin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-avatars-for-comments/trunk/comment_avatars.php
r225584 r225644 22 22 Plugin URI: http://www.nkuttler.de/wordpress/custom-avatars-for-comments/ 23 23 Description: Add the possibility to select a custom avatars for every comment 24 Version: 0.2.1. 024 Version: 0.2.1.1 25 25 Text Domain: custom-avatars-for-comments 26 26 */ -
custom-avatars-for-comments/trunk/inc/admin.php
r225583 r225644 134 134 $this->options = array_merge( $newopts, $this->options ); 135 135 $this->options['removeselect'] = '1'; 136 $this->options['version'] = '0.2.0.0'; // upgrade version field... 136 137 update_option( 'commentavatars', $this->options ); 137 138 } -
custom-avatars-for-comments/trunk/readme.txt
r225585 r225644 7 7 Requires at least: 2.9 8 8 Tested up to: 3.0 9 Stable tag: 0.2.1. 09 Stable tag: 0.2.1.1 10 10 11 11 Allows custom avatars for every comment. … … 64 64 == Changelog == 65 65 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! 66 68 = 0.2.1.0 ( 2010-04-05 ) = 67 69 * Add a 'reset plugin' checkbox, if anybody runs into upgrading problems.
Note: See TracChangeset
for help on using the changeset viewer.