You've already forked wc-licensed-product
Prepare v0.1.0 release - code review and documentation updates
- Conducted comprehensive security and best practices review - Fixed VersionManager null format handling for attachment updates - Improved input sanitization in AdminController for page context checks - Updated README.md with complete feature documentation - Updated CHANGELOG.md with 0.1.0 release notes - Updated translations (.pot, .po, .mo files) to version 0.1.0 - Bumped version to 0.1.0 in plugin header and constant Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
25
CHANGELOG.md
25
CHANGELOG.md
@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.0] - 2026-01-22
|
||||
|
||||
### Added
|
||||
|
||||
- First stable minor release
|
||||
- Comprehensive code review for WordPress/WooCommerce best practices
|
||||
- Security audit completed
|
||||
|
||||
### Changed
|
||||
|
||||
- Improved input sanitization for admin page context checks
|
||||
- Fixed VersionManager null format handling for attachment updates
|
||||
|
||||
### Technical Details
|
||||
|
||||
- All code reviewed for OWASP Top 10 security vulnerabilities
|
||||
- Verified proper nonce verification, capability checks, and input sanitization
|
||||
- SQL injection prevention confirmed using `$wpdb->prepare()` throughout
|
||||
- XSS prevention confirmed with proper output escaping
|
||||
- Rate limiting verified on REST API endpoints
|
||||
- README.md updated with full feature documentation
|
||||
|
||||
## [0.0.11] - 2026-01-22
|
||||
|
||||
### Added
|
||||
@@ -275,7 +297,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- WordPress REST API integration
|
||||
- Custom WooCommerce product type extending WC_Product
|
||||
|
||||
[Unreleased]: https://src.bundespruefstelle.ch/magdev/wc-licensed-product/compare/v0.0.11...HEAD
|
||||
[Unreleased]: https://src.bundespruefstelle.ch/magdev/wc-licensed-product/compare/v0.1.0...HEAD
|
||||
[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
|
||||
[0.0.10]: https://src.bundespruefstelle.ch/magdev/wc-licensed-product/compare/v0.0.9...v0.0.10
|
||||
[0.0.9]: https://src.bundespruefstelle.ch/magdev/wc-licensed-product/compare/v0.0.8...v0.0.9
|
||||
|
||||
Reference in New Issue
Block a user