Skip to content

Releases: FriendsOfCake/app-template

1.7.0

30 Dec 07:22
Compare
Choose a tag to compare

Added

  • This change log
  • Added a note on using redis on heroku for caching

Changed

  • Allow installing any version of CakePHP
  • Allow installing any version of php-dotenv

1.6.0

15 Aug 20:16
Compare
Choose a tag to compare
  • Add editorconfig entry for json
  • Fix phpunit global require in travis tests
  • Fix WWW_ROOT path in console
  • Fix TMP path in console
  • Require PHPunit 3.7.38
  • Upgrade dotenv requirement
  • Add support for official heroku buildpack
  • Add instructions for using cleardb heroku addon

1.5.0

29 Jun 18:52
Compare
Choose a tag to compare
  • Match 3.x app template directory structure
  • Use HTML5 Blueprint .htaccess
  • Add PHP 5.4 Requirement
  • Set cache configuration for debug_kit
  • Add travis testing to app template
  • Require proper PHPUnit for CakePHP 2.x
  • Switch to packagist version of CakePHP
  • Use CakePHP 2.5 everywhere