Skip to content

Commit

Permalink
Released version 3.3.14.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berthereau authored and Daniel Berthereau committed Mar 7, 2022
1 parent e849e9e commit eb8959a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/module.ini
Expand Up @@ -8,5 +8,5 @@ author_link = "https://gitlab.com/Daniel-KM"
module_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-BlockPlus"
support_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-BlockPlus/-/issues"
configurable = false
version = "3.3.14.1"
version = "3.3.14.2"
omeka_version_constraint = "^3.1.0"
4 changes: 4 additions & 0 deletions data/scripts/upgrade.php
Expand Up @@ -240,3 +240,7 @@
if (version_compare($oldVersion, '3.3.14.1', '<')) {
require_once __DIR__ . '/upgrade_vocabulary.php';
}

if (version_compare($oldVersion, '3.3.14.2', '<')) {
require_once __DIR__ . '/upgrade_vocabulary.php';
}

0 comments on commit eb8959a

Please sign in to comment.