This commit is contained in:
proelements
2026-05-10 10:45:01 +03:00
parent 741540b767
commit c1fabc9cac
+3 -3
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
* Version: 4.0.4.2
* Author: PROElements.org
* Author URI: https://proelements.org/
* Requires PHP: 7.4
* Requires at least: 6.7
* Requires Plugins: elementor
* Elementor tested up to: 4.0.4-ga
* Elementor tested up to: 4.0.4.2-ga
* Text Domain: pro-elements
*/
@@ -28,7 +28,7 @@ function pro_elements_plugin_load_plugin() {
return;
}
define( 'ELEMENTOR_PRO_VERSION', '4.0.4' );
define( 'ELEMENTOR_PRO_VERSION', '4.0.4.2' );
/**
* All versions should be `major.minor`, without patch, in order to compare them properly.