Skip to content

Latest commit

 

History

History
75 lines (61 loc) · 2.89 KB

CHANGELOG.md

File metadata and controls

75 lines (61 loc) · 2.89 KB

Changelog

All notable changes to this project will be documented in this file.

We mostly adhere to Keep a Changelog 1.1.0 but use the following change types: "Added", "Changed", "Fixed" & "Dependencies Updated".

This project adheres to Semantic Versioning.

Added

  • Added PHPUnit as dev dependency

Changed

  • Disable auto layout in template
  • Upgraded SwaggerUI to v5.17.14

Fixed

Dependencies Updated

  • phpunit/phpunit installed in version 9.6.13
  • laminas/laminas-zendframework-bridge removed (installed version was 1.4.1)
  • psr/http-message updated from 1.0.1 to 1.1 minor
  • psr/http-server-handler updated from 1.0.1 to 1.0.2 patch
  • psr/http-server-middleware updated from 1.0.1 to 1.0.2 patch
  • psr/http-client updated from 1.0.1 to 1.0.3 patch
  • psr/container updated from 2.0.1 to 2.0.2 patch
  • psr/http-factory updated from 1.0.1 to 1.0.2 patch
  • laminas/laminas-diactoros updated from 2.14.0 to 2.17.0 minor
  • laminas/laminas-httphandlerrunner updated from 1.5.0 to 2.2.0 major
  • composer/ca-bundle updated from 1.3.5 to 1.3.7 patch
  • cakephp/chronos updated from 2.3.2 to 2.4.3 minor
  • cakephp/cakephp updated from 4.3.11 to 4.5.0 minor
  • squizlabs/php_codesniffer updated from 3.7.1 to 3.7.2 patch
  • symfony/polyfill-ctype updated from v1.27.0 to v1.28.0 minor
  • symfony/yaml updated from v5.4.19 to v5.4.30 patch

1.0.2 - 2023-02-10

Fixed

  • Required missing symfony/yaml dependency

Dependencies Updated

  • symfony/yaml installed in version v5.4.19

1.0.1 - 2023-01-30

Changed

  • Correct minimum CakePHP requirement

1.0.0 - 2023-01-30

Changed

  • Upgrade PHP version 7.1.x
  • Upgrade PHP version 7.2.x
  • Upgrade CakePHP version to 4.0.x

0.2.0 - 2022-01-31

Added

  • Added CakePHP codesniffer as dev dependency
  • Added cs-check & cs-fix composer scripts
  • Added PhpStorm configuration
  • Added documentation on how to update the Swagger UI code

Changed

  • Upgraded Swagger UI to v4.4.0

Dependencies Updated

  • squizlabs/php_codesniffer added in version 3.5.6
  • cakephp/cakephp-codesniffer added in version 3.3.0
  • psr/log updated from 1.1.3 to 1.1.4 patch
  • laminas/laminas-zendframework-bridge updated from 1.1.1 to 1.4.1 minor
  • aura/intl updated from 3.0.0 to 3.0.1 patch
  • cakephp/cakephp updated from 3.9.3 to 3.10.2 minor
  • squizlabs/php_codesniffer updated from 3.5.6 to 3.6.2 minor

0.1.0 - 2020-10-21

Added

  • Added plugin in initial working state