Changeset 451665
- Timestamp:
- 10/16/2011 04:39:40 PM (14 years ago)
- Location:
- libravatar
- Files:
-
- 2 added
- 2 edited
- 4 copied
-
tags/1.0.3 (copied) (copied from libravatar/trunk)
-
tags/1.0.3/Services_Libravatar.php (added)
-
tags/1.0.3/libravatar.php (copied) (copied from libravatar/trunk/libravatar.php) (2 diffs)
-
tags/1.0.3/readme.txt (copied) (copied from libravatar/trunk/readme.txt) (2 diffs)
-
tags/1.0.3/screenshot-1.png (copied) (copied from libravatar/trunk/screenshot-1.png)
-
trunk/Services_Libravatar.php (added)
-
trunk/libravatar.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libravatar/tags/1.0.3/libravatar.php
r415380 r451665 4 4 Plugin URI: http://www.gabsoftware.com/products/scripts/libravatar/ 5 5 Description: Libravatar support for Wordpress 6 Version: 1.0. 26 Version: 1.0.3 7 7 Author: Gabriel Hautclocq 8 8 Author URI: http://www.gabsoftware.com/ … … 25 25 define( 'LIBRAVATAR_VERSION_MAJ', 1 ); 26 26 define( 'LIBRAVATAR_VERSION_MIN', 0 ); 27 define( 'LIBRAVATAR_VERSION_REV', 2);27 define( 'LIBRAVATAR_VERSION_REV', 3 ); 28 28 29 29 include_once( 'Services_Libravatar.php' ); -
libravatar/tags/1.0.3/readme.txt
r415380 r451665 4 4 Tags: libravatar, avatar, support, user, email, pseudo, picture, image 5 5 Requires at least: 3.0.0 6 Tested up to: 3.2 7 Stable tag: 1.0. 26 Tested up to: 3.2.1 7 Stable tag: 1.0.3 8 8 9 9 Adds Libravatar support to your WordPress installation. … … 38 38 == Changelog == 39 39 40 = 1.0.3 = 41 * Oops, I forgot to add Services_Libravatar.php before! Should be fixed now. 42 40 43 = 1.0.2 = 41 44 * Support for federation (self hosted avatars functionnality of Libravatar) -
libravatar/trunk/libravatar.php
r415380 r451665 4 4 Plugin URI: http://www.gabsoftware.com/products/scripts/libravatar/ 5 5 Description: Libravatar support for Wordpress 6 Version: 1.0. 26 Version: 1.0.3 7 7 Author: Gabriel Hautclocq 8 8 Author URI: http://www.gabsoftware.com/ … … 25 25 define( 'LIBRAVATAR_VERSION_MAJ', 1 ); 26 26 define( 'LIBRAVATAR_VERSION_MIN', 0 ); 27 define( 'LIBRAVATAR_VERSION_REV', 2);27 define( 'LIBRAVATAR_VERSION_REV', 3 ); 28 28 29 29 include_once( 'Services_Libravatar.php' ); -
libravatar/trunk/readme.txt
r415380 r451665 4 4 Tags: libravatar, avatar, support, user, email, pseudo, picture, image 5 5 Requires at least: 3.0.0 6 Tested up to: 3.2 7 Stable tag: 1.0. 26 Tested up to: 3.2.1 7 Stable tag: 1.0.3 8 8 9 9 Adds Libravatar support to your WordPress installation. … … 38 38 == Changelog == 39 39 40 = 1.0.3 = 41 * Oops, I forgot to add Services_Libravatar.php before! Should be fixed now. 42 40 43 = 1.0.2 = 41 44 * Support for federation (self hosted avatars functionnality of Libravatar)
Note: See TracChangeset
for help on using the changeset viewer.