Plugin Directory

Changeset 129083


Ignore:
Timestamp:
06/24/2009 03:12:46 PM (17 years ago)
Author:
bforchhammer
Message:

Release of version 0.7.4

Location:
author-avatars/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • author-avatars/trunk/author-avatars.php

    r123037 r129083  
    44Plugin URI: http://wordpress.org/extend/plugins/author-avatars/
    55Description: 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.3
     6Version: 0.7.4
    77Author: <a href="http://mind2.de">Benedikt Forchhammer</a>, Idea: <a href="http://bearne.com">Paul Bearne</a>
    88Text Domain: author-avatars
     
    1111
    1212// 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');
     13define('AUTHOR_AVATARS_VERSION', '0.7.4');
    1414// 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')));
     15define('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')));
    1616
    1717require_once('lib/AuthorAvatars.class.php');
  • author-avatars/trunk/readme.txt

    r128738 r129083  
    55Requires at least: 2.6
    66Tested up to: 2.8
    7 Stable tag: 0.7.3
     7Stable tag: 0.7.4
    88
    99Display lists of user avatars using widgets or shortcodes.
     
    3838*   User information popup on rollover
    3939*   Advanced user display configuration / templates
    40 *   I18n: provide base for translations
    4140*   Any ideas or suggestions? [tell us about it](mailto:[email protected])!
    4241
     
    6362
    6463= 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)
    6768
    6869= 0.7.3 =
Note: See TracChangeset for help on using the changeset viewer.