Plugin Directory

Changeset 368273


Ignore:
Timestamp:
04/03/2011 01:21:39 AM (15 years ago)
Author:
sproject
Message:

1.1.5 release

Location:
facebook-likes-you/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • facebook-likes-you/trunk/facebook-likes-you.php

    r367763 r368273  
    44Plugin URI: http://www.sproject.name/download/wp-facebook-likes-you/
    55Description: 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.4
     6Version: 1.1.5
    77Author: Piotr Sochalewski
    88Author URI: http://www.sproject.name/
     
    123123   
    124124    $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');
    127129
    128130    $plugin_path = plugin_basename( dirname( __FILE__ ) .'/languages' );
  • facebook-likes-you/trunk/readme.txt

    r367763 r368273  
    55Requires at least: 2.9
    66Tested up to: 3.1
    7 Stable tag: 1.1.4
     7Stable tag: 1.1.5
    88
    99Facebook Likes You! is simple plugin which makes it easy to add Facebook Like button and widgetable Like box.
     
    4747
    4848== 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
    4953
    5054= 1.1.4 =
Note: See TracChangeset for help on using the changeset viewer.