All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
4.0.0 - 2024-04-18
- add Craft 5 compatibility
3.1.1 - 2024-01-05
- fix a bug that prevented listing craft console commands
3.1.0 - 2024-01-03
- add the
MailerComponentConfiguratorModule
class
- restore Craft 3 compatibility in addition to Craft 4
3.0.0 — 2022-06-27
- [BREAKING]: Craft 4 compatibility
2.0.1 — 2022-06-27
- Fix a bug that caused system messages not to be registered
2.0.0 - 2022-06-03
- Allow declaring permissions nested under Craft core permissions
- Add the ability to register Yii components that do NOT override those
defined in
app.php
- [BREAKING]: Method
getuserPermissions()
renamed togetUserPermission()
- Set translations
sourceLanguage
to english
- Load twig extensions the recommanded way This fixes a bug when running functional tests on a site that uses twig extensions
1.1.0 - 2021-09-21
- Easily register system messages
1.0.0 - 2021-09-13
- Automatically register a translation category
- Automatically register CP template roots
- Automatically register site template roots
- Automatically set controller namespace (for web/console requests)
- Automatically register aliases
- Easily register custom twig extensions
- Easily register custom CP nav items
- Easily register custom user permissions
- Easily register custom Craft variables
- Easily register custom element types
- Easily register view hooks