Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

39 lines (30 loc) · 1.42 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,

1.1.5 - 2019-09-19

Changed

  • Compatibility with Laravel 6.0.x (note that previous version 1.1.4 is also compatible with Laravel 6.0.x including laravel/helpers in the composer.json. file of your Laravel Application)

1.1.4 - 2019-05-25

Changed

  • Better English in README.md :) Thanks to leadegroot.

1.1.3 - 2019-05-22

Changed

  • README.md improved with queue example

1.1.2 - 2019-03-23

Added

  • Added new domain:list artisan command displaying info of installed domains
  • Added domainsList() method to Application

1.1.1 - 2019-03-10

Added

  • This CHANGELOG.md file.
  • Added the handling of config:cache artisan command by multiple cache config files

1.1.0 - 2018-06-24

Added

  • Initial version for Laravel 5.5.