Plugin Directory

Changeset 808452


Ignore:
Timestamp:
11/21/2013 08:30:20 PM (12 years ago)
Author:
sunchaserinfo
Message:

Update compatibility info in readme, remove underscore from class file name

Location:
libravatar-replace/trunk
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • libravatar-replace/trunk/libravatar-replace.php

    r796325 r808452  
    2020
    2121// if file exsists, require it. otherwise assume it's autoload
    22 // WARNING: do not check class existance instead of file or you will crash WordPress if both Libravatar and Libravatar Replace are active
    23 if (is_file(dirname(__FILE__) . '/classes/Services_Libravatar.class.php')) {
    24     require_once(dirname(__FILE__) . '/classes/Services_Libravatar.class.php');
     22// WARNING: do not check class existence instead of file existence or you will crash WordPress if both Libravatar and Libravatar Replace are active
     23if (is_file(dirname(__FILE__) . '/classes/ServicesLibravatar.class.php'))
     24{
     25    require_once(dirname(__FILE__) . '/classes/ServicesLibravatar.class.php');
    2526}
    2627
  • libravatar-replace/trunk/readme.txt

    r802792 r808452  
    33Tags: libravatar, avatar, support, user, email, pseudo, picture, image, buddypress
    44Requires at least: 2.7
    5 Tested up to: 3.6
     5Tested up to: 3.7.1
    66Stable tag: trunk
    77
     
    3636                    "url": "http://pear.php.net"
    3737            },
    38             {
    39                     "type": "vcs",
    40                     "url": "https://bitbucket.org/sunchaser/libravatar"
    41             }
    4238        ],
    4339        "require": {
     
    5955== License Info ==
    6056
    61 Libravatar Replace is dual licensed under ISC license. It also uses
     57Libravatar Replace is licensed under ISC license. It also uses
    6258some code under separate licenses
    6359
Note: See TracChangeset for help on using the changeset viewer.