Version: 2.0.0
1.3.0 — July 2026
- New plugin UI framework: license management panel (
AbstractNavPlugin) with a dedicated Kros → License CP navigation section
- Settings page now uses the sectioned settings controller/navigation shared with other yStore invoicing plugins
- Added missing CP subnavigation icons
- Fixed a dashboard component key collision with a Craft built-in service (
krosDashboard)
1.2.0 — July 2026
- Plugin base class now extends the shared
ycore plugin base (yui\craftcore\base\BasePlugin)
1.1.0 — July 2026
- Fixed
Webhook signature validation to fail closed when the secret is empty, instead of accepting all requests
- Fixed external Kros webhook delivery by disabling CSRF validation on the webhook endpoint
- Migrated plugin settings onto the shared
ycore settings framework for consistency with other plugins