Changeset 769849
- Timestamp:
- 09/10/2013 07:15:36 PM (13 years ago)
- Location:
- libravatar-replace/trunk
- Files:
-
- 2 edited
-
libravatar-replace.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libravatar-replace/trunk/libravatar-replace.php
r762477 r769849 1 1 <?php 2 /* 3 Plugin Name: Libravatar Replace 4 Plugin URI: http://code.sunchaser.info/libravatar 5 Description: Libravatar support for WordPress and BuddyPress 6 Version: 2.0.3 7 Author: Christian Archer 8 Author URI: https://sunchaser.info/ 9 License: ISC 10 Initial Author: Gabriel Hautclocq 11 Initial Author URI: http://www.gabsoftware.com/ 12 */ 2 3 /** 4 * Plugin Name: Libravatar Replace 5 * Plugin URI: http://code.sunchaser.info/libravatar 6 * Description: Libravatar support for WordPress and BuddyPress 7 * Version: 2.0.3 8 * Author: Christian Archer 9 * Author URI: https://sunchaser.info/ 10 * License: ISC 11 * Initial Author: Gabriel Hautclocq 12 * Initial Author URI: http://www.gabsoftware.com/ 13 */ 13 14 14 15 // security check -
libravatar-replace/trunk/readme.txt
r763093 r769849 1 1 === Libravatar Replace === 2 Contributors: SunChaserInfo2 Contributors: sunchaserinfo 3 3 Tags: libravatar, avatar, support, user, email, pseudo, picture, image, buddypress 4 Requires at least: 3.64 Requires at least: 2.7 5 5 Tested up to: 3.6 6 6 Stable tag: trunk … … 15 15 16 16 <p> 17 <b>Warning!</b> The plugin is incompatible with it's predecessor, the Libravatarplugin. Please remove or disable it before installing this plugin.17 <b>Warning!</b> The plugin is incompatible with it's predecessor, the <b>Libravatar</b> plugin. Please remove or disable it before installing this plugin. 18 18 </p> 19 19 … … 26 26 == Frequently Asked Questions == 27 27 = What are the requirements of this plugin? = 28 PHP 5 is required, PHP 5.3 is strongly recommended 28 PHP 5.2.4, WordPress 3.6. 29 30 The plugin is tested down to WordPress 2.7 but I will not support anything but current and prevoius releases. The plugin will not work under WordPress 2.6 and earlier. 29 31 30 32 == Thanks to ==
Note: See TracChangeset
for help on using the changeset viewer.