Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

52 lines (39 loc) · 1.23 KB

Changelog

All Notable changes to laravel-search-console will be documented in this file.

[1.6.0] - 2020-09-14

  • Add Compatibility With Laravel 8
  • Drop support for Laravel 7
  • Minimum PHP 7.3

[1.5.0] - 2020-06-28

  • Use full path for json account config files
  • Removed files env vars

[1.4.0] - 2020-04-12

  • Add Compatibility With Laravel 7
  • Drop support for Laravel 6
  • Minimum PHP 7.2.5

[1.3.0] - 2019-09-15

  • Add Compatibility With Laravel 6
  • drop support for Laravel 5.8 and lower

[1.2.0] - 2019-02-28

  • Add Compatibility With Laravel 5.8
  • drop support for Laravel 5.7 and lower
  • drop support for PHP 7.1 and lower

[1.1.4] - 2018-10-30

  • Add Compatibility With Laravel 5.7

[1.1.3] - 2018-07-28

  • Set row limit to 25000
  • Throw authentication exceptions immediately

[1.1.2] - 2018-04-27

  • Accept JSON or Array as Access Token

[1.1.1] - 2018-03-06

  • Add Compatibility With Laravel 5.6

[1.1.0] - 2017-10-12

  • Clear Cache on setAccessToken()

[1.0.0] - 2017-10-06

  • change default cache to null
  • First stable release

[0.1.0] - 2017-09-07

  • add compatibility with Laravel 5.5
  • dropped support for anything lower than Laravel 5.4

[0.0.1] - 2017-07-27

  • Initial Beta Release