Menu

v0.3.0 Officially Released!

InnoCMS 2024-06-28 1452
v0.3.0 Officially Released!
v0.3.0 is officially released!
  1. Improved Plugin System
  • Enhanced plugin architecture with support for auto-generating plugin settings pages through configuration fields, simplifying the plugin configuration workflow.

2. Theme Development Support

Introduced CLI tools for quickly generating theme templates, making it easier for developers to customize and develop. Use the following command to generate theme templates:

php artisan vendor:publish --provider='InnoCMS\Front\FrontServiceProvider' --tag=views

3. Admin Role Permissions Added

  • The system automatically generates permission settings based on all admin routes and plugin routes, improving the flexibility and precision of role-based permission management.