From 7d70094d7723526d21b2e45e9e724d5cda64e23b Mon Sep 17 00:00:00 2001 From: Matti Maier Date: Thu, 26 Dec 2024 22:59:08 +0100 Subject: [PATCH] Release note 4.0.3 and build script update --- BNote-Releases/build.sh | 5 +++++ release_notes.txt | 19 +++++++++---------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/BNote-Releases/build.sh b/BNote-Releases/build.sh index cefbee2e..cde9d8b7 100755 --- a/BNote-Releases/build.sh +++ b/BNote-Releases/build.sh @@ -50,6 +50,11 @@ rm "$tmp_main_dir/config/company.xml" rm "$tmp_main_dir/config/config.xml" rm "$tmp_main_dir/config/database.xml" +rm "$tmp_main_dir/composer.install.sh" +rm "$tmp_main_dir/composer.json" +rm "$tmp_main_dir/composer.lock" +rm "$tmp_main_dir/composer.phar" + # data/ handling rm -r "$tmp_main_dir/data/gallery" rm "$tmp_main_dir/data/members/*.pdf" diff --git a/release_notes.txt b/release_notes.txt index 0920b1f0..52a829e9 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,13 +1,12 @@ ############################################# -# Changes to BNote in comparison with 4.0.1 # +# Changes to BNote in comparison with 4.0.2 # ############################################# -#478/533 Reimplementation of a simplified version of the website module -#505 Enable scrolling in navigation sidebar -#506 Improve help pages and allow for multilanguage content (German and French at the moment) -#507 Do not allow anonymous downloads of the calendar -#527 Added mens voices for choires -#529 Improve usability on repertoire file links -#531 Configurable logging for failed login attempts -#534 Fix issue not checking on active flag on user table -#536 Fix bug to show users for non-superusers +#479 Filtering "inbox" on start by type of card +#504 Bugfix for vote result display +#537 Bugfix for Website module multi display in navigation +#539 Bugfix for registration of new users wo/ birthday field filled +#542 and #544 Harmonizing installation guides +#547 Disabled group field when editing gigs + +Plus: Reorganization of used libraries and update of them using composer. \ No newline at end of file