| @@ -3,17 +3,17 @@ | ||
| 3 | 3 | * @wordpress-plugin |
| 4 | 4 | * Plugin Name: ShopBuilder - Elementor WooCommerce Builder Addons |
| 5 | 5 | * Plugin URI: https://shopbuilderwp.com/ |
| 6 | 6 | * Description: WooCommerce Page Builder for Elementor |
| 7 | - * Version: 2.1.11 | |
| 7 | + * Version: 2.1.3 | |
| 8 | 8 | * Author: RadiusTheme |
| 9 | 9 | * Author URI: https://radiustheme.com |
| 10 | 10 | * Text Domain: shopbuilder |
| 11 | 11 | * Domain Path: /languages |
| 12 | 12 | * WC requires at least: 3.2 |
| 13 | - * WC tested up to: 8.9 | |
| 14 | - * Elementor tested up to: 3.22 | |
| 15 | - * Elementor Pro tested up to: 3.22 | |
| 13 | + * WC tested up to: 8.5.2 | |
| 14 | + * Elementor tested up to: 3.19.1 | |
| 15 | + * Elementor Pro tested up to: 3.19.1 | |
| 16 | 16 | * |
| 17 | 17 | * @package RadiusTheme\SB |
| 18 | 18 | */ |
| 19 | 19 | |
| @@ -24,11 +24,11 @@ | ||
| 24 | 24 | |
| 25 | 25 | /** |
| 26 | 26 | * Define Constants. |
| 27 | 27 | */ |
| 28 | -define( 'RTSB_VERSION', '2.1.11' ); | |
| 28 | +define( 'RTSB_VERSION', '2.1.3' ); | |
| 29 | 29 | define( 'RTSB_FILE', __FILE__ ); |
| 30 | -define( 'RTSB_PATH', plugin_dir_path( __FILE__ ) ); | |
| 30 | +define( 'RTSB_PATH', plugin_dir_path(__FILE__ ) ); | |
| 31 | 31 | define( 'RTSB_ACTIVE_FILE_NAME', plugin_basename( __FILE__ ) ); |
| 32 | 32 | |
| 33 | 33 | /** |
| 34 | 34 | * App Init. |
| @@ -33,4 +33,6 @@ | ||
| 33 | 33 | /** |
| 34 | 34 | * App Init. |
| 35 | 35 | */ |
| 36 | 36 | require_once 'app/ShopBuilder.php'; |
| 37 | + | |
| 38 | + | |