Skip to content

Commit

Permalink
Released version 3.4.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berthereau authored and Daniel Berthereau committed Feb 26, 2024
1 parent 2b2002e commit 612e8a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ public function upgrade($oldVersion, $newVersion, ServiceLocatorInterface $servi
'It is now possible to store multiple extracted files and medias, for example one for quick search and another one to display transcription.' // @translate
);
$messenger->addSuccess($message);

$message = new Message(
'In order to manage multiple derivative files and to avoid collisions with native files, the names of the file were updated. You should remove all existing created files (via search media by media type then delete) then recreate them all (via the job in config form).' // @translate
);
$messenger->addWarning($message);
}

$this->allowFileFormats();
Expand Down
2 changes: 1 addition & 1 deletion config/module.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ author = "bubdxm, completed by Daniel Berthereau"
author_link = "https://github.com/symac"
module_link = "http://github.com/bubdxm/Omeka-S-module-ExtractOcr"
configurable = true
version = "3.4.6"
version = "3.4.7"
omeka_version_constraint = "^3.0.0 || ^4.0.0"

0 comments on commit 612e8a3

Please sign in to comment.