Skip to content

Commit 5c7f4d1

Browse files
committed
Update release notes
1 parent ddef445 commit 5c7f4d1

File tree

2 files changed

+43
-28
lines changed

2 files changed

+43
-28
lines changed

code/web/release_notes/24.04.00.MD

+42-27
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,25 @@
1212
- Added a Permissions Dashboard screen to view what's enabled/disabled and how to update the status. (*KK*)
1313

1414
## Aspen Discovery Updates
15-
// mark
16-
### Axis 360 Updates
17-
- Allow scoping of Axis 360 titles by audience. (*MDN*)
15+
### Boundless Updates
16+
- Allow scoping of Boundless titles by audience. (*MDN*)
17+
18+
<div markdown="1" class="settings">
19+
20+
#### New Settings
21+
- Boundless > Settings > Scopes > Include Adult
22+
- Boundless > Settings > Scopes > Include Teen
23+
- Boundless > Settings > Scopes > Include Kids
24+
</div>
25+
26+
### Carl.X Updates
27+
- Updated self registration to be more generic (Ticket 127443) (*KL*)
28+
29+
<div markdown="1" class="settings">
30+
31+
#### New Settings
32+
- Primary Configuration > Libraries > ILS/Account Integration > Self Registration > Institution Code
33+
</div>
1834

1935
### Evergreen Updates
2036
- When updating from unapi, check the holdable attribute for the copy and if it is set to false set the subfield x to unholdable. (Ticket 126257) (*MDN*)
@@ -27,6 +43,8 @@
2743
- Do not use the 500 field to index Blu-ray/DVD and 4k/Blu-ray combo packs. (*MDN*)
2844

2945
### Koha Updates
46+
- For Messaging Settings, allow selecting Digest checkbox for Holds Filled as part of Koha 23.11. (*KK*)
47+
- For Self-Check with Aspen LiDA libraries using Koha 23.11 or newer, we will use the Checkout API endpoint instead of SIP. (*KK*)
3048
- When displaying libraries for self registration, sort by main library first and then alphabetically by name. (*MDN*)
3149

3250
### Marc holdings updates
@@ -38,13 +56,34 @@
3856
- Reduce the update interval for Palace Project Collections that do not have circulation. (*MDN*)
3957
- Allow scoping of Palace Project titles by audience. (*MDN*)
4058

59+
<div markdown="1" class="settings">
60+
61+
#### New Settings
62+
- Palace Project > Settings > Collections
63+
- Palace Project > Settings > Scopes > Include Adult
64+
- Palace Project > Settings > Scopes > Include Teen
65+
- Palace Project > Settings > Scopes > Include Kids
66+
</div>
67+
4168
### Search Updates
4269
- When determining the active search location, match the rules for determining scope. First check the subdomain against the active subdomain and then check the location code but only if the subdomain is blank. (Ticket 128603) (*MDN*)
4370

71+
### Self-Check Updates
72+
- Added settings to define where a checkout should be assigned to.
73+
74+
<div markdown="1" class="settings">
75+
76+
#### New Settings
77+
- Aspen LiDA > Self-Check Settings > Assign Checkouts To
78+
</div>
79+
4480
### Sierra Updates
4581
- Update Sierra Export to handle MARC holdings that do not have a MARC tag associated with them. (Ticket 124256) (*MDN*)
4682
- Fix loading location for additional copies. (Ticket 124256) (*MDN*)
4783

84+
### Springshare LibCal Updates
85+
- Fixed issue with display information for Springshare LibCal events with no 'campus' location (*KL*)
86+
4887
### Theme Updates
4988
- Replace Arial font with Arimo font. (Ticket 129721) (*MDN*)
5089

@@ -58,30 +97,6 @@
5897
### Other Updates
5998
- Fix descriptions for some items within the admin dashboard. (Ticket 129700) (*MDN*)
6099
- Display total holds placed in the ILS Dashboard. (*MDN*)
61-
62-
// kirstien
63-
### Koha Updates
64-
- For Messaging Settings, allow selecting Digest checkbox for Holds Filled as part of Koha 23.11. (*KK*)
65-
- For Self-Check with Aspen LiDA libraries using Koha 23.11 or newer, we will use the Checkout API endpoint instead of SIP. (*KK*)
66-
67-
### Self-Check Updates
68-
- Added settings to define where a checkout should be assigned to.
69-
70-
<div markdown="1" class="settings">
71-
72-
#### New Settings
73-
- Aspen LiDA > Self-Check Settings > Assign Checkouts To
74-
</div>
75-
76-
// kodi
77-
### carlX Updates
78-
- Updated self registration to be more generic (Ticket 127443) (*KL*)
79-
80-
### Springshare LibCal Updates
81-
- Fixed issue with display information for Springshare LibCal events with no 'campus' location (*KL*)
82-
83-
// other
84-
### Other Updates
85100
- Update to automatically push docker images to dockerhub and quay on commits. (*KH*)
86101

87102
## This release includes code contributions from

code/web/sys/LibraryLocation/Library.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2388,7 +2388,7 @@ static function getObjectStructure($context = ''): array {
23882388
'property' => 'institutionCode',
23892389
'type' => 'text',
23902390
'label' => 'Institution Code',
2391-
'description' => 'The institution code for self registration (CarlX Only).',
2391+
'description' => 'The institution code for self registration (Carl.X Only).',
23922392
'hideInLists' => true,
23932393
'default' => '',
23942394
],

0 commit comments

Comments
 (0)