Skip to content

Releases: cakephp/app

3.3.4

01 Dec 05:29
3.3.4
Compare
Choose a tag to compare

Bugfixes

Miscellaneous

3.3.3

13 Nov 03:44
3.3.3
Compare
Choose a tag to compare
  • Easier to read comments.
  • Added composer scripts to make running tests and phpcs easier.

CakePHP App 3.3.2

22 Oct 21:15
3.3.2
Compare
Choose a tag to compare

New Features

  • Default flash element that now allows 'escape' => false.
  • Add an ErrorController. Having an ErrorController in the application
    will make customizing it more transparent to users.

Bugfixes

  • Improved API docs.
  • Improved README

3.3.1

14 Sep 05:54
3.3.1
Compare
Choose a tag to compare
  • markstory/asset_compress is a suggested package.
  • Require cakephp/cakephp 3.3.* instead of ~3.3.0. People were not too
    pleased about getting automatically updated to 3.3. Use a more
    conservative requirement to make future upgrades more predictable.
  • Comment styles are more consistent now.
  • default flash message includes the hide on click behavior now.

Contributors

  • ADmad
  • BassemN
  • Jad Bitar
  • Mark Sch
  • Mark Story
  • Nguyễn Anh Tuấn
  • inoas
  • mscherer

CakePHP App 3.3.0

14 Aug 03:24
3.3.0
Compare
Choose a tag to compare
* Update CakePHP requirement to 3.3.0
* Use new HTTP stack in default application.

CakePHP App 3.3.0-beta2

14 Aug 03:24
3.3.0-beta2
Compare
Choose a tag to compare
* Update MiddlewareStack to MiddlewareQueue.
* Update colours.
* Relocate autoload.php inclusion.
* Add fix for the httpoxy vulnerability
* Use Security::randomBytes() for salt generation.

CakePHP App 3.3.0-beta

14 Aug 03:24
3.3.0-beta
Compare
Choose a tag to compare
New Features
------------

* Uses new PSR7 HTTP stack.

CakePHP App Skeleton 3.2.6

14 Aug 03:24
3.2.6
Compare
Choose a tag to compare
* Make PHP version requirements clearer in error messages.

CakePHP App 3.2.5

25 Apr 13:13
3.2.5
Compare
Choose a tag to compare
  • Disable locale parsing by default. It confuses lots of Americans as
    their date format is awful.
  • Add Awesome CakePHP list to the default homepage.
  • Check for DebugKit and suggest remediation steps.
  • Check environment requirements earlier.

CakePHP Application Skeleton 3.2.3

17 Mar 20:31
Compare
Choose a tag to compare
  • Ensure post install script runs when creating project. (@ADmad)