mirror of
https://github.com/proelements/proelements.git
synced 2026-04-05 20:13:47 +00:00
v3.35.0
This commit is contained in:
@@ -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__ ) );
|
||||
|
||||
Reference in New Issue
Block a user