Plugin Directory

Changeset 2695277

Timestamp:
03/17/2022 09:05:42 AM (3 years ago)
Author:
aspexi
Message:

2.1.16

Location:
aspexi-facebook-like-box
Files:
18 added
5 edited

Legend:

Unmodified
Added
Removed
  • aspexi-facebook-like-box/trunk/aspexi-facebook-like-box.php

    r2519921 r2695277  
    55Description: Plugin adds fancy Facebook Page Plugin (formerly Like Box) slider
    66Author: Aspexi
    7 Version: 2.1.15
     7Version: 2.1.1
    88Author URI: http://aspexi.com/
    99License: GPLv2 or later
     
    3131if ( !class_exists( 'AspexiFBlikebox' ) ) {
    3232
    33     define('ASPEXIFBLIKEBOX_VERSION', '2.1.15');
     33    define('ASPEXIFBLIKEBOX_VERSION', '2.1.1');
    3434
    3535    $plugin_url = plugin_dir_url( __FILE__ );
     
    791791                if (d.getElementById(id)) return;
    792792                js = d.createElement(s); js.id = id;
    793                 js.src = "//connect.facebook.net/'.$locale.'/sdk.js#xfbml=1&version=v9.0&appId=1548213832159053";
     793                js.src = "//connect.facebook.net/'.$locale.'/sdk.js#xfbml=1&version=v.0&appId=1548213832159053";
    794794                fjs.parentNode.insertBefore(js, fjs);
    795795            }(document, \'script\', \'facebook-jssdk\'));</script>
  • aspexi-facebook-like-box/trunk/readme.txt

    r2519925 r2695277  
    66Tags: facebook, likebox, like box, floating, button, slider, facebook likebox, facebook like box, facebook slider, facebook buttons, social
    77Requires at least: 3.0
    8 Tested up to: 5.7
    9 Stable tag: 2.1.15
     8Tested up to: 5.
     9Stable tag: 2.1.1
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    125125== Changelog ==
    126126
     127
     128
     129
     130
    127131= 2.1.15 =
    128132* (premium) Lifetime license 'expiry' info now showing correctly.
Note: See TracChangeset for help on using the changeset viewer.