Skip to content

Commit d60c616

Browse files
committed
chore: Release to version 2.0.3
1 parent 7742478 commit d60c616

5 files changed

Lines changed: 19 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### v2.0.3 (Nov 26, 2025) ###
2+
3+
- **fix:** Repositioned the BOGO menu item in the Dokan vendor dashboard that was shifted during the new layout update.
4+
- **fix:** Resolved layout shift issue on the Dokan vendor dashboard by preventing the floating toolbar from causing visual jumps during page load.
5+
- **fix:** Corrected logo positioning conflict between StoreGrowth and Dokan Live Chat, ensuring both logos display properly without overlap.
6+
7+
18
### v2.0.2 (Oct 28, 2025) ###
29

310
- **new:** "Submit Request" button now redirects to our product roadmap page

README.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: BOGO, Upsells, Direct Checkout, Quick View, Side Cart
44

55
Requires at least: 5.4
66
Tested up to: 6.8.2
7-
Stable tag: 2.0.2
7+
Stable tag: 2.0.3
88
Requires PHP: 7.4
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -273,6 +273,12 @@ StoreGrowth floating notification bar displays ongoing offers and discounts whil
273273

274274
== Changelog ==
275275

276+
= v2.0.3 (Nov 26, 2025) =
277+
278+
* Fix: Repositioned the BOGO menu item in the Dokan vendor dashboard that was shifted during the new layout update.
279+
* Fix: Resolved layout shift issue on the Dokan vendor dashboard by preventing the floating toolbar from causing visual jumps during page load.
280+
* Fix: Corrected logo positioning conflict between StoreGrowth and Dokan Live Chat, ensuring both logos display properly without overlap.
281+
276282
= v2.0.1 (Sep 12, 2025) =
277283

278284
* New: Dokan compatibility is now fully supported across StoreGrowth modules.

languages/storegrowth-sales-booster.pot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Copyright (c) 2025 All Rights Reserved by weDevs.
22
msgid ""
33
msgstr ""
4-
"Project-Id-Version: StoreGrowth 2.0.2\n"
4+
"Project-Id-Version: StoreGrowth 2.0.3\n"
55
"Report-Msgid-Bugs-To: https://storegrowth.io/contact-us/\n"
66
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
77
"Language-Team: LANGUAGE <LL@li.org>\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=UTF-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
11-
"POT-Creation-Date: 2025-10-28T10:27:08+00:00\n"
11+
"POT-Creation-Date: 2025-11-26T05:57:04+00:00\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"X-Generator: WP-CLI 2.11.0\n"
1414
"X-Domain: storegrowth-sales-booster\n"
@@ -150,7 +150,7 @@ msgstr ""
150150
msgid "Products author id"
151151
msgstr ""
152152

153-
#: integrations/includes/Dokan/Dashboard/Bogo.php:69
153+
#: integrations/includes/Dokan/Dashboard/Bogo.php:67
154154
#: modules/bogo/includes/BoGoModule.php:73
155155
#: modules/bogo/includes/OrderBogo.php:785
156156
msgid "BOGO"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storegrowth-sales-booster",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"type": "module",
55
"description": "=== StoreGrowth - Sales Booster === Contributors: Dokan Inc. Tags: booster, sales booster, for woocommerce, fly cart, sales notification, upsell, order bump, cross sell, stock countdown, Quick View Requires at least: 5.4 Tested up to: 6.2.2 Stable tag: 1.0.0 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html",
66
"main": "index.js",

storegrowth-sales-booster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: StoreGrowth
44
* Description: Best WooCommerce Direct Checkout, Fly Cart, BOGO, Quick View, Live Sales Notifications, Floating Notification Bar and More Essential Features for Every WooCommerce Site!
5-
* Version: 2.0.2
5+
* Version: 2.0.3
66
* Author: Dokan Inc.
77
* Author URI: https://storegrowth.io
88
* License: GPL-2.0+

0 commit comments

Comments
 (0)