Skip to content

Commit 873ed80

Browse files
fix: Addressing changes requested from pr (#49)
1 parent ae13f23 commit 873ed80

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

code/web/release_notes/24.06.00.MD

+9-6
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,21 @@
22

33
## Aspen Discovery Updates
44
//mark
5-
6-
7-
- Added option for Explore More bar to be hidden (*AB*)
8-
- Added control over whether images avaialble from the API are used in a Summon Search or whether Aspen created covers only should be used - impacts load speed. (*AB*)
9-
- Limited Summon Search results to those within each libraries subscription. (*AB / JO*)
10-
- Added limit filters for Summon Search - search by whether record is scholarly and whether it is peer reviewed. (*AB / JO*)
115
### Koha Updates
126
- When a user has opted out of auto-renewal, do not show auto-renewal message even if the title is otherwise eligible for auto-renewal. (Ticket 131789) (*MDN*)
137

148
### Sierra Updates
159
- When linking to ILS course reserves, use the Vendor Opac Url in the Account Profile rather than the URL in config.ini. (Ticket 131388) (*MDN*)
1610

11+
//alexander
12+
### New Settings
13+
- Added option for Explore More bar to be hidden. Theme & Layout > Layout Settings(*AB*)
14+
- Added control over whether images avaialble from the API are used in a Summon Search or whether Aspen created covers only should be used - impacts load speed. Primary Configuration > Library Systems(*AB*)
15+
16+
### Summon Updates
17+
- Limited Summon Search results to those within each libraries subscription. (*AB / JO*)
18+
- Added limit filters for Summon Search - search by whether record is scholarly and whether it is peer reviewed. (*AB / JO*)
19+
1720
//kirstien
1821

1922
//kodi

code/web/sys/DBMaintenance/version_updates/24.05.00.php

+2
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ function getUpdates24_05_00(): array {
123123
'ALTER TABLE javascript_snippets ADD COLUMN containsAnalyticsCookies TINYINT(1)'
124124
]
125125
], //Snippet_Contains_Marketing_Cookies
126+
127+
126128
];
127129
}
128130

0 commit comments

Comments
 (0)