diff --git a/README.md b/README.md index 0583be4..911741f 100755 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ 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.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..a635aeb 100755 --- a/README_fr.md +++ b/README_fr.md @@ -11,9 +11,9 @@ 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.0.2~ynh1 +**Version incluse :** 3.1.0~ynh1 **Démo :** https://omeka.org/s/download/#sandbox 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/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/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 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",