From 7070bc62d101d1e2bf18f5ed5792313050019f8a Mon Sep 17 00:00:00 2001 From: Nurit Date: Tue, 7 Jan 2025 14:47:05 +0200 Subject: [PATCH] Tweak: Update Elementor Core dependency [TMZ-277] --- hello-plus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';