Changeset 2695277
- Timestamp:
- 03/17/2022 09:05:42 AM (3 years ago)
- 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 5 5 Description: Plugin adds fancy Facebook Page Plugin (formerly Like Box) slider 6 6 Author: Aspexi 7 Version: 2.1.1 57 Version: 2.1.1 8 8 Author URI: http://aspexi.com/ 9 9 License: GPLv2 or later … … 31 31 if ( !class_exists( 'AspexiFBlikebox' ) ) { 32 32 33 define('ASPEXIFBLIKEBOX_VERSION', '2.1.1 5');33 define('ASPEXIFBLIKEBOX_VERSION', '2.1.1'); 34 34 35 35 $plugin_url = plugin_dir_url( __FILE__ ); … … 791 791 if (d.getElementById(id)) return; 792 792 js = d.createElement(s); js.id = id; 793 js.src = "//connect.facebook.net/'.$locale.'/sdk.js#xfbml=1&version=v 9.0&appId=1548213832159053";793 js.src = "//connect.facebook.net/'.$locale.'/sdk.js#xfbml=1&version=v.0&appId=1548213832159053"; 794 794 fjs.parentNode.insertBefore(js, fjs); 795 795 }(document, \'script\', \'facebook-jssdk\'));</script> -
aspexi-facebook-like-box/trunk/readme.txt
r2519925 r2695277 6 6 Tags: facebook, likebox, like box, floating, button, slider, facebook likebox, facebook like box, facebook slider, facebook buttons, social 7 7 Requires at least: 3.0 8 Tested up to: 5. 79 Stable tag: 2.1.1 58 Tested up to: 5. 9 Stable tag: 2.1.1 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 125 125 == Changelog == 126 126 127 128 129 130 127 131 = 2.1.15 = 128 132 * (premium) Lifetime license 'expiry' info now showing correctly.
Note: See TracChangeset
for help on using the changeset viewer.