From b416bba7318dac82a13d596b715603b2f3f5206c Mon Sep 17 00:00:00 2001 From: Herpaderp Aldent Date: Tue, 5 Feb 2019 22:20:43 +0100 Subject: [PATCH] Version bump and changelog --- CHANGELOG.md | 11 +++++++++++ src/config/seatgroups.config.php | 28 +++++++++++++++++++++++----- 2 files changed, 34 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ba498..f3d3633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Version 1.6.5 +This update takes advantage on the most recent seat-notification update (>1.1.0). Notifications may now be selected individually: +* SeatGroup Sync Event: Dispatched whenever a user group is attached or detached from a role +* SeATGroup Error Event: Dispatched whenever an error happens and laravel log should be investigated +* Missing Refresh Token Event: Dispatched every time SeAT Group finds a refresh token to be missing. Please note you can stop SeAT to notify you about a certain user that might have left your corporation or sold his character by deactivating the user (link is provided inside the notification to do so). + +Furthermore: +* Fixed smaller typos +* Assure `eveseat/web ~3.0.14` is present +* Changed licence to MIT + # Version 1.6.4 * Include new seat plugin service pattern. * Use proper form-id to subscribe to notifications diff --git a/src/config/seatgroups.config.php b/src/config/seatgroups.config.php index 1bc46bc..4f1c64c 100644 --- a/src/config/seatgroups.config.php +++ b/src/config/seatgroups.config.php @@ -1,12 +1,30 @@ '1.6.4', + 'version' => '1.6.5', ]; //TODO: Update Version