You've already forked wc-licensed-product
Bump version to 0.5.0
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
28
CHANGELOG.md
28
CHANGELOG.md
@@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.5.0] - 2026-01-25
|
||||
|
||||
### Added
|
||||
|
||||
- Multi-domain licensing support: Customers can now purchase multiple licenses for different domains in a single order
|
||||
- Each cart item quantity requires a unique domain at checkout
|
||||
- New "Enable Multi-Domain Licensing" setting in WooCommerce > Settings > Licensed Products
|
||||
- Multi-domain checkout UI for WooCommerce Blocks checkout
|
||||
- DOM injection fallback for checkout domain fields when React component fails to render
|
||||
- Grouped license display in customer account page by product/order
|
||||
- "Older versions" collapsible section in customer download area
|
||||
- Updated email templates to show licenses grouped by product
|
||||
|
||||
### Changed
|
||||
|
||||
- Customer account licenses page now shows licenses grouped by product package
|
||||
- Order meta now stores `_licensed_product_domains` array for multi-domain orders
|
||||
- Updated translations with 19 new strings for multi-domain functionality (de_CH)
|
||||
- Refactored checkout blocks JavaScript to use ExperimentalOrderMeta slot pattern
|
||||
|
||||
### Technical Details
|
||||
|
||||
- `CheckoutBlocksIntegration` now uses `registerPlugin` with `woocommerce-checkout` scope
|
||||
- `StoreApiExtension` handles both single-domain and multi-domain data formats
|
||||
- `CheckoutController` validates unique domains per product in multi-domain mode
|
||||
- `AccountController` groups licenses by product for package-style display
|
||||
- Backward compatible: existing single-domain orders continue to work
|
||||
|
||||
## [0.4.0] - 2026-01-24
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user