Changeset 129083
- Timestamp:
- 06/24/2009 03:12:46 PM (17 years ago)
- Location:
- author-avatars/trunk
- Files:
-
- 2 edited
-
author-avatars.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
author-avatars/trunk/author-avatars.php
r123037 r129083 4 4 Plugin URI: http://wordpress.org/extend/plugins/author-avatars/ 5 5 Description: Display lists of user avatars using <a href="widgets.php">widgets</a> or <a href="http://codex.wordpress.org/User:Bforchhammer/Author_Avatars_ShortCode_Documentation">shortcodes</a>. 6 Version: 0.7. 36 Version: 0.7.4 7 7 Author: <a href="http://mind2.de">Benedikt Forchhammer</a>, Idea: <a href="http://bearne.com">Paul Bearne</a> 8 8 Text Domain: author-avatars … … 11 11 12 12 // The current version of the author avatars plugin. Needs to be updated every time we do a version step. 13 define('AUTHOR_AVATARS_VERSION', '0.7. 3');13 define('AUTHOR_AVATARS_VERSION', '0.7.4'); 14 14 // List of all version, used during update check. (Append new version to the end and write an update__10_11 method on AuthorAvatars class if needed) 15 define('AUTHOR_AVATARS_VERSION_HISTORY', serialize(Array('0.1', '0.2', '0.3', '0.4', '0.5', '0.5.1', '0.6', '0.6.1', '0.6.2', '0.7', '0.7.1', '0.7.2', '0.7.3' )));15 define('AUTHOR_AVATARS_VERSION_HISTORY', serialize(Array('0.1', '0.2', '0.3', '0.4', '0.5', '0.5.1', '0.6', '0.6.1', '0.6.2', '0.7', '0.7.1', '0.7.2', '0.7.3', '0.7.4'))); 16 16 17 17 require_once('lib/AuthorAvatars.class.php'); -
author-avatars/trunk/readme.txt
r128738 r129083 5 5 Requires at least: 2.6 6 6 Tested up to: 2.8 7 Stable tag: 0.7. 37 Stable tag: 0.7.4 8 8 9 9 Display lists of user avatars using widgets or shortcodes. … … 38 38 * User information popup on rollover 39 39 * Advanced user display configuration / templates 40 * I18n: provide base for translations41 40 * Any ideas or suggestions? [tell us about it](mailto:[email protected])! 42 41 … … 63 62 64 63 = 0.7.4 = 65 * Added support for translations 66 * German translation (by myself) 64 * Fixed javascript issues with widget settings page and shortcode wizard in WordPress 2.8 65 * Fixed support for translations 66 * Added German translation 67 * Added feature to sort by recent user activity (requires Buddypress) 67 68 68 69 = 0.7.3 =
Note: See TracChangeset
for help on using the changeset viewer.