*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 49fae914 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Bump version to v2022.4

parent fc3cb8d7
No related branches found
No related tags found
1 merge request!82Basic compatibility with InvenioRDM v9
......@@ -98,21 +98,21 @@ Version 2021.11 (released 2022-01-05)
- Fix upload deposit upload quota
Version 2022.01 (released 2022-01-26)
Version 2022.1 (released 2022-01-26)
- Frontpage lists recent uploads
- Display creators of records nicely on frontpage
- Restyled Records on frontpage
Version 2022.02 (released 2022-02-07)
Version 2022.2 (released 2022-02-07)
- Rebrand to 'TU Data Repository'
- Adjust Recent Uploads
- 'More'-button added to frontpage
Version 2022.03 (released 2022-03-11, updated 2022-07-14)
Version 2022.3 (released 2022-03-11, updated 2022-07-14)
- Make the theme compatible with the v8 release of InvenioRDM
- Fix some styling issues
......@@ -122,3 +122,13 @@ Version 2022.03 (released 2022-03-11, updated 2022-07-14)
- Reformat jinja templates
- Add tombstone page for Florian
- Refactor the module to actually play nice with InvenioRDM v8
Version 2022.4 (released 2022-07-19)
- v9 compat: Chase upstream changes in our overridden templates
- v9 compat: Add permission guard page for community creation
- Add config variable for the FAQ link
- Remove unnecessary/outdated template and JS overrides
- Refactor directory structure for remaining template overrides
- Add comments marking the changes and their reasons in remaining overrides
......@@ -11,4 +11,4 @@ This file is imported by ``invenio_theme_tuw.__init__``,
and parsed by ``setup.py``.
"""
__version__ = "2022.3.6"
__version__ = "2022.4.0"
......@@ -42,7 +42,7 @@ setup_requires = [
install_requires = [
"Flask-WebpackExt>=1.0.0",
"invenio-app-rdm>=7.0.0",
"invenio-app-rdm>=9.0.6",
"Flask>=2.0.2",
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment