Skip to content

Commit

Permalink
Released version 3.4.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berthereau authored and Daniel Berthereau committed Oct 28, 2024
1 parent a65329d commit 898f783
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.20"
version = "3.4.21"
omeka_version_constraint = "^4.0.0"
dependencies = "Common"
7 changes: 7 additions & 0 deletions data/scripts/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,3 +306,10 @@
);
$messenger->addSuccess($message);
}

if (version_compare($oldVersion, '3.4.21', '<')) {
$message = new PsrMessage(
'It is now possible to optimize assets for web.' // @translate
);
$messenger->addSuccess($message);
}

0 comments on commit 898f783

Please sign in to comment.