Skip to content

Commit

Permalink
Released version 3.4.37.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berthereau authored and Daniel Berthereau committed Jan 27, 2025
1 parent 854e490 commit 32a5956
Show file tree
Hide file tree
Showing 2 changed files with 8 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-AdvancedResourceTemplate"
support_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-AdvancedResourceTemplate/-/issues"
configurable = false
version = "3.4.36"
version = "3.4.37"
omeka_version_constraint = "^4.0.0"
7 changes: 7 additions & 0 deletions data/scripts/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -623,3 +623,10 @@
$messenger->addWarning($message);
}
}

if (version_compare((string) $oldVersion, '3.4.37', '<')) {
$message = new PsrMessage(
'A new check can be done on the number of attached medias.' // @translate
);
$messenger->addSuccess($message);
}

0 comments on commit 32a5956

Please sign in to comment.