Changeset 3047389
- Timestamp:
- 03/07/2024 05:43:07 PM (2 years ago)
- Location:
- dashboard-welcome-for-elementor/trunk
- Files:
-
- 1 deleted
- 2 edited
-
dashboard-welcome-elementor.php (modified) (3 diffs)
-
includes/appsero (deleted)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dashboard-welcome-for-elementor/trunk/dashboard-welcome-elementor.php
r2833213 r3047389 4 4 * Plugin URI: https://powerpackelements.com/dashboard-welcome-elementor/ 5 5 * Description: Replaces the default WordPress dashboard welcome panel with a Elementor template. 6 * Version: 1.0. 76 * Version: 1.0.8 7 7 * Author: IdeaBox Creations 8 8 * Author URI: https://ideaboxcreations.com … … 18 18 } 19 19 20 define( 'IBX_DWE_VER', '1.0. 7' );20 define( 'IBX_DWE_VER', '1.0.8' ); 21 21 define( 'IBX_DWE_DIR', plugin_dir_path( __FILE__ ) ); 22 22 define( 'IBX_DWE_URL', plugins_url( '/', __FILE__ ) ); … … 117 117 // Initialize the class. 118 118 $dwe_plugin = DWE_Plugin::get_instance(); 119 120 /**121 * Initialize the plugin tracker122 *123 * @return void124 */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 insights134 $client->insights()->init();135 136 }137 138 appsero_init_tracker_dwe(); -
dashboard-welcome-for-elementor/trunk/readme.txt
r3017661 r3047389 3 3 Tags: elementor, elementor addon, elementor template, dashboard welcome, dashboard widget, dashboard, powerpack elements, widgets, welcome, welcome screen, elementor extensions 4 4 Requires at least: 6.0 5 Tested up to: 6.4 6 Requires PHP: 7. 35 Tested up to: 6.4.3 6 Requires PHP: 7.4 7 7 Stable tag: trunk 8 8 License: GPLv3 … … 50 50 51 51 == Changelog == 52 53 = 1.0.8 - March 7, 2024 == 54 * Security update 55 52 56 = 1.0.7 - December 14, 2022 = 53 57 * Security update … … 77 81 = 1.0.0 - July 17, 2018 = 78 82 * 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.