Changeset 573485
- Timestamp:
- 07/17/2012 11:24:25 AM (14 years ago)
- Location:
- sn-facebook-like/trunk
- Files:
-
- 3 edited
-
define.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
sn-facebook-like.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sn-facebook-like/trunk/define.php
r561690 r573485 2 2 define('SNFL_ID', 'SN-Facebook-Like'); 3 3 define('SNFL_NAME', 'SN Facebook Like'); 4 define('SNFL_VERSION', '1.4 ');4 define('SNFL_VERSION', '1.4.1'); 5 5 define('SNFL_AUTHOR', 'Mateusz "Retio" Lerczak'); 6 6 … … 12 12 define('SNFL_PLUGIN_URL', WP_PLUGIN_URL . '/' . SNFL_DIR . '/'); 13 13 14 define('SNFL_FB_URL', 'https://www.facebook.com/W ordPress.Like');15 define('SNFL_URL', 'http://w ww.wordpress-like.com/plugins/facebook/sn-facebook-like/');14 define('SNFL_FB_URL', 'https://www.facebook.com/WP.Extend'); 15 define('SNFL_URL', 'http://wp-extend.info/plugins/facebook/sn-facebook-like/'); 16 16 17 17 $SNFL_DefaultOptions = array( -
sn-facebook-like/trunk/readme.txt
r561690 r573485 4 4 Tags: facebook, facebook plugin, like box, likebox, like button, advanced slider, slider, fanpage 5 5 Requires at least: 3.0 6 Tested up to: 3.4 7 Stable tag: 1.4 6 Tested up to: 3.4.1 7 Stable tag: 1.4.1 8 8 License: GPLv2 9 9 … … 45 45 == Changelog == 46 46 47 = 1.4.1 = 48 * URL update 49 47 50 = 1.4 = 48 51 * URL update -
sn-facebook-like/trunk/sn-facebook-like.php
r561690 r573485 2 2 /* 3 3 Plugin Name: SN Facebook Like 4 Plugin URI: http://w ww.wordpress-like.com/plugins/facebook/sn-facebook-like/4 Plugin URI: http://wp-extend.info/plugins/facebook/sn-facebook-like/ 5 5 Description: SN Facebook Like box / button. 6 6 Author: Retio 7 7 Author URI: http://mateuszlerczak.com 8 Version: 1.4 8 Version: 1.4.1 9 9 Text Domain: SNFL 10 10 Domain Path: /lang/
Note: See TracChangeset
for help on using the changeset viewer.