Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (28 loc) · 936 Bytes

CHANGELOG.md

File metadata and controls

39 lines (28 loc) · 936 Bytes

Changelog

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

[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