Here are the release notes for the most recent version of Islandora, as well as links to the appropriate Github repositories. Islandora is released twice a year. Rather than waiting for the release, some institutions prefer to run closer to the most recent code, where bugs might be fixed or new features added. If you encounter a bug in the release (there are always known issues), it's a good idea to review the Github repository for that module to see if a fix has been submitted. Islandora runs a continuous integration testing framework, which means that new code for Islandora is always tested before being merged. 

Do not mix and match different versions of modules.

Downloads

Essential Modules

Minimum Requirement

Documentation

Version

Download

Islandora Core

7.x-1.5

Download
Solution Pack Basic Collection

7.x-1.5

Download

Starter Kit

Documentation

Version

Download

Solution Pack Basic Image

7.x-1.5

Download
Solution Pack PDF

7.x-1.5

Download

Enhancement Modules

Solution Packs

Documentation

Version

Download

Solution Pack Audio

7.x-1.5

Download
Solution Pack Book

7.x-1.5

Download
Solution Pack Compound7.x-1.5Download
Solution Pack Disk Image7.x-1.5Download
Solution Pack Entities7.x-1.5Download
Solution Pack Large Image

7.x-1.5

Download
Solution Pack Newspaper7.x-1.5Download
Solution Pack Video

7.x-1.5

Download

Solution Pack Web ARChive 7.x-1.5Download

Tools & Dependencies

Documentation

Version

Download

Islandora BagIt7.x-1.5

Download

Islandora Batch7.x-1.5Download

Islandora Bookmark

7.x-1.5

Download
Islandora Book Batch7.x-1.5Download
Islandora Checksum7.x-1.5Download
Islandora Checksum Checker7.x-1.5Download
Islandora FITS7.x-1.5Download
Islandora Image Annotation7.x-1.5Download

Islandora Internet Archive Book Viewer

7.x-1.5Download

Islandora Importer

7.x-1.5

Download

Islandora JWPlayer

7.x-1.5

Download

Islandora MARCXML

7.x-1.5

Download

Islandora OAI

7.x-1.5

Download

Islandora OCR

7.x-1.5

Download

Islandora OpenSeadragon

7.x-1.5

Download

Islandora Paged Content

7.x-1.5

Download
Islandora Pathauto7.x-1.5Download
Islandora PDF.js7.x-1.5Download
Islandora PREMIS7.x-1.5Download
Islandora Simple Workflow7.x-1.5Download
Islandora Video.js7.x-1.5Download
Islandora XACML Editor7.x-1.5Download
Islandora XML Sitemap7.x-1.5Download
Islandora XML Forms7.x-1.5Download

Search

Documentation

Version

Download

Islandora Solr Metadata7.x-1.5Download
Islandora Solr Facet Pages7.x-1.5Download
Islandora Solr Views7.x-1.5Download

Islandora Solr Search

7.x-1.5

Download

Islandora Scholar

DocumentationVersionDownload
Islandora Scholar7.x-1.5Download

Other Requirements

Documentation

Version

Download

Drupal Filter

7.x-1.5

Github

Objective Forms

7.x-1.5

Download

PHP Lib7.x-1.5Download
Tuque1.5Download

Release Notes

New Modules

Islandora Solution Pack Disk Image

Adds all required Fedora objects to allow users to ingest and retrieve disk images through the Islandora interface.

Islandora Solution Pack Entities

This module is for adding support for entities (person, place, event, organization) to Islandora.

Islandora Pathauto

Exposes Islandora objects to the alias-creating tools of Pathauto.

Islandora PDF.js

An Islandora viewer module using Mozilla PDF.js.

Supported Versions

Islandora has been tested with the following versions of major dependencies:

Improvements

The following improvements have been documented in the 7.x-1.5 release.

Bug Fixes

The following bugs have been fixed and tested.

Code and Documentation Tasks

The following code tasks and documentation tasks were completed for the 7.x-1.5 release.

Known Issues

The following issues are known to still be active in the 7.x-1.5 release.

Deprecated

The following functions, constants, and variables are in 7.x-1.5, but will be removed from 7.x very soon!

Functions

Islandora Image Annotation

Constants

N/A

Variables

 $islandora_object['DC']

$ grep -R --color -n "islandora_object\['DC'\]" .
./islandora/theme/theme.inc:140:  if (isset($islandora_object['DC']) && islandora_datastream_access(ISLANDORA_VIEW_OBJECTS, $islandora_object['DC'])) {
./islandora/theme/theme.inc:141:    $dc_object = DublinCore::importFromXMLString($islandora_object['DC']->content);
./islandora/theme/theme.inc:461:  if (islandora_datastream_access(ISLANDORA_VIEW_OBJECTS, $islandora_object['DC'])) {
./islandora/theme/theme.inc:463:      $dc = $islandora_object['DC']->content;
./islandora/theme/theme.inc:478:  if (islandora_datastream_access(ISLANDORA_VIEW_OBJECTS, $islandora_object['DC'])) {
./islandora/theme/theme.inc:480:      $dc = $islandora_object['DC']->content;
./islandora/islandora.module:1127:    $dc = $islandora_object['DC']->content;
./islandora_solution_pack_large_image/islandora_large_image.module:171:  if (isset($islandora_object['DC']) && islandora_datastream_access(ISLANDORA_VIEW_OBJECTS, $islandora_object['DC'])) {
./islandora_solution_pack_large_image/islandora_large_image.module:173:      $dc = $islandora_object['DC']->content;
./islandora_solution_pack_audio/islandora_audio.module:140:    if (isset($islandora_object['DC']) && islandora_datastream_access(ISLANDORA_VIEW_OBJECTS, $islandora_object['DC'])) {
./islandora_solution_pack_audio/islandora_audio.module:141:      $dc = $islandora_object['DC']->content;
./islandora_solution_pack_pdf/theme/theme.inc:29:    if (isset($islandora_object['DC']) && islandora_datastream_access(ISLANDORA_VIEW_OBJECTS, $islandora_object['DC'])) {
./islandora_solution_pack_pdf/theme/theme.inc:30:      $dc = $islandora_object['DC']->content;
./islandora_solution_pack_collection/theme/theme.inc:23:    $dc = $islandora_object['DC']->content;
./islandora_solution_pack_collection/theme/theme.inc:85:    $dc = $islandora_object['DC']->content;
./islandora_solution_pack_image/islandora_basic_image.module:128:  if (islandora_datastream_access(ISLANDORA_VIEW_OBJECTS, $islandora_object['DC'])) {
./islandora_solution_pack_image/islandora_basic_image.module:130:      $dc = $islandora_object['DC']->content;

Contacts

Google Developers Group: For support, feedback, and bug reports.

Google Users Group: For user-related issues and information.

Islandora.ca: for general information and updates about the project.

community@islandora.ca: for questions and comments.

License

Islandora operates under a GNU license.