Commit Graph

55 Commits

Author SHA1 Message Date
fd93795557 Move Known Bugs section under Temporary Roadmap
Reorganize CLAUDE.md structure for better organization.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 19:01:39 +01:00
f7f36b891b Reorganize CLAUDE.md: move completed versions to Session History
- Remove completed version 0.0.1 from Temporary Roadmap
- Add Session History section at end of file for AI session documentation
- Document v0.0.1 implementation details and architecture decisions

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 19:00:13 +01:00
e3d9776b64 Update CLAUDE.md with session learnings and project architecture
- Mark version 0.0.1 tasks as completed
- Add version 0.0.2 roadmap items
- Document project directory structure
- Document database tables and REST API endpoints
- Document key classes and their responsibilities
- Fix version location reference (wc-licensed-product.php, not wp-artists.php)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 18:56:55 +01:00
404083f023 Implement version 0.0.1 - Licensed Product type for WooCommerce
Add complete plugin infrastructure for selling software with license keys:

- New "Licensed Product" WooCommerce product type
- License key generation (XXXX-XXXX-XXXX-XXXX format) on order completion
- Domain-based license validation system
- REST API endpoints (validate, status, activate, deactivate)
- Customer My Account "Licenses" page
- Admin license management under WooCommerce > Licenses
- Checkout domain field for licensed products
- Custom database tables for licenses and product versions
- Twig template engine integration
- Full i18n support with German (de_CH) translation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 18:55:18 +01:00
8a4802248c Initial project setup with configuration files
Add .editorconfig, .gitignore, and CLAUDE.md project documentation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 18:46:34 +01:00