Plugin Directory

Changeset 478436


Ignore:
Timestamp:
12/21/2011 10:20:35 AM (14 years ago)
Author:
sproject
Message:

1.5.3 release

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

Legend:

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

    r478224 r478436  
    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.5.2
     6Version: 1.5.3
    77Author: Piotr Sochalewski
    88Author URI: http://www.sproject.name/
     
    185185    if (d.getElementById(id)) return;
    186186    js = d.createElement(s); js.id = id;
    187     js.src = "//connect.facebook.net/pl_PL/all.js#xfbml=1&appId=' . fb_like_return_appid() . '";
     187    js.src = "//connect.facebook.net/' . $locale . '/all.js#xfbml=1&appId=' . fb_like_return_appid() . '";
    188188    fjs.parentNode.insertBefore(js, fjs);
    189189    }(document, \'script\', \'facebook-jssdk\'));</script>
  • facebook-likes-you/trunk/readme.txt

    r478224 r478436  
    55Requires at least: 2.9
    66Tested up to: 3.3
    7 Stable tag: 1.5.2
     7Stable tag: 1.5.3
    88
    99Facebook Likes You! is simple plugin which makes it easy to add Like Button and widgetable Like Box. Google +1 Button isn't a problem too!
     
    4747== Changelog ==
    4848
     49= 1.5.3 =
     50* Fixed auto language broken in 1.5.2
     51
    4952= 1.5.2 =
    5053* Updated Facebook implementation
Note: See TracChangeset for help on using the changeset viewer.