Skip to content

Commit

Permalink
Released version 3.4.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berthereau authored and Daniel Berthereau committed Aug 28, 2023
1 parent 7a26eec commit b488cc9
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 @@ -9,6 +9,6 @@ author_link = "https://gitlab.com/Daniel-KM"
module_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-EasyAdmin"
support_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-EasyAdmin/-/issues"
configurable = false
version = "3.4.12"
version = "3.4.13"
omeka_version_constraint = "^3.1.0 || ^4.0.0"
dependencies = "Log"
7 changes: 7 additions & 0 deletions data/scripts/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,10 @@
$session->lastBrowsePage = [];
$session->lastQuery = [];
}

if (version_compare($oldVersion, '3.4.13', '<')) {
$message = new Message(
'The script for tasks was updated and option `--job` is now passed by default. Check your cron tasks if you use it.' // @translate
);
$messenger->addSuccess($message);
}

0 comments on commit b488cc9

Please sign in to comment.