From baa761c374cc2e341726c9eb4f207c08cbf1f477 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 17 Nov 2020 22:22:32 +0100 Subject: [PATCH 1/4] Upgrade to 1.2.4 --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b6125dc..228cd40 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview Flow-based programming for the Internet of Things. -**Shipped version:** 1.2.3 +**Shipped version:** 1.2.4 ## Screenshots diff --git a/README_fr.md b/README_fr.md index d977608..ad83a1d 100644 --- 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 Programmation par flux de données pour l'Internet des objets. -**Version incluse :** 1.2.3 +**Version incluse :** 1.2.4 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index 7203522..15a2186 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/node-red/node-red/releases/download/1.2.3/node-red-1.2.3.zip -SOURCE_SUM=4DC8468E0B3F5D25E011CE131757F97713E6739E96F44541BD1E33891848D667 +SOURCE_URL=https://github.com/node-red/node-red/releases/download/1.2.4/node-red-1.2.4.zip +SOURCE_SUM=4F2533CE91AE446FECA7BAE16B9E11ED6211A093CA2569164F6B309EEA710409 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 98e3e34..bfcbb2f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Flow-based programming for the Internet of Things.", "fr": "Programmation par flux de données pour l'Internet des objets." }, - "version": "1.2.3~ynh1", + "version": "1.2.4~ynh1", "url": "https://nodered.org", "license": "Apache-2.0", "maintainer": { From 888d6f3b4ffe4a17aa3aa8c30b1746b7ff343a3b Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 17 Nov 2020 23:28:17 +0100 Subject: [PATCH 2/4] Still store is_public --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index b567f40..8fcbcb0 100755 --- a/scripts/install +++ b/scripts/install @@ -43,6 +43,7 @@ ynh_script_progression --message="Storing installation settings..." --weight=1 ynh_app_setting_set --app=$app --key=domain --value=$domain ynh_app_setting_set --app=$app --key=path --value=$path_url +ynh_app_setting_set --app=$app --key=is_public --value=$is_public #================================================= # STANDARD MODIFICATIONS From f8dc86531579535e64d9cfcb069efd4cc26e6899 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 18 Nov 2020 08:40:19 +0100 Subject: [PATCH 3/4] Upgrade to 1.2.5 --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 228cd40..951bef6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview Flow-based programming for the Internet of Things. -**Shipped version:** 1.2.4 +**Shipped version:** 1.2.5 ## Screenshots diff --git a/README_fr.md b/README_fr.md index ad83a1d..047d2d9 100644 --- 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 Programmation par flux de données pour l'Internet des objets. -**Version incluse :** 1.2.4 +**Version incluse :** 1.2.5 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index 15a2186..6db9aa9 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/node-red/node-red/releases/download/1.2.4/node-red-1.2.4.zip -SOURCE_SUM=4F2533CE91AE446FECA7BAE16B9E11ED6211A093CA2569164F6B309EEA710409 +SOURCE_URL=https://github.com/node-red/node-red/releases/download/1.2.5/node-red-1.2.5.zip +SOURCE_SUM=B0FEBDA494E9AD558896076B3BDF4CF582083C8A104FDE39D0E67532B78586C8 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index bfcbb2f..2b59e31 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Flow-based programming for the Internet of Things.", "fr": "Programmation par flux de données pour l'Internet des objets." }, - "version": "1.2.4~ynh1", + "version": "1.2.5~ynh1", "url": "https://nodered.org", "license": "Apache-2.0", "maintainer": { From 81cb6f3f571ea4e4c943518fbaaa9e238183039b Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 26 Nov 2020 18:17:06 +0100 Subject: [PATCH 4/4] Upgrade to 1.2.6 --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 951bef6..4f3a88c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview Flow-based programming for the Internet of Things. -**Shipped version:** 1.2.5 +**Shipped version:** 1.2.6 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 047d2d9..56ecb11 100644 --- 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 Programmation par flux de données pour l'Internet des objets. -**Version incluse :** 1.2.5 +**Version incluse :** 1.2.6 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index 6db9aa9..504a443 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/node-red/node-red/releases/download/1.2.5/node-red-1.2.5.zip -SOURCE_SUM=B0FEBDA494E9AD558896076B3BDF4CF582083C8A104FDE39D0E67532B78586C8 +SOURCE_URL=https://github.com/node-red/node-red/releases/download/1.2.6/node-red-1.2.6.zip +SOURCE_SUM=AE0F11D02CF3FC9E2EDBA47FA0CE038D477766304C802F05C22359A0CE9ECD3B SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 2b59e31..e331ceb 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Flow-based programming for the Internet of Things.", "fr": "Programmation par flux de données pour l'Internet des objets." }, - "version": "1.2.5~ynh1", + "version": "1.2.6~ynh1", "url": "https://nodered.org", "license": "Apache-2.0", "maintainer": {