2.0 Beta: Ready to try! https://github.com/michaelstaake/LibreKB/tree/2.0.0-beta
- Completely rewritten in a modern MVC architecture
- Refreshed admin interface
- Refreshed front end interface
- New URL structure with a router, so better looking and better for SEO.
- For example:
- v1: index.php?page=article&a=test-article
- v2: /article/test-article
- Improved error handling
- Error messages now use sessions instead of get parameters. Way better!
- Nicer 403 and 404 error pages
- New install system
- Looks nice
- Checks server/hosting configuration to ensure compatibility
- Installation is disabled automatically after completion, no file deletion required.
- New update system
- One time migration from v1 to v2
- Further updates just upload files, no further effort required
- Updates don't need to be sequential
- Improved user management and profiles
- Public vs private knowledge bases, if set to private, users must login to view
- Logging for enhanced auditing of user actions and security
- Thanks to GitHub Copilot and Grok for the help :)
2.0 Release: August, 2025
- Probably the most exciting thing ever!
2.1 Release: October, 2025
- Permissions system for individual articles and categories. As per this request.
- Improvements to activity log.
2.2 Release: December, 2025
- To be determind! Go to our forum to suggest stuff!