File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 77Changes
88=======
99
10+ Version 1.2.22 (released 2022-02-23)
11+
12+ - Pin itsdangerous
13+ - Increase max authors able to be edited in the document editor
14+ - Fixing `et al. ` display across the system
15+
16+
1017Version 1.2.20 (released 2022-02-01)
1118
1219- fix wrong search guide link
@@ -74,6 +81,3 @@ Version 1.2.10 (released 2021-11-16)
7481 - Backend raises exception when wrong provider is chosen
7582 - Statistics segment does not appear in 2 rows with large numbers anymore
7683- Overdue loans can now also be bulk extended
77-
78-
79-
Original file line number Diff line number Diff line change 1111and parsed by ``setup.py``.
1212"""
1313
14- __version__ = "1.2.21 "
14+ __version__ = "1.2.22 "
Original file line number Diff line number Diff line change 1- REACT_APP_UI_ILS_VERSION = 1.0.0-alpha.63
2- REACT_APP_INVENIO_VERSION = 1.0.0a59
1+ REACT_APP_UI_ILS_VERSION = 1.0.0-alpha.65
2+ REACT_APP_INVENIO_VERSION = 1.0.0a61
33REACT_APP_INVENIO_UI_URL = https://127.0.0.1:5000
44REACT_APP_INVENIO_REST_ENDPOINTS_BASE_URL = https://127.0.0.1:5000/api
5- REACT_APP_OVERLAY_VERSION = 1.2.21
5+ REACT_APP_OVERLAY_VERSION = 1.2.22
66REACT_APP_ENV_NAME = dev
77REACT_APP_INVENIO_PIWIK_ID = undefined
88REACT_APP_INVENIO_MATOMO_ID = undefined
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ export const config = {
140140 } ,
141141 } ,
142142 authors : {
143- maxEditable : 20 ,
143+ maxEditable : 30 ,
144144 } ,
145145 } ,
146146 ILL_BORROWING_REQUESTS : {
You can’t perform that action at this time.
0 commit comments