Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Anything marked with [**BC**] is known to affect backward compatibility with pre
### Changed

- [**BC**] LIDO: XML handling changed to VuFindXml.
- [**BC**] Laminas Module Manager has been replaced with a simple custom module manager. The Module class of any custom module must now implement the \RecordManager\Base\ModuleManager\ModuleInterface interface. The initialize method can be left empty, but it must exist. The bootstrapping code has been moved from config/application.php to config/container.php.


## 3.0.0 - 2026-06-09
Expand Down
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
"php": ">=8.2.27",
"cash/lrucache": "1.0.0",
"guzzlehttp/guzzle": "7.15.2",
"laminas/laminas-mvc": "3.8.0",
"laminas/laminas-router": "3.18.0",
"laminas/laminas-servicemanager": "3.23.0",
"laminas/laminas-xml": "1.8.0",
"league/mime-type-detection": "1.16.0",
Expand Down
Loading
Loading