File tree 5 files changed +10
-5
lines changed
assets/semantic-ui/js/invenio_communities/settings/profile
5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 9
9
Changes
10
10
=======
11
11
12
+ Version v17.8.0 (released 2025-01-15)
13
+
14
+ - organizations: updated knownOrganizations to use id
15
+ - notifications: add comment notification for record and membership
16
+
12
17
Version v17.7.1 (released 2024-12-13)
13
18
14
19
- schema: skip unknown fields when loading organizations
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
3
# This file is part of Invenio.
4
- # Copyright (C) 2016-2024 CERN.
4
+ # Copyright (C) 2016-2025 CERN.
5
5
#
6
6
# Invenio is free software; you can redistribute it and/or modify it
7
7
# under the terms of the MIT License; see LICENSE file for more details.
11
11
from .ext import InvenioCommunities
12
12
from .proxies import current_communities
13
13
14
- __version__ = "17.7.1 "
14
+ __version__ = "17.8.0 "
15
15
16
16
__all__ = ("InvenioCommunities" , "current_communities" )
Original file line number Diff line number Diff line change 1
1
/*
2
2
* This file is part of Invenio.
3
- * Copyright (C) 2016-2024 CERN.
3
+ * Copyright (C) 2016-2025 CERN.
4
4
* Copyright (C) 2021-2022 Northwestern University.
5
5
*
6
6
* Invenio is free software; you can redistribute it and/or modify it
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
3
# Copyright (C) 2022 Northwestern University.
4
- # Copyright (C) 2022 CERN.
4
+ # Copyright (C) 2022-2025 CERN.
5
5
# Copyright (C) 2023 Graz University of Technology.
6
6
#
7
7
# Invenio-Communities is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2024 CERN.
3
+ # Copyright (C) 2024-2025 CERN.
4
4
# Copyright (C) 2023 Graz University of Technology.
5
5
#
6
6
# Invenio-Communities is free software; you can redistribute it and/or modify
You can’t perform that action at this time.
0 commit comments