Plugin Directory

Changeset 2436381


Ignore:
Timestamp:
12/10/2020 09:58:27 AM (5 years ago)
Author:
dlecan
Message:

chore: prepare release 8.3.1

Location:
unikname-connect/trunk
Files:
2 deleted
4 edited

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
    16= 8.3.0 [2020-12-09] =
    27
  • unikname-connect/trunk/helper.php

    r2435968 r2436381  
    165165    wp_enqueue_style( 'wp-color-picker' );
    166166    wp_enqueue_script( 'wp-color-picker');
    167 }
    168 
    169 /**
    170  * Include Javascript SDK in admin
    171  */
    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);
    174167}
    175168
  • unikname-connect/trunk/readme.txt

    r2436352 r2436381  
    44Requires at least: 5.0.0
    55Tested up to: 5.6
    6 Stable tag: 8.3.0
     6Stable tag: 8.3.1
    77Requires PHP: 5.6.20
    88License: GPLv2 or later
     
    9494== Changelog ==
    9595
     96= 8.3.1 [2020-12-10] =
     97
     98- **Removed**
     99  - Really remove useless Facebook SDK
     100
    96101= 8.3.0 [2020-12-09] =
    97102
  • unikname-connect/trunk/unikname_connect.php

    r2435968 r2436381  
    44Plugin URI: https://wordpress.org/plugins/unikname-connect/
    55Description: 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.0
     6Version: 8.3.1
    77Author: Unikname
    88Author URI: https://www.unikname.com
     
    1212*/
    1313defined('ABSPATH') or die("Cheating........Uh!!");
    14 define('THE_CHAMP_SS_VERSION', '8.3.0');
     14define('THE_CHAMP_SS_VERSION', '8.3.1');
    1515
    1616if (!defined('UNIKNAME_CONNECT_SERVER')) {
     
    12351235    add_action('admin_print_scripts-' . $page, 'the_champ_admin_scripts');
    12361236    add_action('admin_print_scripts-' . $page, 'the_champ_admin_style');
    1237     add_action('admin_print_scripts-' . $page, 'the_champ_fb_sdk_script');
    12381237    // add_action('admin_print_scripts-' . $generalOptionsPage, 'the_champ_admin_scripts');
    1239     // add_action('admin_print_scripts-' . $generalOptionsPage, 'the_champ_fb_sdk_script');
    12401238    // add_action('admin_print_styles-' . $generalOptionsPage, 'the_champ_admin_style');
    12411239    // add_action('admin_print_scripts-' . $facebookPage, 'the_champ_admin_scripts');
    1242     // add_action('admin_print_scripts-' . $facebookPage, 'the_champ_fb_sdk_script');
    12431240    // add_action('admin_print_styles-' . $facebookPage, 'the_champ_admin_style');
    12441241    // add_action('admin_print_scripts-' . $loginPage, 'the_champ_admin_scripts');
    1245     // add_action('admin_print_scripts-' . $loginPage, 'the_champ_fb_sdk_script');
    12461242    // add_action('admin_print_styles-' . $loginPage, 'the_champ_admin_style');
    12471243    // add_action('admin_print_scripts-' . $sharingPage, 'the_champ_admin_scripts');
    1248     // add_action('admin_print_scripts-' . $sharingPage, 'the_champ_fb_sdk_script');
    12491244    // add_action('admin_print_scripts-' . $sharingPage, 'the_champ_admin_sharing_scripts');
    12501245    // add_action('admin_print_styles-' . $sharingPage, 'the_champ_admin_style');
    12511246    // add_action('admin_print_styles-' . $sharingPage, 'the_champ_admin_sharing_style');
    12521247    // add_action('admin_print_scripts-' . $counterPage, 'the_champ_admin_scripts');
    1253     // add_action('admin_print_scripts-' . $counterPage, 'the_champ_fb_sdk_script');
    12541248    // add_action('admin_print_scripts-' . $counterPage, 'the_champ_admin_counter_scripts');
    12551249    // add_action('admin_print_styles-' . $counterPage, 'the_champ_admin_style');
Note: See TracChangeset for help on using the changeset viewer.