From 6488840c8975bc1ef8c20147bc2e7220fbf23814 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Thu, 26 Aug 2021 20:52:07 +0000 Subject: [PATCH 1/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0583be4..fbee1cc 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Web publication system for universities, galleries, libraries, archives, and museums -**Shipped version:** 3.0.2~ynh1 +**Shipped version:** 3.1.0~ynh1 **Demo:** https://omeka.org/s/download/#sandbox diff --git a/README_fr.md b/README_fr.md index ae5f2ed..ef549d2 100755 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Système de publication Web pour les universités, les galeries, les bibliothèques, les archives et les musées -**Version incluse :** 3.0.2~ynh1 +**Version incluse :** 3.1.0~ynh1 **Démo :** https://omeka.org/s/download/#sandbox From d2124b6d2836afadc3e1d892aee35b9fef0dd80a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 26 Aug 2021 22:52:17 +0200 Subject: [PATCH 2/4] 3.1.0 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index e9b619e..2d0fee8 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/omeka/omeka-s/releases/download/v3.0.2/omeka-s-3.0.2.zip -SOURCE_SUM=66712be40cb302250c7a745bce61334b1c549f0fbc5f48737763c08ad66e1adc +SOURCE_URL=https://github.com/omeka/omeka-s/releases/download/v3.1.0/omeka-s-3.1.0.zip +SOURCE_SUM=f0af24dceb9d7b4ebbd88dc15825f7bbe041d6ac433533d51f4bbecb94b67a16 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 8687af1..8552252 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web publication system for universities, galleries, libraries, archives, and museums", "fr": "Système de publication Web pour les universités, les galeries, les bibliothèques, les archives et les musées" }, - "version": "3.0.2~ynh1", + "version": "3.1.0~ynh1", "url": "https://omeka.org/", "upstream": { "license": "AGPL-3.0-only", From 384b81942f145ad5bfca5b83c9a7db663d404327 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 27 Aug 2021 08:52:01 +0200 Subject: [PATCH 3/4] Fix --- check_process | 7 ++++--- doc/DESCRIPTION.md | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 doc/DESCRIPTION.md diff --git a/check_process b/check_process index ac78f5c..48f4f2e 100755 --- a/check_process +++ b/check_process @@ -14,7 +14,8 @@ setup_private=1 setup_public=1 upgrade=1 - #upgrade=1 from_commit=CommitHash + #3.0.2 + upgrade=1 from_commit=894f1eb9a0a598ce2d91ba896646f67195e1b6a5 backup_restore=1 multi_instance=1 change_url=1 @@ -22,6 +23,6 @@ Email= Notification=none ;;; Upgrade options - ; commit=CommitHash - name=Name and date of the commit. + ; commit=894f1eb9a0a598ce2d91ba896646f67195e1b6a5 + name=3.0.2 manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..5b246c8 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1 @@ +Omeka S is a web publication system for universities, galleries, libraries, archives, and museums. It consists of a local network of independently curated exhibits sharing a collaboratively built pool of items, media, and their metadata. \ No newline at end of file From 9358dca1f09039ab9ee6d9361dad221000f8b2fd Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Fri, 27 Aug 2021 06:52:19 +0000 Subject: [PATCH 4/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbee1cc..911741f 100755 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Web publication system for universities, galleries, libraries, archives, and museums +Omeka S is a web publication system for universities, galleries, libraries, archives, and museums. It consists of a local network of independently curated exhibits sharing a collaboratively built pool of items, media, and their metadata. **Shipped version:** 3.1.0~ynh1 diff --git a/README_fr.md b/README_fr.md index ef549d2..a635aeb 100755 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble -Système de publication Web pour les universités, les galeries, les bibliothèques, les archives et les musées +Omeka S is a web publication system for universities, galleries, libraries, archives, and museums. It consists of a local network of independently curated exhibits sharing a collaboratively built pool of items, media, and their metadata. **Version incluse :** 3.1.0~ynh1