From 1906f01c753d5aa7108a60df2e42468a922470e9 Mon Sep 17 00:00:00 2001 From: Daniel Berthereau Date: Mon, 29 Oct 2018 00:00:00 +0100 Subject: [PATCH] Released version 2.4.7. --- README.md | 10 +++++----- plugin.ini | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fa41155e..32eb166e 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ Universal Viewer (plugin for Omeka) =================================== [Universal Viewer] is a plugin for [Omeka] that adds the [IIIF] specifications -in order to serve images like a simple [IIP Image] server, and the [UniversalViewer], -a unified online player for any file. It can display books, images, maps, audio, -movies, pdf, 3D, and anything else as long as the appropriate extension is -installed. Rotation, zoom, inside search, etc. may be managed too. Dynamic lists -of records may be used, for example for browse pages. +in order to serve images like a simple image server, similar to a basic [IIP Image], +and the [UniversalViewer], a unified online player for any file. It can display +books, images, maps, audio, movies, pdf, 3D, and anything else as long as the +appropriate extension is installed. Rotation, zoom, inside search, etc. may be +managed too. Dynamic lists of records may be used, for example for browse pages. The full specifications of the [International Image Interoperability Framework] standard are supported (level 2), so any widget that supports it can use it. diff --git a/plugin.ini b/plugin.ini index 0e1cc6b0..2d5d9524 100644 --- a/plugin.ini +++ b/plugin.ini @@ -5,8 +5,8 @@ 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.6" +version = "2.4.7" omeka_minimum_version = "2.2.2" -omeka_target_version = "2.6" +omeka_target_version = "2.6.1" optional_plugins = "OpenLayersZoom, CollectionTree, ArchiveRepertory, ExhibitBuilder" -tags = "viewer, book, digital library" +tags = "viewer, book, digital library, iiif server, iiif"