Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Latest commit

 

History

History
161 lines (89 loc) · 2.26 KB

CHANGELOG.md

File metadata and controls

161 lines (89 loc) · 2.26 KB

CHANGE LOG

V5.3.2 (03/02/2017)

  • Actually fixed broken storage linking

V5.3.1 (03/02/2017)

  • Fixed broken storage linking

V5.3 (19/01/2017)

  • Support storage linking
  • Removed unneeded priorities

V5.2 (01/01/2017)

  • Added laravel 5.4 support

V5.1 (25/05/2016)

  • Run the config and route caching too

V5.0 (20/05/2016)

  • Generate the app key on install/reset
  • Added hooks for before/after each command

V4.3 (26/04/2016)

  • Added laravel 5.3 support

V4.2.1 (30/01/2016)

  • Improved service provider
  • Fixed some typos

V4.2 (14/11/2015)

  • Added laravel 5.2 support

V4.1.1 (06/10/2015)

  • Minor tweaks

V4.1 (26/06/2015)

  • Official lumen support
  • Code cleanup

V4.0 (28/05/2015)

  • Dropped all config
  • Dropped ajax middleware
  • Dropped html macros

V3.0 (19/05/2015)

  • Support laravel collective html instead of illuminate
  • Support both laravel 5.0 and 5.1
  • Dropped php 5.4 support
  • Renamed Ajax to AjaxMiddleware

V2.0.1 (20/02/2015)

  • Added another config option

V2.0 (04/02/2015)

  • Upgraded to laravel 5.0
  • Replaced filters with middlewares
  • Moved commands to console
  • Added some more configuration
  • Removed key generation

V1.0.1 (02/01/2014)

  • Removed the cs fixers
  • CS fixes
  • Moved to the MIT license

V1.0 (04/10/2014)

  • Improved the test suite
  • Dropped debugbar support
  • Added cs fixers to the test suite
  • Improved the docs

V0.4.2 Alpha (09/08/2014)

  • Corrected the license comments

V0.4.1 Alpha (02/08/2014)

  • Minor fixes and tweaks

V0.4 Alpha (20/07/2014)

  • Upgraded to laravel 4.1/4.2
  • Moved database stuff to a separate package
  • Minor refactoring
  • Added more unit tests

V0.3 Alpha (21/04/2014)

  • PHP 5.6 and HHVM compatibility
  • Command improvements
  • Improved validation
  • Database transactions
  • Added ago html macro
  • Improved paginator
  • Added config
  • Composer tweaks

V0.2 Alpha (08/02/2014)

  • PSR-4 autoloading
  • Updated docs
  • Dropped Laravel 4.0 support
  • Travis and Scrutinizer tweaks
  • Added a service provider
  • Added filters
  • Coding style fixes
  • Cleaned up old code
  • Tweaked unit tests
  • Model refactoring
  • Minor tweaks

V0.1.1 Alpha (12/12/2013)

  • Updated doc blocks
  • Minor tweaks

V0.1 Alpha (10/12/2013)

  • Initial testing release