PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.4.0
ShopBuilder – WooCommerce Builder For Elementor v2.4.0
3.4.2 3.4.1 3.4.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 All 63 releases
← All changes | shopbuilder.php +5 -5 2.2.02.4.0 View file →
@@ -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.2.0
7 + * Version: 2.4.0
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: 9.1
14 - * Elementor tested up to: 3.23
15 - * Elementor Pro tested up to: 3.23
13 + * WC tested up to: 9.3
14 + * Elementor tested up to: 3.25
15 + * Elementor Pro tested up to: 3.25
16 16 * License: GPLv3
17 17 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
18 18 *
19 19 * @package RadiusTheme\SB
@@ -28,9 +28,9 @@
28 28
29 29 /**
30 30 * Define Constants.
31 31 */
32 -define( 'RTSB_VERSION', '2.2.0' );
32 +define( 'RTSB_VERSION', '2.4.0' );
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