diff --git a/CHANGELOG.md b/CHANGELOG.md index c5cd686..467cf1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -354,7 +354,8 @@ define('WC_LICENSE_SERVER_SECRET', 'your-secure-random-string-min-32-chars'); - WordPress REST API integration - Custom WooCommerce product type extending WC_Product -[Unreleased]: https://src.bundespruefstelle.ch/magdev/wc-licensed-product/compare/v0.2.0...HEAD +[Unreleased]: https://src.bundespruefstelle.ch/magdev/wc-licensed-product/compare/v0.2.1...HEAD +[0.2.1]: https://src.bundespruefstelle.ch/magdev/wc-licensed-product/compare/v0.2.0...v0.2.1 [0.2.0]: https://src.bundespruefstelle.ch/magdev/wc-licensed-product/compare/v0.1.0...v0.2.0 [0.1.0]: https://src.bundespruefstelle.ch/magdev/wc-licensed-product/compare/v0.0.11...v0.1.0 [0.0.11]: https://src.bundespruefstelle.ch/magdev/wc-licensed-product/compare/v0.0.10...v0.0.11 diff --git a/CLAUDE.md b/CLAUDE.md index 8d98ed6..f121baa 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -34,9 +34,13 @@ This project is proudly **"vibe-coded"** using Claude.AI - the entire codebase w ### Known Bugs -No known bugs at the moment +No known bugs at the moment. -No planned features at this time. See Session History for completed work. +### Version 0.3.0 + +- Implement License check using the composer package `magdev/wc-licensed-product-client` located in the local folder `/home/magdev/workspaces/php/wc-licensed-product-client` +- Add license configuration to the plugins settings page +- Hide frontend parts if no valid license is provided ## Technical Stack