From bb32bdedd7530a809dafbf0ffe09c97861d3610c Mon Sep 17 00:00:00 2001 From: Daniel Berthereau Date: Mon, 4 Nov 2019 00:00:00 +0100 Subject: [PATCH] Made compatible with Omeka 2. --- config/module.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/module.ini b/config/module.ini index 2981d17..cc0ea35 100644 --- a/config/module.ini +++ b/config/module.ini @@ -8,5 +8,5 @@ author_link = "https://github.com/Daniel-KM" module_link = "https://github.com/Daniel-KM/Omeka-S-module-Ebook" support_link = "https://github.com/Daniel-KM/Omeka-S-module-Ebook/issues" configurable = true -version = "3.0.4" -omeka_version_constraint = "^1.3.0" +version = "3.0.5" +omeka_version_constraint = "^1.3.0 || ^2.0.0"