| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | /** |
| 4 | 4 | * Plugin Name: ShopEngine |
| 5 | 5 | * Plugin URI: https://wpmet.com/plugin/shopengine |
| 6 | 6 | * Description: ShopEngine is the most-complete WooCommerce template builder for Elementor. It helps you build and customize the single product page, cart page, archive page, checkout page, order page, my account page, and thank-you page from scratch. It also packed with product comparison, wishlist, quick view, and variation swatches etc. |
| 7 | - * Version: 3.1.0 | |
| 7 | + * Version: 2.3.0 | |
| 8 | 8 | * Author: Wpmet |
| 9 | 9 | * Author URI: https://wpmet.com |
| 10 | 10 | * Text Domain: shopengine |
| 11 | 11 | * Domain Path: /languages |
| @@ -17,9 +17,8 @@ | ||
| 17 | 17 | defined('ABSPATH') || exit; |
| 18 | 18 | |
| 19 | 19 | |
| 20 | 20 | require_once __DIR__ . '/autoloader.php'; |
| 21 | -require_once __DIR__ . '/utils/global-helper.php'; | |
| 22 | 21 | |
| 23 | 22 | |
| 24 | 23 | final class ShopEngine { |
| 25 | 24 | |
| @@ -32,9 +31,9 @@ | ||
| 32 | 31 | * @since 1.0.0 |
| 33 | 32 | * |
| 34 | 33 | */ |
| 35 | 34 | public static function version() { |
| 36 | - return '3.1.0'; | |
| 35 | + return '2.3.0'; | |
| 37 | 36 | } |
| 38 | 37 | |
| 39 | 38 | |
| 40 | 39 | /** |
| @@ -300,9 +299,11 @@ | ||
| 300 | 299 | flush_rewrite_rules(); |
| 301 | 300 | } |
| 302 | 301 | |
| 303 | 302 | |
| 304 | -function deactivate_shopengine() {} | |
| 303 | +function deactivate_shopengine() { | |
| 304 | + | |
| 305 | +} | |
| 305 | 306 | |
| 306 | 307 | register_activation_hook(__FILE__, 'activate_shopengine'); |
| 307 | 308 | |
| 308 | 309 | register_deactivation_hook(__FILE__, 'deactivate_shopengine'); |