Skip to content

Releases: cakephp/app

CakePHP App 4.1.2

29 Oct 16:27
7264845
Compare
Choose a tag to compare
  • Use cakephp/plugin-installer version 1.3, which supports Composer v2.

CakePHP App 4.1.1

05 Jul 08:00
e175914
Compare
Choose a tag to compare
Merge pull request #800 from cakephp/ADmad-patch-1

Restrict updates to bugfixes releases only by default.

CakePHP App 4.1.0

05 Jul 07:13
a652819
Compare
Choose a tag to compare
  • Bump CakePHP to v4.1.

CakePHP App 3.9.0

28 Jul 02:42
Compare
Choose a tag to compare

Changes

  • Update to CakePHP 3.9.*.

CakePHP App 4.0.4

12 May 02:10
706b1f1
Compare
Choose a tag to compare

Fixes

  • Updated more dependencies to stable versions.
  • Removed import for deprecated Command class name.
  • Improved readability of skeleton app type.
  • BodyParserMiddleware is loaded by default now to make building APIs simpler.
  • Removed usage of deprecated methods.

CakePHP App 4.0.3

19 Jan 02:42
d03b21b
Compare
Choose a tag to compare

Changes

  • Improved styling of checkboxes and radio inputs.
  • Updated inline documentation.

CakePHP App 4.0.2

31 Dec 04:16
62ed4e3
Compare
Choose a tag to compare

Fixes

  • Fix typos
  • Update bake version.
  • Use FormProtectionComponent instead of SecurityComponent.
  • Remove use of phpstan/shim
  • Use Mailer instead of Email.

CakePHP App 4.0.1

19 Dec 10:14
1d3196b
Compare
Choose a tag to compare
  • Updated cakephp/migrations dependency to any 3.0 release

CakePHP App 4.0.0

16 Dec 03:42
Compare
Choose a tag to compare
  • Compatible with CakePHP 4.0.0

CakePHP App 4.0.0-RC2

02 Dec 02:12
a649ee2
Compare
Choose a tag to compare
  • Updated ErrorHandlerMiddleware configuration.
  • Set the session id to cli in test setup.
  • Add commented out code for fractional datetime types.