Skip to content

Commit

Permalink
Released version 2.5.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-KM committed Feb 17, 2019
1 parent 504676b commit bb4a12c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions UniversalViewerPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@ public function hookUpgrade($args)
}
delete_option('universalviewer_force_https');
}

if (version_compare($oldVersion, '2.5.8', '<')) {
set_option('universalviewer_manifest_media_metadata',
$this->_options['universalviewer_manifest_media_metadata']);
}
}

/**
Expand Down
2 changes: 1 addition & 1 deletion plugin.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Integrates the IIIF specifications, a simple IIP Image Server and
link = "https://github.com/Daniel-KM/Omeka-plugin-UniversalViewer"
support_link = "https://github.com/Daniel-KM/Omeka-plugin-UniversalViewer/issues"
license = "CeCILL v2.1"
version = "2.4.7"
version = "2.5.8"
omeka_minimum_version = "2.2.2"
omeka_target_version = "2.6.1"
optional_plugins = "OpenLayersZoom, CollectionTree, ArchiveRepertory, ExhibitBuilder"
Expand Down

0 comments on commit bb4a12c

Please sign in to comment.