Changeset 2436381
- Timestamp:
- 12/10/2020 09:58:27 AM (5 years ago)
- Location:
- unikname-connect/trunk
- Files:
-
- 2 deleted
- 4 edited
-
CHANGELOG.txt (modified) (1 diff)
-
helper.php (modified) (1 diff)
-
js/admin/fb_sdk.js (deleted)
-
js/front/facebook/sdk.js (deleted)
-
readme.txt (modified) (2 diffs)
-
unikname_connect.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
unikname-connect/trunk/CHANGELOG.txt
r2435968 r2436381 1 = 8.3.1 [2020-12-10] = 2 3 - **Removed** 4 - Really remove useless Facebook SDK 5 1 6 = 8.3.0 [2020-12-09] = 2 7 -
unikname-connect/trunk/helper.php
r2435968 r2436381 165 165 wp_enqueue_style( 'wp-color-picker' ); 166 166 wp_enqueue_script( 'wp-color-picker'); 167 }168 169 /**170 * Include Javascript SDK in admin171 */172 function the_champ_fb_sdk_script(){173 wp_enqueue_script('the_champ_fb_sdk_script', plugins_url('js/admin/fb_sdk.js', __FILE__), false, THE_CHAMP_SS_VERSION);174 167 } 175 168 -
unikname-connect/trunk/readme.txt
r2436352 r2436381 4 4 Requires at least: 5.0.0 5 5 Tested up to: 5.6 6 Stable tag: 8.3. 06 Stable tag: 8.3.1 7 7 Requires PHP: 5.6.20 8 8 License: GPLv2 or later … … 94 94 == Changelog == 95 95 96 = 8.3.1 [2020-12-10] = 97 98 - **Removed** 99 - Really remove useless Facebook SDK 100 96 101 = 8.3.0 [2020-12-09] = 97 102 -
unikname-connect/trunk/unikname_connect.php
r2435968 r2436381 4 4 Plugin URI: https://wordpress.org/plugins/unikname-connect/ 5 5 Description: Secure your admin accounts and reward your website users for protecting their privacy. Integrate the famous Unikname Connect login solution into your Wordpress or WooCommerce websites. 6 Version: 8.3. 06 Version: 8.3.1 7 7 Author: Unikname 8 8 Author URI: https://www.unikname.com … … 12 12 */ 13 13 defined('ABSPATH') or die("Cheating........Uh!!"); 14 define('THE_CHAMP_SS_VERSION', '8.3. 0');14 define('THE_CHAMP_SS_VERSION', '8.3.1'); 15 15 16 16 if (!defined('UNIKNAME_CONNECT_SERVER')) { … … 1235 1235 add_action('admin_print_scripts-' . $page, 'the_champ_admin_scripts'); 1236 1236 add_action('admin_print_scripts-' . $page, 'the_champ_admin_style'); 1237 add_action('admin_print_scripts-' . $page, 'the_champ_fb_sdk_script');1238 1237 // add_action('admin_print_scripts-' . $generalOptionsPage, 'the_champ_admin_scripts'); 1239 // add_action('admin_print_scripts-' . $generalOptionsPage, 'the_champ_fb_sdk_script');1240 1238 // add_action('admin_print_styles-' . $generalOptionsPage, 'the_champ_admin_style'); 1241 1239 // add_action('admin_print_scripts-' . $facebookPage, 'the_champ_admin_scripts'); 1242 // add_action('admin_print_scripts-' . $facebookPage, 'the_champ_fb_sdk_script');1243 1240 // add_action('admin_print_styles-' . $facebookPage, 'the_champ_admin_style'); 1244 1241 // add_action('admin_print_scripts-' . $loginPage, 'the_champ_admin_scripts'); 1245 // add_action('admin_print_scripts-' . $loginPage, 'the_champ_fb_sdk_script');1246 1242 // add_action('admin_print_styles-' . $loginPage, 'the_champ_admin_style'); 1247 1243 // add_action('admin_print_scripts-' . $sharingPage, 'the_champ_admin_scripts'); 1248 // add_action('admin_print_scripts-' . $sharingPage, 'the_champ_fb_sdk_script');1249 1244 // add_action('admin_print_scripts-' . $sharingPage, 'the_champ_admin_sharing_scripts'); 1250 1245 // add_action('admin_print_styles-' . $sharingPage, 'the_champ_admin_style'); 1251 1246 // add_action('admin_print_styles-' . $sharingPage, 'the_champ_admin_sharing_style'); 1252 1247 // add_action('admin_print_scripts-' . $counterPage, 'the_champ_admin_scripts'); 1253 // add_action('admin_print_scripts-' . $counterPage, 'the_champ_fb_sdk_script');1254 1248 // add_action('admin_print_scripts-' . $counterPage, 'the_champ_admin_counter_scripts'); 1255 1249 // add_action('admin_print_styles-' . $counterPage, 'the_champ_admin_style');
Note: See TracChangeset
for help on using the changeset viewer.