PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.1.13
ShopBuilder – WooCommerce Builder For Elementor v2.1.13
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 | app/Elementor/Helper/ControlHelper.php +12 -2 2.1.12.1.13 View file →
@@ -131,9 +131,9 @@
131 131 'is_pro' => $status,
132 132 ],
133 133 'grid-layout8' => [
134 134 'title' => esc_html__( 'Grid Layout 8', 'shopbuilder' ),
135 - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-7.png' ) ),
135 + 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-8.png' ) ),
136 136 'is_pro' => $status,
137 137 ],
138 138
139 139 ]
@@ -266,8 +266,13 @@
266 266 'title' => esc_html__( 'Slider Layout 8', 'shopbuilder' ),
267 267 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-style-6.png' ) ),
268 268 'is_pro' => $status,
269 269 ],
270 + 'slider-layout9' => [
271 + 'title' => esc_html__( 'Slider Layout 9', 'shopbuilder' ),
272 + 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-8.png' ) ),
273 + 'is_pro' => $status,
274 + ],
270 275 ]
271 276 );
272 277 }
273 278
@@ -309,8 +314,13 @@
309 314 'title' => esc_html__( 'List Layout 6', 'shopbuilder' ),
310 315 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-style-6.png' ) ),
311 316 'is_pro' => $status,
312 317 ],
318 + 'list-layout7' => [
319 + 'title' => esc_html__( 'List Layout 7', 'shopbuilder' ),
320 + 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-style-7.png' ) ),
321 + 'is_pro' => $status,
322 + ],
313 323 ]
314 324 );
315 325 }
316 326
@@ -527,9 +537,9 @@
527 537 return [
528 538 'recent' => esc_html__( 'Default', 'shopbuilder' ),
529 539 'featured' => esc_html__( 'Featured Products', 'shopbuilder' ),
530 540 'best-selling' => esc_html__( 'Best Selling Products', 'shopbuilder' ),
531 - 'sale' => esc_html__( 'Sale Products', 'shopbuilder' ),
541 + 'sale' => esc_html__( 'On Sale Products', 'shopbuilder' ),
532 542 'top-rated' => esc_html__( 'Top Rated Products', 'shopbuilder' ),
533 543 'recently-viewed' => esc_html__( 'Recently Viewed Products', 'shopbuilder' ),
534 544 ];
535 545 }