| @@ -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.3.0 | |
| 7 | + * Version: 2.2.2 | |
| 8 | 8 | * Author: RadiusTheme |
| 9 | 9 | * Author URI: https://radiustheme.com |
| 10 | 10 | * Text Domain: shopbuilder |
| 11 | 11 | * Domain Path: /languages |
| @@ -28,9 +28,9 @@ | ||
| 28 | 28 | |
| 29 | 29 | /** |
| 30 | 30 | * Define Constants. |
| 31 | 31 | */ |
| 32 | -define( 'RTSB_VERSION', '2.3.0' ); | |
| 32 | +define( 'RTSB_VERSION', '2.2.2' ); | |
| 33 | 33 | define( 'RTSB_FILE', __FILE__ ); |
| 34 | 34 | define( 'RTSB_PATH', plugin_dir_path( __FILE__ ) ); |
| 35 | 35 | define( 'RTSB_ACTIVE_FILE_NAME', plugin_basename( __FILE__ ) ); |
| 36 | 36 | |