Skip to content

Tags: okinaka/app

Tags

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.

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