Skip to content

Tags: EOM/app

Tags

3.5.1

Toggle 3.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
CakePHP application skeleton 3.5.1

Fixed
-----

* Removed unsafe automatic JSON response creation from AppController.
* Improved database session SQL schema.
* Usage of `.env` requires explicit opt in now.
* Installer paths use constants now making extending the installer
  easier.
* Fixed use of `STDIN` as it is undefined on some hosts.

Added
-----

* Query logging configuration is included by default now.
* Added links to the slack group.
* Added commented sections to .htaccess making it easier to use
  LetsEncrypt.

3.5.0

Toggle 3.5.0's commit message

Verified

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

* Use CakePHP 3.5.0+

3.5.0-RC1

Toggle 3.5.0-RC1's commit message

Verified

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

3.4.2

Toggle 3.4.2's commit message
Merge pull request cakephp#505 from tuffz/doublespaces-in-docs

remove double spaces in phpdocs

3.4.1

Toggle 3.4.1's commit message

Verified

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

* Improved readme docs
* Fixup PHPUnit requirements

3.4.0

Toggle 3.4.0's commit message

Verified

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

* Use CakePHP 3.4.*
* Use PHP 5.6 syntax where possible.
* Don't use deprecated methods.
* Improved home page design.

3.3.6

Toggle 3.3.6's commit message
Merge pull request cakephp#478 from CakeDC/new-home-page-design

New home page design reworked using Foundation

3.3.5

Toggle 3.3.5's commit message

Verified

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

* Added gitattributes for woff, eot, svg.
* Improved doc comments.
* Tweaked how cache configuration is managed in default/debug.

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.