Skip to content

Commit

Permalink
Released version 3.17.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berthereau authored and Daniel Berthereau committed Mar 25, 2024
1 parent 83b00a9 commit b25e4c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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-CleanUrl"
support_link = "https://gitlab.com/Daniel-KM/omeka-s-module-CleanUrl/-/issues"
configurable = true
version = "3.17.7"
omeka_version_constraint = "^3.1.0 || ^4.0.0"
version = "3.17.8"
omeka_version_constraint = "^4.0.0"
3 changes: 2 additions & 1 deletion data/scripts/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @var \Omeka\Mvc\Controller\Plugin\Messenger $messenger
*/

@require dirname(__DIR__, 2) . '/config/cleanurl.config.php';
@require_once dirname(__DIR__, 2) . '/config/cleanurl.config.php';
$config = @require dirname(__DIR__, 2) . '/config/module.config.php';

$plugins = $services->get('ControllerPluginManager');
Expand Down Expand Up @@ -312,6 +312,7 @@
}
}

// TODO Use TraitModule.
$this->getConfig();
$this->cacheCleanData();
$this->cacheRouteSettings();

0 comments on commit b25e4c8

Please sign in to comment.