Skip to content

Tags: Tobse/app

Tags

3.3.4

Toggle 3.3.4's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
CakePHP App Skeleton 3.3.4

==========================

New
---

* Improved comments and inline examples.

Bugfixes
--------

* Migrations plugin only loaded in a CLI context.
* PagesController no longer allows `..` to load up other templates.

3.3.3

Toggle 3.3.3's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
CakePHP App Skeleton 3.3.3

* Easier to read comments.
* Added composer scripts to make running tests and phpcs easier.

3.3.2

Toggle 3.3.2's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
CakePHP App Skeleton 3.3.2

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

Toggle 3.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
CakePHP App Skeleton

* 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

3.3.0

Toggle 3.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
CakePHP App 3.3.0

* Update CakePHP requirement to 3.3.0
* Use new HTTP stack in default application.

3.3.0-beta2

Toggle 3.3.0-beta2's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
CakePHP App 3.3.0-beta2

* Update MiddlewareStack to MiddlewareQueue.
* Update colours.
* Relocate autoload.php inclusion.
* Add fix for the httpoxy vulnerability
* Use Security::randomBytes() for salt generation.

3.3.0-beta

Toggle 3.3.0-beta's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
CakePHP App 3.3.0-beta

New Features
------------

* Uses new PSR7 HTTP stack.

3.2.6

Toggle 3.2.6's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
CakePHP App Skeleton 3.2.6

* Make PHP version requirements clearer in error messages.

3.2.5

Toggle 3.2.5's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
CakePHP App Skeleton 3.2.5

* Disable local 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.

3.2.4

Toggle 3.2.4's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
CakePHP App 3.2.4

* Improved home page messaging to more clearly indicate how to replace
  the default home page content (@ionas)
* Improve doc comments. (@ionas)