diff --git a/pro-elements.php b/pro-elements.php index 6e102c72..b408d6c9 100644 --- a/pro-elements.php +++ b/pro-elements.php @@ -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.