From 0456589f087362aeee84d5d0cf1f9f38360155d8 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Tue, 22 Jan 2019 20:14:31 +0100 Subject: [PATCH 1/2] [3.x] Allow Laravel 5.4 and up --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index be99aec..e1831ee 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "yajra/laravel-datatables-oracle": "8.*", "yajra/laravel-datatables-html": "3.*", "maatwebsite/excel": "^2.0", - "illuminate/console": "5.4.*|5.5.*|5.6.*" + "illuminate/console": "^5.4" }, "require-dev": { "mockery/mockery": "~1.0", From f473e0695c668106665d68f002993a086a8705ab Mon Sep 17 00:00:00 2001 From: "Arjay Q. Angeles" Date: Wed, 23 Jan 2019 09:10:53 +0800 Subject: [PATCH 2/2] Bump v3.3.1 :rocket: --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc55ab9..5e08b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Laravel DataTables Buttons Plugin CHANGELOG. +## v3.3.1 - 01-23-2019 + +- Allow Laravel 5.4 and up [#87, credits to @barryvdh. + ## v3.3.0 - 08-15-2018 - Implemented the 'exclude column from export' [#65], credits to @rylxes. @@ -125,6 +129,7 @@ ajax(), dataTable(), query(), csv(), excel(), pdf(), printPreview() - First stable release. +[#87]: https://github.com/yajra/laravel-datatables-buttons/pull/87 [#65]: https://github.com/yajra/laravel-datatables-buttons/pull/65 [#67]: https://github.com/yajra/laravel-datatables-buttons/pull/67 [#59]: https://github.com/yajra/laravel-datatables-buttons/pull/59