Skip to content

Commit 46508f6

Browse files
Merge branch 'release/2.0.0'
2 parents d74453e + c495520 commit 46508f6

592 files changed

Lines changed: 23188 additions & 195399 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ vendor
55
lerna-debug.log
66
package-lock.json
77
assets/build/
8-
Includes/Modules/*/assets/build/
8+
modules/*/assets/build/
9+
integrations/assets/build/
10+
lib/packages/
11+
.vscode/
12+

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
### 2.0.0 (Sep 05, 2025) ###
2+
3+
- **new:** Complete plugin rebrand to StoreGrowth with standardized asset prefixes and constants.
4+
- **new:** Introduced custom database tables and automatic migration system for Upsell Order Bump.
5+
- **new:** Migrated BOGO module to a unified data source with full migration support.
6+
- **new:** Implemented new container architecture with dependency injection for cleaner module bootstrapping.
7+
- **new:** Added REST API endpoints for BOGO and Order Bump with unified data layers and automatic migrations.
8+
- **new:** Role-based visibility for promotional banners (only visible to customers, subscribers, and guests).
9+
- **new:** Real-time cart updates for upsell product interactions.
10+
- **enhance:** Countdown Timer now uses product sale price for discount calculations.
11+
- **enhance:** Pagination only displays when more than 6 items are present.
12+
- **enhance:** Enhanced admin screens with improved validation, error handling, and clearer notices.
13+
- **enhance:** Optimized DB queries and asset loading for better performance.
14+
- **enhance:** Added indexes to improve query speed.
15+
- **enhance:** Security hardening for REST endpoints (nonce verification, input validation, sanitization, capability checks).
16+
- **enhance:** Consistent animation timing and styling across promotional elements.
17+
- **enhance:** Updated documentation, README, FAQs, and screenshots to reflect the new branding.
18+
- **fix:** Quick Cart – fixed alignment of tax, discount, and coupon rows; corrected script dependency loading.
19+
- **fix:** Order Bump – resolved issue where offer products failed to appear during checkout.
20+
- **fix:** Cart Totals – improved consistency between UI-displayed and backend-calculated totals.
21+
- **fix:** BOGO – fixed badge rendering issues and improved cart deduplication logic.
22+
- **fix:** Countdown Timer – corrected discount logic when a sale price exists.
23+
- **fix:** Quick View – resolved icon rendering issues and template fallback problems.
24+
- **fix:** Direct Checkout – improved button behavior and detection of Pro features.
25+
- **fix:** Admin – fixed issues with license/notice display and translation domains in tooltips.
26+
- **fix:** Suppressed PHP notices caused by uninitialized array values.
27+
128
### 1.28.8 ( April 23, 2024 ) ###
229

330
- **fix:** Countdown timer script issue.

Includes/Assets.php

Lines changed: 0 additions & 116 deletions
This file was deleted.

Includes/Bootstrap.php

Lines changed: 0 additions & 71 deletions
This file was deleted.

Includes/Modules.php

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)