Skip to content

Releases: 2pisoftware/cmfive-core

v4.0.4

31 Mar 01:15
f83df58
Compare
Choose a tag to compare

CHANGELOG

  • Updated CI action for PHP 7.4.
  • Updated pull request template.

v4.0.3

30 Mar 22:59
b04e779
Compare
Choose a tag to compare

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

30 Mar 01:04
9915d4e
Compare
Choose a tag to compare

CHANGELOG

  • Added download action to File module.

v4.0.1

26 Mar 02:11
434b557
Compare
Choose a tag to compare

CHANGELOG

  • Fixed PHP 7.4 warning when using the index operator on null.

v4.0.0

22 Mar 22:44
95da25a
Compare
Choose a tag to compare

CHANGELOG

  • Added PHP 7.4 support.
  • Added Insights module.
  • Added admin maintenance page.

v3.16.3

22 Mar 22:27
69a8c54
Compare
Choose a tag to compare

CHANGELOG

  • Added timezone to MYSQL session.

v3.16.1

04 Mar 22:47
9d045e5
Compare
Choose a tag to compare

CHANGELOG

  • Reverted back to the old way of displaying timelogs.
  • File formatting.

v3.16.0

03 Mar 21:51
f69d2dd
Compare
Choose a tag to compare

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

02 Mar 23:22
b8a7e03
Compare
Choose a tag to compare

CHANGELOG

  • Wrapped hook call in a try-catch to handle exceptions caused by the hook function.

v3.15.3

02 Mar 22:07
30dbfaf
Compare
Choose a tag to compare

CHANGELOG

  • Added RestrictableService::isRestricted method.
  • Added RestrictableService::unrestrict method.
  • Fixed bug causing DbObjects not being able to have their restriction removed.