Skip to content

Releases: orca-services/cakephp-heartbeat

2.2.1

29 Jul 13:54
Compare
Choose a tag to compare

Fixed

  • Set table cell options for cache indicator

2.2.0

29 Jul 13:00
Compare
Choose a tag to compare

Added

  • Added cache indicator to sensor status #7 #22
  • Added CakePHP Codesniffer (PHPCS) as dev dependency #25
  • Added Composer commands for executing PHPCS & PHPUnit #25
  • Add a security policy file #26 #28

Changed

  • Improve readability of configuration in #24
  • Move CONTRIBUTING.md to .github folder #27

Dependencies

  • cakephp/cakephp updated from 3.7.7 to 3.10.5 minor
  • Downgrade numerous dependencies to be compatible with PHP >= 7.0 as stated in Installation.md
  • cakephp/migrations updated from 2.0.0 to 2.4.1
  • cakephp/cakephp-codesniffer updated from 3.1.2 to 3.3.3
  • robmorgan/phinx updated from 0.11.6 to 0.11.7
  • Various sub dependencies
  • squizlabs/php_codesniffer updated from 3.8.1 to 3.10.2 minor

Fixed

  • Always reset cache config

2.1.0

26 Jun 12:29
6695edf
Compare
Choose a tag to compare
  • Compatibility to CakePHP 3.7.x #17, #18, #19, #20, #21
  • Bump CakePHP requirement to 3.7.0 #19, #21
  • Fixed Sensor cache reading #21
  • Do not load Migrations plugin in DBUpToDate sensor # 18, #20
  • Add documentation about built-in sensors #15 #16
  • Fixed DB Connection Sensor #13