Plugin Directory

Changeset 451665


Ignore:
Timestamp:
10/16/2011 04:39:40 PM (14 years ago)
Author:
GabSoftware
Message:

added Services_Libravatar.php

Location:
libravatar
Files:
2 added
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • libravatar/tags/1.0.3/libravatar.php

    r415380 r451665  
    44 Plugin URI: http://www.gabsoftware.com/products/scripts/libravatar/
    55 Description: Libravatar support for Wordpress
    6  Version: 1.0.2
     6 Version: 1.0.3
    77 Author: Gabriel Hautclocq
    88 Author URI: http://www.gabsoftware.com/
     
    2525define( 'LIBRAVATAR_VERSION_MAJ', 1 );
    2626define( 'LIBRAVATAR_VERSION_MIN', 0 );
    27 define( 'LIBRAVATAR_VERSION_REV', 2 );
     27define( 'LIBRAVATAR_VERSION_REV', 3 );
    2828
    2929include_once( 'Services_Libravatar.php' );
  • libravatar/tags/1.0.3/readme.txt

    r415380 r451665  
    44Tags: libravatar, avatar, support, user, email, pseudo, picture, image
    55Requires at least: 3.0.0
    6 Tested up to: 3.2
    7 Stable tag: 1.0.2
     6Tested up to: 3.2.1
     7Stable tag: 1.0.3
    88
    99Adds Libravatar support to your WordPress installation.
     
    3838== Changelog ==
    3939
     40= 1.0.3 =
     41* Oops, I forgot to add Services_Libravatar.php before! Should be fixed now.
     42
    4043= 1.0.2 =
    4144* Support for federation (self hosted avatars functionnality of Libravatar)
  • libravatar/trunk/libravatar.php

    r415380 r451665  
    44 Plugin URI: http://www.gabsoftware.com/products/scripts/libravatar/
    55 Description: Libravatar support for Wordpress
    6  Version: 1.0.2
     6 Version: 1.0.3
    77 Author: Gabriel Hautclocq
    88 Author URI: http://www.gabsoftware.com/
     
    2525define( 'LIBRAVATAR_VERSION_MAJ', 1 );
    2626define( 'LIBRAVATAR_VERSION_MIN', 0 );
    27 define( 'LIBRAVATAR_VERSION_REV', 2 );
     27define( 'LIBRAVATAR_VERSION_REV', 3 );
    2828
    2929include_once( 'Services_Libravatar.php' );
  • libravatar/trunk/readme.txt

    r415380 r451665  
    44Tags: libravatar, avatar, support, user, email, pseudo, picture, image
    55Requires at least: 3.0.0
    6 Tested up to: 3.2
    7 Stable tag: 1.0.2
     6Tested up to: 3.2.1
     7Stable tag: 1.0.3
    88
    99Adds Libravatar support to your WordPress installation.
     
    3838== Changelog ==
    3939
     40= 1.0.3 =
     41* Oops, I forgot to add Services_Libravatar.php before! Should be fixed now.
     42
    4043= 1.0.2 =
    4144* Support for federation (self hosted avatars functionnality of Libravatar)
Note: See TracChangeset for help on using the changeset viewer.