From a251888ad4c3c8ac7b07c1468dc9719cc92e27ef Mon Sep 17 00:00:00 2001 From: Mike Lynch Date: Tue, 7 Apr 2026 11:02:00 +1000 Subject: [PATCH 1/9] Added CSSEditor module to distribution.json --- distribution.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/distribution.json b/distribution.json index 46f63b7..3994ea9 100644 --- a/distribution.json +++ b/distribution.json @@ -14,6 +14,11 @@ "url": "https://github.com/Daniel-KM/Omeka-s-module-CustomOntology/releases/download/3.4.6/CustomOntology-3.4.6.zip", "version": "3.4.6" }, + { + "name": "CSSEditor", + "url": "https://github.com/omeka-s-modules/CSSEditor/releases/download/v1.3.1/CSSEditor-1.3.1.zip", + "version": "1.3.1", + }, { "name": "CSVImport", "url": "https://github.com/omeka-s-modules/CSVImport/releases/download/v2.6.2/CSVImport-2.6.2.zip", From 06e837f3b292731ad23530dc3a3b76a2313428ae Mon Sep 17 00:00:00 2001 From: Mike Lynch Date: Tue, 7 Apr 2026 11:13:31 +1000 Subject: [PATCH 2/9] Fixed json typo :) --- distribution.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution.json b/distribution.json index 3994ea9..4d14ee8 100644 --- a/distribution.json +++ b/distribution.json @@ -17,7 +17,7 @@ { "name": "CSSEditor", "url": "https://github.com/omeka-s-modules/CSSEditor/releases/download/v1.3.1/CSSEditor-1.3.1.zip", - "version": "1.3.1", + "version": "1.3.1" }, { "name": "CSVImport", From 5b5908515d3b5a46cff18c2c7a79e8eaba25cb4d Mon Sep 17 00:00:00 2001 From: Mike Lynch Date: Tue, 7 Apr 2026 16:53:24 +1000 Subject: [PATCH 3/9] Updated distribution to point at SIH fork of mapping module --- distribution.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution.json b/distribution.json index 4d14ee8..9e0f3fd 100644 --- a/distribution.json +++ b/distribution.json @@ -61,8 +61,8 @@ }, { "name": "Mapping", - "url": "https://github.com/Systemik-Solutions/OmekaS-MappingExtensions/releases/download/v1.0.0/MappingExtensions-1.0.0.zip", - "version": "1.0.0" + "url": "https://github.com/Sydney-Informatics-Hub/OmekaS-MappingExtensions/archive/refs/tags/0.1.1.zip", + "version": "0.1.1" } ], "themes": [ From 35390a4c4226c7a9a53754ea22f343238e0631e1 Mon Sep 17 00:00:00 2001 From: Mike Lynch Date: Wed, 8 Apr 2026 16:22:36 +1000 Subject: [PATCH 4/9] Removed Mapping from the distribution so I can add it manually --- distribution.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/distribution.json b/distribution.json index 9e0f3fd..f094741 100644 --- a/distribution.json +++ b/distribution.json @@ -58,11 +58,6 @@ "name": "GlycerineIIIFViewer", "url": "https://github.com/Systemik-Solutions/OmekaS-GlycerineViewer/releases/download/v1.0.0/GlycerineIIIFViewer-1.0.0.zip", "version": "1.0.0" - }, - { - "name": "Mapping", - "url": "https://github.com/Sydney-Informatics-Hub/OmekaS-MappingExtensions/archive/refs/tags/0.1.1.zip", - "version": "0.1.1" } ], "themes": [ From 27754d277c055c622236ad93db0b37cc427269e6 Mon Sep 17 00:00:00 2001 From: Mike Lynch Date: Tue, 23 Jun 2026 09:13:58 +1000 Subject: [PATCH 5/9] Updated mapping extensions and added image carousel --- distribution.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/distribution.json b/distribution.json index f094741..1a203a4 100644 --- a/distribution.json +++ b/distribution.json @@ -58,6 +58,16 @@ "name": "GlycerineIIIFViewer", "url": "https://github.com/Systemik-Solutions/OmekaS-GlycerineViewer/releases/download/v1.0.0/GlycerineIIIFViewer-1.0.0.zip", "version": "1.0.0" + }, + { + "name": "ItemCarouselBlock" + "url": "https://github.com/omeka-s-modules/ItemCarouselBlock/releases/download/v1.4.1/ItemCarouselBlock-1.4.1.zip" + "version": "1.4.1" + }, + { + "name": "MappingExtensions", + "url": "https://github.com/Systemik-Solutions/OmekaS-MappingExtensions/releases/download/v1.0.0/MappingExtensions-1.0.0.zip", + "version": "1.0.1" } ], "themes": [ From 5da507d8e6e5c38837df0c03705a74708365aa0e Mon Sep 17 00:00:00 2001 From: Mike Lynch Date: Tue, 23 Jun 2026 09:25:50 +1000 Subject: [PATCH 6/9] JSON typos... --- distribution.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution.json b/distribution.json index 1a203a4..063a4c1 100644 --- a/distribution.json +++ b/distribution.json @@ -60,8 +60,8 @@ "version": "1.0.0" }, { - "name": "ItemCarouselBlock" - "url": "https://github.com/omeka-s-modules/ItemCarouselBlock/releases/download/v1.4.1/ItemCarouselBlock-1.4.1.zip" + "name": "ItemCarouselBlock", + "url": "https://github.com/omeka-s-modules/ItemCarouselBlock/releases/download/v1.4.1/ItemCarouselBlock-1.4.1.zip", "version": "1.4.1" }, { From d863dae59db1974cc65d766d125276446538852e Mon Sep 17 00:00:00 2001 From: Mike Lynch Date: Wed, 24 Jun 2026 09:06:13 +1000 Subject: [PATCH 7/9] Fixed typo in version number and added carousel --- distribution.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/distribution.json b/distribution.json index 063a4c1..4ba648f 100644 --- a/distribution.json +++ b/distribution.json @@ -59,16 +59,15 @@ "url": "https://github.com/Systemik-Solutions/OmekaS-GlycerineViewer/releases/download/v1.0.0/GlycerineIIIFViewer-1.0.0.zip", "version": "1.0.0" }, + { + "name": "MappingExtensions", + "url": "https://github.com/Systemik-Solutions/OmekaS-MappingExtensions/releases/download/v1.0.1/MappingExtensions-1.0.1.zip", + "version": "1.0.1" + }, { "name": "ItemCarouselBlock", "url": "https://github.com/omeka-s-modules/ItemCarouselBlock/releases/download/v1.4.1/ItemCarouselBlock-1.4.1.zip", "version": "1.4.1" - }, - { - "name": "MappingExtensions", - "url": "https://github.com/Systemik-Solutions/OmekaS-MappingExtensions/releases/download/v1.0.0/MappingExtensions-1.0.0.zip", - "version": "1.0.1" - } ], "themes": [ { From 418fb9c14c1397a73ea02b272ecad5eb4522130b Mon Sep 17 00:00:00 2001 From: Mike Lynch Date: Wed, 24 Jun 2026 09:10:23 +1000 Subject: [PATCH 8/9] JSON typo --- distribution.json | 1 + 1 file changed, 1 insertion(+) diff --git a/distribution.json b/distribution.json index 4ba648f..09cbcef 100644 --- a/distribution.json +++ b/distribution.json @@ -68,6 +68,7 @@ "name": "ItemCarouselBlock", "url": "https://github.com/omeka-s-modules/ItemCarouselBlock/releases/download/v1.4.1/ItemCarouselBlock-1.4.1.zip", "version": "1.4.1" + } ], "themes": [ { From 0d325d6efe1d30d7f3abe74f332875ca3f431da0 Mon Sep 17 00:00:00 2001 From: Mike Lynch Date: Wed, 8 Jul 2026 17:07:02 +1000 Subject: [PATCH 9/9] Updated MappingExtensions to v1.1.1 --- distribution.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution.json b/distribution.json index 09cbcef..247ad6c 100644 --- a/distribution.json +++ b/distribution.json @@ -61,8 +61,8 @@ }, { "name": "MappingExtensions", - "url": "https://github.com/Systemik-Solutions/OmekaS-MappingExtensions/releases/download/v1.0.1/MappingExtensions-1.0.1.zip", - "version": "1.0.1" + "url": "https://github.com/Systemik-Solutions/OmekaS-MappingExtensions/releases/download/v1.1.1/MappingExtensions-1.1.1.zip", + "version": "1.1.1" }, { "name": "ItemCarouselBlock",