You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,36 +4,60 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
+
Anything marked with [**BC**] is known to affect backward compatibility with previous versions.
8
+
9
+
## [23.11.06] - 2024-06-20
10
+
11
+
### Added
12
+
13
+
- Added support for updating patron messages to mark them messages read.
14
+
- Added support for querying only unread patron messages.
15
+
16
+
### Changed
17
+
18
+
-[**BC**] Suspended holds are no longer included in hold queue length calculation by default. Query parameter include_suspended_in_hold_queue=1 can be used in requests to include suspended holds.
19
+
20
+
### Fixed
21
+
22
+
- Patron category library limitations are now considered when retrieving possible hold pick up locations.
23
+
- Added mandatory plugin installation methods.
24
+
25
+
7
26
## [23.11.05] - 2024-05-16
8
27
9
28
### Fixed
10
29
11
30
- Fixed the check for maximum checkouts to work properly with Koha 23.11 changes (Koha bug 32496).
12
31
32
+
13
33
## [23.11.04] - 2024-02-02
14
34
15
35
### Added
16
36
17
37
- Added support for patron message deletion.
18
38
39
+
19
40
## [23.11.03] - 2024-01-31
20
41
21
42
### Added
22
43
23
44
- Added support for checking recalls in item availability.
24
45
46
+
25
47
## [23.11.02] - 2024-01-01
26
48
27
49
### Fixed
28
50
29
51
- Fixed compatibility with Koha bug 29523.
30
52
53
+
31
54
## [23.11.01] - 2023-10-27
32
55
33
56
### Fixed
34
57
35
58
- Fixed compatibility with Koha bug 29562. This caused an error if the decreaseLoanHighHolds syspref was enabled.
36
59
60
+
37
61
## [23.11.00] - 2023-10-27
38
62
39
63
This is the first build in anticipation of Koha 23.11.
@@ -42,37 +66,43 @@ This is the first build in anticipation of Koha 23.11.
42
66
43
67
- Updated for compatibility with patron activity tracking (bugs 32496 and 15504).
44
68
69
+
45
70
## [23.05.07] - 2023-10-27
46
71
47
72
### Fixed
48
73
49
74
- Fixed compatibility with Koha bug 29562. This caused an error if the decreaseLoanHighHolds syspref was enabled.
50
75
76
+
51
77
## [23.05.06] - 2023-10-10
52
78
53
79
### Changed
54
80
55
81
- auth/patrons/validation now uses Koha's checkpw method to ensure that all required checks are performed (and also adds support for LDAP etc.).
56
82
- Successful patron validation using the auth/patrons/validation endpoint now updates the lastseen field using Koha's track_login_daily method.
57
83
84
+
58
85
## [23.05.05] - 2023-10-10
59
86
60
87
### Fixed
61
88
62
89
- Fixed an error that occurred when checking for biblio holdability when the patron already had an item level hold for the biblio.
63
90
91
+
64
92
## [23.05.04] - 2023-09-19
65
93
66
94
### Changed
67
95
68
96
- Added a query parameter that allows one to include found holds in the hold queue length.
69
97
98
+
70
99
## [23.05.03] - 2023-09-18
71
100
72
101
### Fixed
73
102
74
103
- Hold queue length calculation now takes only non-found holds into account.
75
104
105
+
76
106
## [23.05.02] - 2023-08-08
77
107
78
108
### Fixed
@@ -83,13 +113,15 @@ This is the first build in anticipation of Koha 23.11.
83
113
84
114
- Optimized biblio hold availability a tiny bit.
85
115
116
+
86
117
## [23.05.01] - 2023-08-07
87
118
88
119
### Fixed
89
120
90
121
- Reading and updating of patron information required more permissions than necessary. delete_borrowers permission is no longer required.
91
122
- hold_queue_length now always includes all holds regardless of whether a patron was specified.
92
123
124
+
93
125
## [23.05.00] - 2023-05-29
94
126
95
127
This release bumps the required Koha version to 22.12. In practice a Koha build that contains commit ddc2906b is required.
0 commit comments