Skip to content

Commit

Permalink
Released version 3.6.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berthereau authored and Daniel Berthereau committed Jul 1, 2024
1 parent cfae7a3 commit 5bddca1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/module.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ author_link = "https://gitlab.com/Daniel-KM"
module_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-IiifServer"
support_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-IiifServer/-/issues"
configurable = true
version = "3.6.20"
version = "3.6.21"
omeka_version_constraint = "^4.0.0"
5 changes: 5 additions & 0 deletions data/scripts/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,3 +395,8 @@
}
}
}

if (version_compare($oldVersion, '3.6.21', '<')) {
$this->messageCors();
$this->messageCache();
}

0 comments on commit 5bddca1

Please sign in to comment.