PluginProbe
ShopEngine Elementor WooCommerce Builder Addon – All in One WooCommerce Solution with eCommerce Templates & Woo Widgets / 4.5.1
ShopEngine Elementor WooCommerce Builder Addon – All in One WooCommerce Solution with eCommerce Templates & Woo Widgets v4.5.1
4.9.5 4.9.4 4.9.3 4.9.2 4.9.1 4.9.0 2.0.0 2.1.0 2.2.0 2.2.1 2.2.2 2.3.0 2.4.0 2.5.0 2.5.1 3.0.0 3.1.0 3.1.1 4.0.0 4.0.1 4.1.0 4.1.1 4.2.0 4.2.1 4.3.0 All 85 releases
← All changes | plugin.php +2 -0 4.5.04.5.1 View file →
@@ -379,8 +379,9 @@
379 379 [
380 380 'id' => 'missing-woo',
381 381 'type' => 'error',
382 382 'dismissible' => true,
383 + 'is_required' => true,
383 384 'btn' => $btn,
384 385 'message' => sprintf(esc_html__('ShopEngine requires woocommerce Plugin, which is currently NOT RUNNING.', 'shopengine'), '4.1.0'),
385 386 ]
386 387 );
@@ -407,8 +408,9 @@
407 408 Utils\Notice::push(
408 409 [
409 410 'id' => 'missing-elementor',
410 411 'type' => 'error',
412 + 'is_required' => true,
411 413 'dismissible' => true,
412 414 'btn' => $btn,
413 415 'message' => sprintf(esc_html__('ShopEngine requires Elementor version %1$s+, which is currently NOT RUNNING.', 'shopengine'), '3.0.0'),
414 416 ]