Skip to content

Commit df1cedc

Browse files
committed
Update change log.
1 parent ac12aa3 commit df1cedc

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,60 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

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+
726
## [23.11.05] - 2024-05-16
827

928
### Fixed
1029

1130
- Fixed the check for maximum checkouts to work properly with Koha 23.11 changes (Koha bug 32496).
1231

32+
1333
## [23.11.04] - 2024-02-02
1434

1535
### Added
1636

1737
- Added support for patron message deletion.
1838

39+
1940
## [23.11.03] - 2024-01-31
2041

2142
### Added
2243

2344
- Added support for checking recalls in item availability.
2445

46+
2547
## [23.11.02] - 2024-01-01
2648

2749
### Fixed
2850

2951
- Fixed compatibility with Koha bug 29523.
3052

53+
3154
## [23.11.01] - 2023-10-27
3255

3356
### Fixed
3457

3558
- Fixed compatibility with Koha bug 29562. This caused an error if the decreaseLoanHighHolds syspref was enabled.
3659

60+
3761
## [23.11.00] - 2023-10-27
3862

3963
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.
4266

4367
- Updated for compatibility with patron activity tracking (bugs 32496 and 15504).
4468

69+
4570
## [23.05.07] - 2023-10-27
4671

4772
### Fixed
4873

4974
- Fixed compatibility with Koha bug 29562. This caused an error if the decreaseLoanHighHolds syspref was enabled.
5075

76+
5177
## [23.05.06] - 2023-10-10
5278

5379
### Changed
5480

5581
- auth/patrons/validation now uses Koha's checkpw method to ensure that all required checks are performed (and also adds support for LDAP etc.).
5682
- Successful patron validation using the auth/patrons/validation endpoint now updates the lastseen field using Koha's track_login_daily method.
5783

84+
5885
## [23.05.05] - 2023-10-10
5986

6087
### Fixed
6188

6289
- Fixed an error that occurred when checking for biblio holdability when the patron already had an item level hold for the biblio.
6390

91+
6492
## [23.05.04] - 2023-09-19
6593

6694
### Changed
6795

6896
- Added a query parameter that allows one to include found holds in the hold queue length.
6997

98+
7099
## [23.05.03] - 2023-09-18
71100

72101
### Fixed
73102

74103
- Hold queue length calculation now takes only non-found holds into account.
75104

105+
76106
## [23.05.02] - 2023-08-08
77107

78108
### Fixed
@@ -83,13 +113,15 @@ This is the first build in anticipation of Koha 23.11.
83113

84114
- Optimized biblio hold availability a tiny bit.
85115

116+
86117
## [23.05.01] - 2023-08-07
87118

88119
### Fixed
89120

90121
- Reading and updating of patron information required more permissions than necessary. delete_borrowers permission is no longer required.
91122
- hold_queue_length now always includes all holds regardless of whether a patron was specified.
92123

124+
93125
## [23.05.00] - 2023-05-29
94126

95127
This release bumps the required Koha version to 22.12. In practice a Koha build that contains commit ddc2906b is required.

0 commit comments

Comments
 (0)