Bolt is een opensource content management systeem en is daarmee in bepaalde opzichten vergelijkbaar met programma's als Wordpress en Drupal. Bolt is eenvoudig in gebruik, voor zowel installatie als beheer, en is geoptimaliseerd voor zowel desktop als mobiele omgevingen. Het is opgebouwd rondom de frameworks van Silex en Symfony, en heeft diverse goed uitziende html-templates die met Twig zijn aan te passen. Zojuist is versie 2.1.0 van Bolt verschenen en de release notes voor die uitgave zijn hieronder te vinden.
Bolt 2.1.0 released.
After a short beta period, we've released Bolt 2.1.0. In the past two months since Bolt 2.0, we've been focusing on the stability and maintainability of Bolt, to further improve the quality of our codebase, looking forward to future improvements and enhancements.
As such, the '2.1' release will bring much less changes in functionality than 2.0 did, but under the hood, a lot has been changed. Since Bolt 2.0.0, we've made 2500 commits to our Github repository.
That said, some of the bigger changes in the 2.1.0 release are:
- Updated: PHPUnit now covers the complete codebase.
- Updated: Extensions interface had major overhaul and now uses the Composer API more extensively and provides better error handling for AJAX calls.
- Update: Bolt's custom logging provider has been replaced with Monolog
- Added: A lot of work had been done on
select
-fields, to allow more flexible selections from other contenttypes.- Fixed: No more unwanted
's
in CKeditor.- Added: Allow for
https://
protocol in canonical setting inconfig.yml
.- For a full list of changes, see the Changelog on GitHub