Skip to content

v1.0.0

Compare
Choose a tag to compare
@zerocrates zerocrates released this 08 Nov 19:07
· 2221 commits to develop since this release

Omeka S 1.0.0 is here!

All modules and themes from the Omeka team have official releases synced with this one, so any users upgrading from RC1 or an older version should also upgrade any modules or themes as well.

The changes listed below refer to changes since the release candidate only.

Bugs Fixed

  • Various fixes to admin mobile style
  • Possible misleading exception on install (#1097, contributed by @Daniel-KM)
  • Possible toString error for Resource data types (#1092, contributed by @Daniel-KM)
  • CSRF error when importing resource templates (#1095)
  • Incorrect permissions for various actions (#1094, #1088, )
  • Incorrect Doctrine entity annotation (#1099, contributed by @Daniel-KM)
  • Importing vocabulary containing explicit blank rdfs:labels causes error (#1120)
  • Typo in resource adapter code (#1122, contributed by @Daniel-KM)

Improvements

  • Added "private" icon for item sets, media (#1076, contributed by @Daniel-KM)
  • Linked resource display improved to remove redundant information, paginate when there are many linked resources
  • API resource for showing available API resources
  • API now reports S version
  • New linkPretty representation method for outputting links to resources (including improvement to attribute support contributed by @Daniel-KM in #1115)
  • Vocabulary imports resulting in zero members imported now raise an error and don't import the empty vocabulary (#1124)
  • More development-only files excluded from zipped packages (#1079)
  • "file name" in site blocks replaced by "media title" (#1113)

Changes

  • Updated PHP, Javascript external dependencies