This commit is contained in:
proelements
2026-02-16 11:44:35 +02:00
parent 08ec8d01f1
commit b499583e5a
348 changed files with 3915 additions and 1414 deletions

View File

@@ -4,12 +4,12 @@
* Description: Adds professional features for sites using the Elementor page builder.
* Plugin URI: https://proelements.org/
* Author: PROElements.org
* Version: 3.34.0
* Version: 3.35.0
* Author URI: https://proelements.org/
* Requires PHP: 7.4
* Requires at least: 6.7
* Requires Plugins: elementor
* Elementor tested up to: 3.34.0
* Elementor tested up to: 3.35.0
* Text Domain: pro-elements
*/
@@ -28,7 +28,7 @@ function pro_elements_plugin_load_plugin() {
return;
}
define( 'ELEMENTOR_PRO_VERSION', '3.34.0' );
define( 'ELEMENTOR_PRO_VERSION', '3.35.0' );
/**
* All versions should be `major.minor`, without patch, in order to compare them properly.
@@ -37,7 +37,7 @@ function pro_elements_plugin_load_plugin() {
* requiring 3.14.2 is not allowed)
*/
define( 'ELEMENTOR_PRO_REQUIRED_CORE_VERSION', '3.32' );
define( 'ELEMENTOR_PRO_RECOMMENDED_CORE_VERSION', '3.34' );
define( 'ELEMENTOR_PRO_RECOMMENDED_CORE_VERSION', '3.35' );
define( 'ELEMENTOR_PRO__FILE__', __FILE__ );
define( 'ELEMENTOR_PRO_PLUGIN_BASE', plugin_basename( ELEMENTOR_PRO__FILE__ ) );