diff --git a/CHANGELOG.biblibre.md b/CHANGELOG.biblibre.md index 210607d..8567b97 100644 --- a/CHANGELOG.biblibre.md +++ b/CHANGELOG.biblibre.md @@ -1,7 +1,12 @@ # Changelog +## [3.4.34+biblibre.2] - 2024-11-22 + +Use Omeka's file store to be compatible with modules like AnyCloud + ## [3.4.34+biblibre.1] - 2024-11-22 - Remove dependency on Log module +[3.4.34+biblibre.2]: https://github.com/biblibre/omeka-s-module-BulkExport/releases/tag/v3.4.34+biblibre.2 [3.4.34+biblibre.1]: https://github.com/biblibre/omeka-s-module-BulkExport/releases/tag/v3.4.34+biblibre.1 diff --git a/config/module.ini b/config/module.ini index 6cf0f2d..5128725 100644 --- a/config/module.ini +++ b/config/module.ini @@ -8,5 +8,5 @@ author_link = "https://gitlab.com/Daniel-KM" module_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-BulkExport" support_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-BulkExport/issues" configurable = false -version = "3.4.34+biblibre.1" +version = "3.4.34+biblibre.2" omeka_version_constraint = "^4.0.0"