Skip to content

Tags: steinkel/app

Tags

3.2.2

Toggle 3.2.2's commit message

Verified

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

* Cleaned up pointless echo statements. (@phillaf)
* Use `<div>` instead of `<section>`. (@markstory)
* Shells can now be started with `bin/bake` if a symlink exists. (@Marlinc)
* Errors are now emitted when PHP version is incorrect. (@ionas)
* Improved home page design and layout. (@ionas, @daveozoalor, @markstory)

3.2.1

Toggle 3.2.1's commit message

Verified

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

Enhancements
------------

* Application config now defaults to environment variables. This makes
  running a CakePHP app on Platform as a Service providers easier.
  (@josegonzalez)
* config/routes.php includes typehints now to help IDE users (@gmponos)
* Test cases are now excluded from code coverage (@elboletaire)
* Text legibility improved (@jadb)
* Error rendering is more graceful now (@dereuromark)
* composer.json defaults to stable dependencies now (@ionas)

3.2.0

Toggle 3.2.0's commit message

Verified

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

* Update for CakePHP 3.2
* Update for PHPUnit 5.x
* Default to immutable date and time objects.
* Improved documentation/comments

3.1.2

Toggle 3.1.2's commit message

Verified

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

* Use PHP_SAPI instead of php_sapi_name()
* Stick with stable dependencies.
* Add tests for the included PagesController.

3.1.1

Toggle 3.1.1's commit message
Merge pull request cakephp#283 from cakephp-fr/3.1-composer-requires

update requires for 3.1

3.1.0

Toggle 3.1.0's commit message

Verified

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

* Pagination now looks more disabled.
* Updated styling.
* Improved responsive design.
* Added locale parsers for date and time types.
* Updated normalize.css.
* vendor files are now excluded form code coverage reports.

3.0.5

Toggle 3.0.5's commit message

Verified

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

* Database query logging was added to the default config file
  disabled by default.
* date types use locale parsing by default.
* Improved CSS for when URL rewriting is not working.
* Training and certification links added to default homepage.

3.1.0-beta

Toggle 3.1.0-beta's commit message

Verified

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

* Default to DashedRoute.
* Mailer skeleton features added.
* Visual refresh for default application skeleton & baked code.

3.0.4

Toggle 3.0.4's commit message

Verified

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

* Use /bin/sh instead of bash. OpenBSD and FreeBSD don't include bash.
* AjaxView added to this project. This allows it to extend AppView and
  inherit changes made there.
* Improved configuration documentation.
* Added --quiet and --verbose to ConsoleShell.

3.0.3

Toggle 3.0.3's commit message
Fixing installer after recent changes in composer

Fixes cakephp#241