From 3daefb8754725244269e68685fbbb5d691dc4308 Mon Sep 17 00:00:00 2001 From: Jose Rosado Date: Mon, 14 Sep 2020 16:35:06 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf30a4a..0326d03 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # Changelog -#### v7.0.0 `2020-03-09` +#### v8.0 `2020-07-14` +- Laravel 8 support. + +#### v7.2 `2020-06-04` +- Refactoring controllers. +- Implemented Route Model Binding +- Added delete invitation functionality and Invite handler refactored +- Changed simple emails view to markdown mailable class and Added Mailable class +- Added flashing messages on actions of controllers +- Removed olded Laravel versions, only supported 6.0 and above + +#### v7.1.2 `2020-05-12` +- Resolved that the team owner cannot send emails to himself. + +#### v7.1 `2020-03-22` +- Fixed psr-4 autoloading standard +- Fixed error, that did not meet the standards psr-4 autoloading and this will not autoload anymore in Composer v2.0. + +#### v7.0.1 `2020-03-09` +- Bug fixed. + +#### v7.0.0 `2020-03-02` - Added Laravel v7 Support. #### v6.0.0 `2019-04-02`