Changeset 573278
- Timestamp:
- 07/16/2012 10:03:18 PM (14 years ago)
- Location:
- author-avatars/tags/1.5.1
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from author-avatars/trunk)
-
author-avatars.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
author-avatars/tags/1.5.1/author-avatars.php
r520494 r573278 5 5 Plugin URI: http://authoravatars.wordpress.com/ 6 6 Description: 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. 07 Version: 1.5.1 8 8 Author: <a href="http://bearne.ca">Paul Bearne</a>, <a href="http://mind2.de">Benedikt Forchhammer</a> 9 9 Text Domain: author-avatars … … 12 12 13 13 // 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');14 define('AUTHOR_AVATARS_VERSION', '1.5.1'); 15 15 16 16 // 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' )));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', '1.5.1'))); 18 18 19 19 require_once('lib/AuthorAvatars.class.php');
Note: See TracChangeset
for help on using the changeset viewer.