Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Latest commit

 

History

History
90 lines (47 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

90 lines (47 loc) · 1.46 KB

Changelog

All notable changes to laravel-demo-mode will be documented in this file

2.7.1 - 2021-02-11

  • add support for PHP 8.0
  • drop support for PHP 7.3 and below

2.7.0 - 2020-09-08

  • add support for Laravel 8

2.6.0 - 2020-03-03

  • make compatible with Laravel 7
  • drop support for all older version of Laravel

2.5.0 - 2019-04-09

  • make compatible with Laravel 6

2.4.0 - 2018-02-27

  • drop support for PHP 7.1

2.3.1 - 2018-02-27

  • add support for Laravel 5.8

2.3.0 - 2018-01-18

  • allow guard to be overridden

2.2.3 - 2018-08-28

  • add support for Laravel 5.7

2.2.2 - 2018-02-08

  • Support Laravel 5.6

2.2.1 - 2018-02-08

  • fix bug where the wrong 404 might be shown

2.2.0 - 2017-10-06

  • prevent visitors of seeing the 404 page of a site

2.1.1 - 2017-09-22

  • add demo access via IP address and strict mode to only allow access via IP address

2.1.0 - 2017-09-22

  • does not exist, forgot to use this version :-)

2.0.1 - 2017-08-31

  • fix deps

2.0.0 - 2017-08-22

  • add L5.5 compatiblity, remove support for older versions
  • renamed config file from laravel-demo-mode to demo-mode

1.1.1 - 2017-01-26

  • access is now granted via a controller method so the route is cachable

1.1.0 - 2017-01-23

  • add L5.4 compatibility

1.0.3 - 2016-08-23

  • add L5.3 compatibility

1.0.2 - 2016/04/04

  • Fixed enabled flag

1.0.1 - 2016/04/04

  • Fixed composer dependencies

1.0.0 - 2016/03/31

  • First release