Skip to content

Commit

Permalink
Release note 4.0.3 and build script update
Browse files Browse the repository at this point in the history
  • Loading branch information
mattimaier committed Dec 26, 2024
1 parent 34d938c commit 7d70094
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
5 changes: 5 additions & 0 deletions BNote-Releases/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
19 changes: 9 additions & 10 deletions release_notes.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 7d70094

Please sign in to comment.