Releases: 2pisoftware/cmfive-core
Releases · 2pisoftware/cmfive-core
v4.0.4
CHANGELOG
- Updated CI action for PHP 7.4.
- Updated pull request template.
v4.0.3
CHANGELOG
- Fixed tests that were broken in recent pull request.
- Removed deprecated usage of array_key_exists on objects in html.php.
- Formatting and removed usage of magic methods.
v4.0.2
CHANGELOG
- Added download action to File module.
v4.0.1
CHANGELOG
- Fixed PHP 7.4 warning when using the index operator on null.
v4.0.0
CHANGELOG
- Added PHP 7.4 support.
- Added Insights module.
- Added admin maintenance page.
v3.16.3
CHANGELOG
- Added timezone to MYSQL session.
v3.16.1
CHANGELOG
- Reverted back to the old way of displaying timelogs.
- File formatting.
v3.16.0
CHANGELOG
- Added Html::sanitise() method.
- Added tooltip option to multi-col forms.
- Added cache back to CI action.
- Removed unneeded tests files.
- Removed install module.
- Removed install module references in web.php.
v3.15.4
CHANGELOG
- Wrapped hook call in a try-catch to handle exceptions caused by the hook function.
v3.15.3
CHANGELOG
- Added RestrictableService::isRestricted method.
- Added RestrictableService::unrestrict method.
- Fixed bug causing DbObjects not being able to have their restriction removed.