Skip to content

Commit

Permalink
Released version 3.17.5 for Omeka S v3 and v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berthereau authored and Daniel Berthereau committed Mar 27, 2023
1 parent 1908308 commit 8cf1f6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
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-CleanUrl"
support_link = "https://gitlab.com/Daniel-KM/omeka-s-module-CleanUrl/-/issues"
configurable = true
version = "3.17.4.4"
version = "3.17.5"
omeka_version_constraint = "^3.1.0 || ^4.0.0"
11 changes: 3 additions & 8 deletions data/scripts/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -310,13 +310,8 @@
if (file_exists(OMEKA_PATH . '/config/clean_url.dynamic.old.php')) {
@unlink(OMEKA_PATH . '/config/clean_url.dynamic.old.php');
}

$this->cacheCleanData();
$this->cacheRouteSettings();
}

if (version_compare($oldVersion, '3.16.3.3', '<')) {
$this->getConfig();
$this->cacheCleanData();
$this->cacheRouteSettings();
}
$this->getConfig();
$this->cacheCleanData();
$this->cacheRouteSettings();

0 comments on commit 8cf1f6c

Please sign in to comment.