| @@ -3,9 +3,9 @@ | ||
| 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.7 | |
| 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 |
| @@ -10,10 +10,10 @@ | ||
| 10 | 10 | * Text Domain: shopbuilder |
| 11 | 11 | * Domain Path: /languages |
| 12 | 12 | * WC requires at least: 3.2 |
| 13 | 13 | * WC tested up to: 8.5.2 |
| 14 | - * Elementor tested up to: 3.20.0 | |
| 15 | - * Elementor Pro tested up to: 3.20.0 | |
| 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,9 +24,9 @@ | ||
| 24 | 24 | |
| 25 | 25 | /** |
| 26 | 26 | * Define Constants. |
| 27 | 27 | */ |
| 28 | -define( 'RTSB_VERSION', '2.1.7' ); | |
| 28 | +define( 'RTSB_VERSION', '2.1.3' ); | |
| 29 | 29 | define( 'RTSB_FILE', __FILE__ ); |
| 30 | 30 | define( 'RTSB_PATH', plugin_dir_path(__FILE__ ) ); |
| 31 | 31 | define( 'RTSB_ACTIVE_FILE_NAME', plugin_basename( __FILE__ ) ); |
| 32 | 32 | |