Plugin Directory

Changeset 3047389


Ignore:
Timestamp:
03/07/2024 05:43:07 PM (2 years ago)
Author:
ibachal
Message:

Security fix

Location:
dashboard-welcome-for-elementor/trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • dashboard-welcome-for-elementor/trunk/dashboard-welcome-elementor.php

    r2833213 r3047389  
    44 * Plugin URI: https://powerpackelements.com/dashboard-welcome-elementor/
    55 * Description: Replaces the default WordPress dashboard welcome panel with a Elementor template.
    6  * Version: 1.0.7
     6 * Version: 1.0.8
    77 * Author: IdeaBox Creations
    88 * Author URI: https://ideaboxcreations.com
     
    1818}
    1919
    20 define( 'IBX_DWE_VER', '1.0.7' );
     20define( 'IBX_DWE_VER', '1.0.8' );
    2121define( 'IBX_DWE_DIR', plugin_dir_path( __FILE__ ) );
    2222define( 'IBX_DWE_URL', plugins_url( '/', __FILE__ ) );
     
    117117// Initialize the class.
    118118$dwe_plugin = DWE_Plugin::get_instance();
    119 
    120 /**
    121  * Initialize the plugin tracker
    122  *
    123  * @return void
    124  */
    125 function appsero_init_tracker_dwe() {
    126 
    127     if ( ! class_exists( 'Appsero\Client' ) ) {
    128         require_once IBX_DWE_DIR . 'includes/appsero/src/Client.php';
    129     }
    130 
    131     $client = new Appsero\Client( 'a1e91aa7-93ee-4e13-970b-e42cdebdb6ad', 'Dashboard Welcome for Elementor', __FILE__ );
    132 
    133     // Active insights
    134     $client->insights()->init();
    135 
    136 }
    137 
    138 appsero_init_tracker_dwe();
  • dashboard-welcome-for-elementor/trunk/readme.txt

    r3017661 r3047389  
    33Tags: elementor, elementor addon, elementor template, dashboard welcome, dashboard widget, dashboard, powerpack elements, widgets, welcome, welcome screen, elementor extensions
    44Requires at least: 6.0
    5 Tested up to: 6.4
    6 Requires PHP: 7.3
     5Tested up to: 6.4.3
     6Requires PHP: 7.4
    77Stable tag: trunk
    88License: GPLv3
     
    5050
    5151== Changelog ==
     52
     53= 1.0.8 - March 7, 2024 ==
     54*   Security update
     55
    5256= 1.0.7 - December 14, 2022 =
    5357*   Security update
     
    7781= 1.0.0 - July 17, 2018 =
    7882*   Initial Release
    79 
    80 
    81 == Privacy Policy ==
    82 Dashboard Welcome for Elementor uses [Appsero](https://appsero.com) SDK to collect some telemetry data upon user's confirmation. This helps us to troubleshoot problems faster & make product improvements.
    83 
    84 Appsero SDK **does not gather any data by default.** The SDK only starts gathering basic telemetry data **when a user allows it via the admin notice**. We collect the data to ensure a great user experience for all our users.
    85 
    86 Integrating Appsero SDK **DOES NOT IMMEDIATELY** start gathering data, **without confirmation from users in any case.**
    87 
    88 Learn more about how [Appsero collects and uses this data](https://appsero.com/privacy-policy/).
Note: See TracChangeset for help on using the changeset viewer.