Releases: remp2020/crm-dashboard-module
Releases · remp2020/crm-dashboard-module
3.1.0
- Added default template and default title to
DashboardSegmentValueBaseWidget
dashboard widget. remp/novydenik#1213
- When extending the widget class, only segment code is now required.
3.0.0
- BREAKING: Fixed class namespaces to follow PSR4 specification. remp/crm#2228
- Use package
remp/crm-rector:^3.0
to automatically fix these renames.
- Added use statements for classes where we used FQN. remp/crm#2228
2.0.0
- BREAKING: Changed PHP version requirement to 8.0. remp/crm#2519
- BREAKING: Changed Latte version from v2 to v3. remp/crm#2519
1.0.0
Changelog
- Changed translation files. remp/crm#2276
- Switch tabs to 4 spaces. Weblate can parse only YAML format (doesn't support tabs).
- Change extension from NEON to YML.
Nette 3.0
- Changed
Compiler::loadDefinitions()
(deprecated) to CompilerExtension->loadDefinitionsFromConfig()
. remp/crm#1979
0.38.0
- Fixed directory names to follow PSR-4 standard. Namespaces weren't changed (no breaking change). remp/crm#2228
0.35.0: Raise minimal supported PHP version to 7.4
- BREAKING: Bump minimal PHP version to 7.4. remp/crm#2068
0.29.0
- BREAKING: Bump minimal PHP version to 7.3.
0.9.0
- Added new dashboard place for SimpleWidget -
dashboard.simplewidget.additional
. remp/crm#913