Skip to content

Commit

Permalink
Released version 3.4.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berthereau authored and Daniel Berthereau committed Sep 4, 2023
1 parent 4f8c456 commit f11ebee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.13"
version = "3.4.14"
omeka_version_constraint = "^3.1.0 || ^4.0.0"
dependencies = "Log"
2 changes: 1 addition & 1 deletion data/scripts/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,5 @@
$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);
$messenger->addWarning($message);
}

0 comments on commit f11ebee

Please sign in to comment.