Skip to content

Latest commit

 

History

History
278 lines (143 loc) · 3.61 KB

CHANGELOG.md

File metadata and controls

278 lines (143 loc) · 3.61 KB

CHANGE LOG

V11.2 (17/03/2024)

  • Added Laravel 11 support

V11.1 (04/12/2023)

  • Added PHP 8.3 support

V11.0 (26/02/2023)

  • Support Laravel 9-10 only
  • Support PHP 8.0-8.2 only
  • Added additional types
  • Switch to security core v4

V10.0 (30/05/2022)

  • Dropped PHP < 7.4
  • Dropped Laravel < 8

V9.1 (24/01/2022)

  • Added Laravel 9 support

V9.0.1 (21/11/2021)

  • Provisional PHP 8.1 support
  • Updated package metadata

V9.0 (14/08/2020)

  • Added Laravel 8 support
  • Added provisional PHP 8.0 support

V8.0.2 (14/04/2020)

  • Removed extra file from dist

V8.0.1 (14/04/2020)

  • Updated funding information

V8.0 (01/03/2020)

  • Dropped Laravel 5
  • Switch to security core v3

V7.1 (25/01/2020)

  • Added Laravel 7 support

V7.0 (08/12/2019)

  • Switch to security core v2

V6.2 (26/08/2019)

  • Added Laravel 6 support

V6.1 (17/02/2019)

  • Added Laravel 5.8 support

V6.0 (30/12/2018)

  • Extracted core to separate package

V5.1.1 (30/12/2018)

  • Respect the evil attributes argument

V5.1 (23/08/2018)

  • Added Laravel 5.7 support
  • Pulled in upstream fixes

V5.0 (02/03/2018)

  • Support PHP 7.1 or 7.2
  • Support Laravel 5.5 or 5.6

V4.0.1 (02/01/2018)

  • Fixed config when inside phar

V4.0 (06/08/2017)

  • Support PHP 7.0, 7.1, 7.2
  • Support Laravel 5.1 - 5.5
  • More type hints
  • Synced with codeigniter again

V3.7 (01/01/2017)

  • Added laravel 5.4 support
  • Synced with codeigniter again

V3.6 (26/04/2016)

  • Added laravel 5.3 support

V3.5.1 (30/01/2016)

  • Improved service provider
  • Fixed some typos

V3.5 (14/11/2015)

  • Added laravel 5.2 support
  • Improved environment detection

V3.4 (05/11/2015)

  • Resynced with codeigniter

V3.3 (06/10/2015)

  • Improved lumen support
  • Resynced with codeigniter

V3.2 (26/06/2015)

  • Official lumen support
  • Code cleanup

V3.1 (20/05/2015)

  • Support both laravel 5.0 and 5.1
  • Dropped php 5.4 support
  • Resynced with codeigniter

V3.0 (05/02/2015)

  • Upgraded to laravel 5.0
  • Improved the constructor

V2.1.3 (04/01/2015)

  • CS fixes
  • Moved to the MIT license
  • Resynced with codeigniter
  • Fixed an issue with ";" being appended to numbers

V2.1.2 (27/11/2014)

  • Removed the cs fixers
  • Made the xss hash more robust
  • Updated the evil attributes

V2.1.1 (05/10/2014)

  • Improved the test suite
  • Added cs fixers to the test suite
  • Improved the docs

V2.1 (27/08/2014)

  • Fixed an issue with urls
  • Minor performance improvements

V2.0.2 (09/08/2014)

  • Corrected the license comments

V2.0.1 (02/08/2014)

  • Minor fixes and tweaks

V2.0 (20/07/2014)

  • Bumped to stable

V2.0 RC 1 (16/07/2014)

  • Configurable evil attributes
  • Upgrade to Laravel 4.1/4.2
  • Minor refactoring
  • Added di aliases
  • Minor improvements
  • Fixed an infinite recursion issue (thanks MichaelBanks)
  • Added more tests

V1.1 (21/04/2014)

  • PHP 5.6 and HHVM compatibility
  • Rebased against codeignighter
  • Further improvements
  • Composer tweaks

V1.0 (12/02/2014)

  • Bumped to stable

V1.0 RC 1 (08/02/2014)

  • PSR-4 autoloading
  • Updated docs

V1.0 Beta 1 (21/01/2014)

  • Dropped Laravel 4.0 support
  • Some more refactoring
  • Travis and Scrutinizer tweaks
  • Coding style fixes
  • Added unit tests
  • Code cleanup
  • Minor tweaks

V0.4 Alpha (12/12/2013)

  • Updated doc blocks
  • Refactor and cleanup

V0.3 Alpha (10/12/2013)

  • Updated license
  • Updated scrutiniser config
  • Updated documentation
  • Laravel 4.1 support

V0.2 Alpha (25/08/2013)

  • Updated the providers
  • Scrutinizer updates
  • Syntax fixes
  • Minor tweaks

V0.1 Alpha (15/08/2013)

  • Initial testing release