Skip to content

Commit 5f527cd

Browse files
committed
release: v19.1.0
1 parent 0385cb0 commit 5f527cd

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGES.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,30 @@
1010
Changes
1111
=======
1212

13+
Version v19.1.0 (released 2025-07-02)
14+
15+
- i18n: run js compile catalog
16+
- i18n: run js extract msgs
17+
- fix: update copyright information across multiple files
18+
- i18n: Replace Trans component with i18next.t for selected users message
19+
- fix: GroupTabPane
20+
- i18n: Simplify label rendering in Sort component
21+
- i18n: Remove unnecessary Trans components from member selection
22+
- i18n: MembersResult replace Trans component
23+
- i18n: InvitationsResults replace Trans components
24+
- i18n: DeleteCommunityModal replace Trans component
25+
- i18n: refactor compileCatalog script
26+
- i18n: force pull languages
27+
- i18n: extract py msgs
28+
- fix: internationalized additionLabel for community organizations picker field
29+
- translations: using localized strings for displaying active filters
30+
- fix: cancelled filter has incorrect string value 'cancel'
31+
- admin: remove flag to always show the admin panel
32+
- subcomunities: fix parent community ID referencing in request payload
33+
- translations: wrapped user facing strings into i18next
34+
- using translated string for displaying role
35+
- membership-request [#855]: disable button until feature fully merged [+]
36+
1337
Version v19.0.0 (released 2025-06-03)
1438

1539
- setup: bump major dependencies

invenio_communities/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
from .ext import InvenioCommunities
1313
from .proxies import current_communities
1414

15-
__version__ = "19.0.0"
15+
__version__ = "19.1.0"
1616

1717
__all__ = ("InvenioCommunities", "current_communities")

0 commit comments

Comments
 (0)