Skip to content

Commit

Permalink
Released version 3.15.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berthereau authored and Daniel Berthereau committed Apr 29, 2024
1 parent d6de6a8 commit 6154c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 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-ArchiveRepertory"
support_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-ArchiveRepertory/-/issues"
configurable = true
version = "3.15.16"
version = "3.15.17"
omeka_version_constraint = "^3.0.0 || ^4.0.0"
1 change: 1 addition & 0 deletions data/scripts/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
$plugins = $services->get('ControllerPluginManager');
$api = $plugins->get('api');
$settings = $services->get('Omeka\Settings');
$translate = $plugins->get('translate');
$messenger = $plugins->get('messenger');

$localConfig = include dirname(__DIR__, 2) . '/config/module.config.php';
Expand Down

0 comments on commit 6154c7d

Please sign in to comment.