This commit is contained in:
proelements
2025-12-09 08:55:59 +02:00
parent 9ac2bf2aa0
commit ce77bab1a1
264 changed files with 294 additions and 285 deletions

View File

@@ -4,7 +4,7 @@
* Description: Adds professional features for sites using the Elementor page builder.
* Plugin URI: https://proelements.org/
* Author: PROElements.org
* Version: 3.33.1
* Version: 3.33.2
* * Elementor tested up to: 3.32.0
* Author URI: https://proelements.org/
* Requires PHP: 7.4
@@ -29,7 +29,7 @@ function pro_elements_plugin_load_plugin() {
return;
}
define( 'ELEMENTOR_PRO_VERSION', '3.33.1' );
define( 'ELEMENTOR_PRO_VERSION', '3.33.2' );
/**
* All versions should be `major.minor`, without patch, in order to compare them properly.