| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: Elementor |
| 4 | 4 | * Description: The Elementor Website Builder has it all: drag and drop page builder, pixel perfect design, mobile responsive editing, and more. Get started now! |
| 5 | 5 | * Plugin URI: https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash |
| 6 | - * Version: 3.32.1 | |
| 6 | + * Version: 3.32.2 | |
| 7 | 7 | * Author: Elementor.com |
| 8 | 8 | * Author URI: https://elementor.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash |
| 9 | 9 | * Requires PHP: 7.4 |
| 10 | 10 | * Requires at least: 6.6 |
| @@ -27,9 +27,9 @@ | ||
| 27 | 27 | if ( ! defined( 'ABSPATH' ) ) { |
| 28 | 28 | exit; // Exit if accessed directly. |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | -define( 'ELEMENTOR_VERSION', '3.32.1' ); | |
| 31 | +define( 'ELEMENTOR_VERSION', '3.32.2' ); | |
| 32 | 32 | |
| 33 | 33 | define( 'ELEMENTOR__FILE__', __FILE__ ); |
| 34 | 34 | define( 'ELEMENTOR_PLUGIN_BASE', plugin_basename( ELEMENTOR__FILE__ ) ); |
| 35 | 35 | define( 'ELEMENTOR_PATH', plugin_dir_path( ELEMENTOR__FILE__ ) ); |
| @@ -44,9 +44,9 @@ | ||
| 44 | 44 | define( 'ELEMENTOR_ASSETS_PATH', ELEMENTOR_PATH . 'assets/' ); |
| 45 | 45 | define( 'ELEMENTOR_ASSETS_URL', ELEMENTOR_URL . 'assets/' ); |
| 46 | 46 | |
| 47 | 47 | if ( ! defined( 'ELEMENTOR_EDITOR_EVENTS_MIXPANEL_TOKEN' ) ) { |
| 48 | - define( 'ELEMENTOR_EDITOR_EVENTS_MIXPANEL_TOKEN', '' ); | |
| 48 | + define( 'ELEMENTOR_EDITOR_EVENTS_MIXPANEL_TOKEN', '150605b3b9f979922f2ac5a52e2dcfe9' ); | |
| 49 | 49 | } |
| 50 | 50 | |
| 51 | 51 | if ( file_exists( ELEMENTOR_PATH . 'vendor/autoload.php' ) ) { |
| 52 | 52 | require_once ELEMENTOR_PATH . 'vendor/autoload.php'; |