Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Changelog and version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
herpaderpaldent committed Sep 29, 2018
1 parent b641070 commit 524a7ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 1.3.4
Improvements on `GroupSync` and some UI improvements
* Merged pull request of @warlof aiming to improve `GroupSync` job with inconsistent user_groups. Namely when a main_character is missing (which should not happen anyway). Also some logging and tagging of the job was improved.
* Open-Group showed two join-buttons. Which is now fixed. Thank you @Anduriel for reporting this
* Action buttons in managed group modal collapsed in each other for large user_groups (many users). Bootstrap classes have been added to account for such cases. Thank you @Anduriel and @warlof for reporting this.

# Version 1.3.3
Some smaller improvements and bugfixes
* Improving `php artisan seat-groups:users:update --character_ids=ID` based on community feedback. Thank you @warlof for reporting this.
Expand Down
2 changes: 1 addition & 1 deletion src/config/seatgroups.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Time: 10:24
*/
return [
'version' => '1.3.3'
'version' => '1.3.4'
];

//TODO: Update Version

0 comments on commit 524a7ed

Please sign in to comment.