Skip to content

Commit

Permalink
Update changelog and upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed May 14, 2024
1 parent 41d8688 commit 3d81d63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from config.database_versions import DATABASE_VERSIONS

VERSION = '8.4.0'
VERSION = '8.4.1'
DATABASE_VERSION = DATABASE_VERSIONS[0]
DEMO_MODE = False # If activated some options are disabled, login is prefilled
DEBUG = False
Expand Down
3 changes: 3 additions & 0 deletions install/upgrade/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ then run the database upgrade script, then restart Apache:
sudo python3 install/upgrade/database_upgrade.py
sudo service apache2 restart

### 8.4.0 to 8.4.1
A code base update (e.g. with git pull) and a webserver restart is sufficient.

### 8.3.0 to 8.4.0
8.4.0.sql is needed but will be taken care of by the database upgrade script.

Expand Down
3 changes: 3 additions & 0 deletions openatlas/views/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ def index_changelog() -> str:


versions = {
'8.4.1': ['2024-05-14', {
'fix': {
'2280': 'Dynamic type add not working for single types'}}],
'8.4.0': ['2024-05-05', {
'feature': {
'2261': 'Option to prevent selection of a type',
Expand Down

0 comments on commit 3d81d63

Please sign in to comment.