diff --git a/hello-plus.php b/hello-plus.php index cf63fb5..7eca576 100644 --- a/hello-plus.php +++ b/hello-plus.php @@ -44,7 +44,7 @@ define( 'HELLOPLUS_STYLE_URL', HELLOPLUS_ASSETS_URL . 'css/' ); define( 'HELLOPLUS_IMAGES_PATH', HELLOPLUS_ASSETS_PATH . 'images/' ); define( 'HELLOPLUS_IMAGES_URL', HELLOPLUS_ASSETS_URL . 'images/' ); -define( 'HELLOPLUS_MIN_ELEMENTOR_VERSION', '3.25.11' ); +define( 'HELLOPLUS_MIN_ELEMENTOR_VERSION', '3.26.4' ); // Init the Plugin class require HELLOPLUS_PATH . '/plugin.php';