Plugin Directory

Changeset 2695279


Ignore:
Timestamp:
03/17/2022 09:09:17 AM (4 years ago)
Author:
aspexi
Message:

2.1.16

Location:
aspexi-facebook-like-box-sidebox
Files:
18 added
2 edited

Legend:

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

    r2519929 r2695279  
    55Description: Plugin adds fancy Facebook Like Box Sidebox
    66Author: Aspexi
    7 Version: 2.1.15
     7Version: 2.1.16
    88Author URI: http://aspexi.com/
    99License: GPLv2 or later
     
    3131if ( !class_exists( 'AspexiFBsidebox' ) ) {
    3232
    33     define('ASPEXIFBSIDEBOX_VERSION', '2.1.15');
     33    define('ASPEXIFBSIDEBOX_VERSION', '2.1.16');
    3434    define('ASPEXIFBSIDEBOX_URL', plugin_dir_url( __FILE__ ) );
    3535    define('aspexifbsidebox_ADMIN_URL', 'themes.php?page=' . basename( __FILE__ ) );
     
    742742                if (d.getElementById(id)) return;
    743743                js = d.createElement(s); js.id = id;
    744                 js.src = "//connect.facebook.net/'.$locale.'/sdk.js#xfbml=1&version=v9.0&appId=1548213832159053";
     744                js.src = "//connect.facebook.net/'.$locale.'/sdk.js#xfbml=1&version=v13.0&appId=1548213832159053";
    745745                fjs.parentNode.insertBefore(js, fjs);
    746746            }(document, \'script\', \'facebook - jssdk\'));</script>
  • aspexi-facebook-like-box-sidebox/trunk/readme.txt

    r2519929 r2695279  
    66Tags: facebook, likebox, like box, floating, button, slider, facebook likebox, facebook like box, facebook slider, facebook buttons, sidebox, facebook sidebox, like box sidebox, likebox sidebox, side box, like box side box
    77Requires at least: 3.0
    8 Tested up to: 5.7
    9 Stable tag: 2.1.15
     8Tested up to: 5.9.2
     9Stable tag: 2.1.16
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    125125== Changelog ==
    126126
     127= 2.1.16 =
     128* Plugin's updates to match Facebook Developer Submission Guidelines
     129* Facebook API update
     130
    127131= 2.1.15 =
    128132* (premium) Lifetime license 'expiry' info now showing correctly.
Note: See TracChangeset for help on using the changeset viewer.