From 7b1cd14785610b88925efd4340329ebc69c1e278 Mon Sep 17 00:00:00 2001 From: Daniel Berthereau Date: Mon, 9 Jan 2023 00:00:00 +0000 Subject: [PATCH] Released version 3.4.38 for Omeka S v3 and v4. --- config/module.ini | 4 ++-- src/Mvc/Controller/Plugin/Bulk.php | 2 +- src/Mvc/Controller/Plugin/FindResourcesFromIdentifiers.php | 2 +- src/Mvc/Controller/Plugin/MetaMapperConfig.php | 2 +- src/Mvc/Controller/Plugin/ProcessXslt.php | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/module.ini b/config/module.ini index 8eba9b33..8277e7f1 100644 --- a/config/module.ini +++ b/config/module.ini @@ -8,6 +8,6 @@ author_link = "https://gitlab.com/Daniel-KM" module_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-BulkImport" support_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-BulkImport/-/issues" configurable = true -version = "3.3.38" -omeka_version_constraint = "^3.1.0" +version = "3.4.38" +omeka_version_constraint = "^3.1.0 || ^4.0.0" dependencies = "Log" diff --git a/src/Mvc/Controller/Plugin/Bulk.php b/src/Mvc/Controller/Plugin/Bulk.php index f71bf901..bef2795d 100644 --- a/src/Mvc/Controller/Plugin/Bulk.php +++ b/src/Mvc/Controller/Plugin/Bulk.php @@ -1,7 +1,7 @@