Changeset 368273
- Timestamp:
- 04/03/2011 01:21:39 AM (15 years ago)
- Location:
- facebook-likes-you/trunk
- Files:
-
- 2 edited
-
facebook-likes-you.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
facebook-likes-you/trunk/facebook-likes-you.php
r367763 r368273 4 4 Plugin URI: http://www.sproject.name/download/wp-facebook-likes-you/ 5 5 Description: Facebook Likes You! is simple plugin which makes it easy to add Facebook Like button and widgetable Like box. It's fully configurable, so you can decide where to append the button. 6 Version: 1.1. 46 Version: 1.1.5 7 7 Author: Piotr Sochalewski 8 8 Author URI: http://www.sproject.name/ … … 123 123 124 124 $locale = defined(WPLANG) ? WPLANG : 'en_US'; 125 126 add_action('wp_head', 'fb_like_js_sdk'); 125 126 // 'wp_footer' is there instead of 'wp_head' because it makes better validation 127 // but it can be risky… 128 add_action('wp_footer', 'fb_like_js_sdk'); 127 129 128 130 $plugin_path = plugin_basename( dirname( __FILE__ ) .'/languages' ); -
facebook-likes-you/trunk/readme.txt
r367763 r368273 5 5 Requires at least: 2.9 6 6 Tested up to: 3.1 7 Stable tag: 1.1. 47 Stable tag: 1.1.5 8 8 9 9 Facebook Likes You! is simple plugin which makes it easy to add Facebook Like button and widgetable Like box. … … 47 47 48 48 == Changelog == 49 50 = 1.1.5 = 51 * Better validation for XFBML (like in 1.1.2 and earlier) 52 * Added German translation thanks to Stefan Meier 49 53 50 54 = 1.1.4 =
Note: See TracChangeset
for help on using the changeset viewer.