Kitodo.Presentation 5.0.1
Bugfix Release
This release contains only bugfixes and refactoring for code maintenance. Please open and save extension configuration once after updating!
What's Changed
- [BUGFIX] Add
languageUid
toindex_name
to make it unique for structures too by @csidirop in #1211 - [BUGFIX] Fix versions in
ext_emconf.php
by @beatrycze-volk in #1214 - [BUGFIX] Restore usage of DataHandler by @beatrycze-volk in #1212
- [MAINTENANCE] Replace Sphinx with new Typo3 documentation variant by @markusweigelt in #1213
- [BUGFIX] Fix cache assignment in
ext_localconf.php
for arrays by @beatrycze-volk in #1216 - [MAINTENANCE] Use nested extension configuration by @beatrycze-volk in #1150
- [MAINTENANCE] Update GitHub workflows by @sebastian-meyer in #1217
- [MAINTENANCE] Run workflows on 5.x branch by @sebastian-meyer in #1218
- [BUGFIX] Fix assignment of
storagePid
and streamlineinitializeRepositories
inBaseCommand
by @beatrycze-volk in #1219 - [MAINTENANCE] Adjust compability with PHP 8 for XML loading by @beatrycze-volk in #1223
- [BUGFIX] Return in
SearchController
if no search parameters exist by @beatrycze-volk in #1221 - [BUGFIX] Fix access to non existent key in array by @beatrycze-volk in #1222
- [BUGFIX] Remove
uid
from serialization by @beatrycze-volk in #1224 - [BUGFIX] Assign snippets only if they exists for given id by @beatrycze-volk #1225
- [MAINTENANCE] Adjust reading of page uid in controller by @beatrycze-volk in #1220
- [BUGFIX] Fix warning for undefined array key page by @beatrycze-volk in #1226
- [BUGFIX] Fix warnings for undefined array keys in
Mods
class by @beatrycze-volk in #1227 - [BUGFIX] Fix warnings for undefined keys in
$settings
array by @beatrycze-volk in #1228 - [BUGFIX] Return null in case when there is no file info for id by @beatrycze-volk in #1229
- [BUGFIX] Fix usage of
$this->settings['basketButton']
by @beatrycze-volk in #1230 - [BUGFIX] Assign document only if there is document for given id by @beatrycze-volk in #1232
- [BUGFIX] Safely get the next and previous page numbers by @beatrycze-volk in #1233
- [BUGFIX] Check if core exists in registry array by @beatrycze-volk in #1234
- [BUGFIX] Fix checking if file group exists by @beatrycze-volk in #1235
- [BUGFIX] Fix check if fulltext file group exists in
ToolboxController
by @beatrycze-volk in #1237 - [BUGFIX] Fix reading
storagePid
fromsettings
array by @beatrycze-volk in #1238 - [BUGFIX] Adjust reindexing command in given range by @beatrycze-volk in #1240
- [BUGFIX] Fix configuration for
forceAbsoluteUrl
property by @beatrycze-volk in #1239 - [BUGFIX] Correctly check if
storagePid
key exists in array by @beatrycze-volk in #1241 - [BUGFIX] Use empty array if wrap for given property doesn't exists by @beatrycze-volk in #1236
New Contributors
- @markusweigelt made their first contribution in #1213
Full Changelog: v5.0.0...v5.0.1