File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 10
10
Changes
11
11
=======
12
12
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
+
13
37
Version v19.0.0 (released 2025-06-03)
14
38
15
39
- setup: bump major dependencies
Original file line number Diff line number Diff line change 12
12
from .ext import InvenioCommunities
13
13
from .proxies import current_communities
14
14
15
- __version__ = "19.0 .0"
15
+ __version__ = "19.1 .0"
16
16
17
17
__all__ = ("InvenioCommunities" , "current_communities" )
You can’t perform that action at this time.
0 commit comments