Kitodo.Presentation 5.0.2
Bugfix Release
This release contains only bugfixes and refactoring for code maintenance.
What's Changed
- [MAINTENANCE] Fix calling registerPlugin with vendor name by @beatrycze-volk in #1243
- [BUGFIX] Adjust setting of the default page by @beatrycze-volk in #1244
- [BUGFIX] Make any date manipulation only if at least one date parameter exists by @beatrycze-volk in #1245
- [BUGFIX] Check if collection key exists by @beatrycze-volk in #1246
- [MAINTENANCE] Adjust cache initialization for arrays by @beatrycze-volk in #1247
- [BUGFIX] Call
setPage()
inMetadataController
to avoid error caused by missing page parameter by @beatrycze-volk in #1249 - [BUGFIX] Fix check for empty metadata array by @beatrycze-volk in #1250
- [BUGFIX] Check if given array element is set and if its value is true by @beatrycze-volk in #1251
- [BUGFIX] Fix condition check for non existent
query
key by @beatrycze-volk in #1253 - [BUGFIX] Fix for potential security risk related to file include by @beatrycze-volk in #1261
- [BUGFIX] Check if language key exists in document metadata array by @beatrycze-volk in #1254
- [MAINTENANCE] Simplify usage of metadata sections by @beatrycze-volk in #1255
- [MAINTENANCE] Adjust variable names to match naming standards by @beatrycze-volk in #1256
- [MAINTENANCE] Get encryption key using configuration manager instead of global access by @beatrycze-volk in #1257
- [MAINTENANCE] Get options for hooks from local configuration instead of global access by @beatrycze-volk in #1258
- [MAINTENANCE] Remove unused functions from
Helper
class by @beatrycze-volk in #1260 - [BUGFIX] Fix params array for searching collections by @beatrycze-volk in #1262
- [BUGFIX] Fix
getEntry()
function inBasketController
by @beatrycze-volk in #1263 - [MAINTENANCE] Increase code readability in TableOfContents controller by @beatrycze-volk in #1265
- [MAINTENANCE] Adjustments and minor fixes in Hooks by @beatrycze-volk in #1266
- [MAINTENANCE] Split
magicGetPhysicalStructure()
function to increase readability by @beatrycze-volk in #1267
Full Changelog: v5.0.1...v5.0.2