Plugin Directory

Changeset 573278


Ignore:
Timestamp:
07/16/2012 10:03:18 PM (14 years ago)
Author:
pbearne
Message:

added Hindi

Location:
author-avatars/tags/1.5.1
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • author-avatars/tags/1.5.1/author-avatars.php

    r520494 r573278  
    55Plugin URI: http://authoravatars.wordpress.com/
    66Description: Display lists of user avatars using <a href="widgets.php">widgets</a> or <a href="https://authoravatars.wordpress.com/documentation/">shortcodes</a>.
    7 Version: 1.5.0
     7Version: 1.5.1
    88Author: <a href="http://bearne.ca">Paul Bearne</a>, <a href="http://mind2.de">Benedikt Forchhammer</a>
    99Text Domain: author-avatars
     
    1212
    1313// The current version of the author avatars plugin. Needs to be updated every time we do a version step.
    14 define('AUTHOR_AVATARS_VERSION', '1.5.0');
     14define('AUTHOR_AVATARS_VERSION', '1.5.1');
    1515
    1616// 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)
    17 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', '0.8', '0.9', '1.0', '1.1', '1.2' ,'1.4.1', '1.5.0' )));
     17define('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', '0.8', '0.9', '1.0', '1.1', '1.2' ,'1.4.1', '1.5.0', '1.5.1')));
    1818
    1919require_once('lib/AuthorAvatars.class.php');
Note: See TracChangeset for help on using the changeset viewer.