This commit is contained in:
proelements
2026-05-04 11:47:14 +03:00
parent b499583e5a
commit 872bc6fb57
375 changed files with 39949 additions and 9185 deletions
+5 -5
View File
@@ -3,13 +3,13 @@
* Plugin Name: PRO Elements
* Description: Adds professional features for sites using the Elementor page builder.
* Plugin URI: https://proelements.org/
* Version: 4.0.4
* Author: PROElements.org
* 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.35.0
* Elementor tested up to: 4.0.4-ga
* Text Domain: pro-elements
*/
@@ -28,7 +28,7 @@ function pro_elements_plugin_load_plugin() {
return;
}
define( 'ELEMENTOR_PRO_VERSION', '3.35.0' );
define( 'ELEMENTOR_PRO_VERSION', '4.0.4' );
/**
* All versions should be `major.minor`, without patch, in order to compare them properly.
@@ -36,8 +36,8 @@ function pro_elements_plugin_load_plugin() {
* (e.g. Core 3.14.0-beta1 and Core 3.14.0-cloud2 should be fine when requiring 3.14, while
* requiring 3.14.2 is not allowed)
*/
define( 'ELEMENTOR_PRO_REQUIRED_CORE_VERSION', '3.32' );
define( 'ELEMENTOR_PRO_RECOMMENDED_CORE_VERSION', '3.35' );
define( 'ELEMENTOR_PRO_REQUIRED_CORE_VERSION', '3.34' );
define( 'ELEMENTOR_PRO_RECOMMENDED_CORE_VERSION', '4.00' );
define( 'ELEMENTOR_PRO__FILE__', __FILE__ );
define( 'ELEMENTOR_PRO_PLUGIN_BASE', plugin_basename( ELEMENTOR_PRO__FILE__ ) );