diff --git a/README.md b/README.md index 5d9dd64..35edf61 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in NodeBB is built using the Node.js server-side Javascript platform, delivering unmatched performance. Building on this high performance platform means fast and dependable performance that will support even the biggest and most active community. -**Shipped version:** 2.2.2~ynh1 +**Shipped version:** 2.2.3~ynh1 **Demo:** https://try.nodebb.org diff --git a/README_fr.md b/README_fr.md index dda5ff1..9af57ff 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour NodeBB is built using the Node.js server-side Javascript platform, delivering unmatched performance. Building on this high performance platform means fast and dependable performance that will support even the biggest and most active community. -**Version incluse :** 2.2.2~ynh1 +**Version incluse :** 2.2.3~ynh1 **Démo :** https://try.nodebb.org diff --git a/check_process b/check_process index 50931a9..bf7e31f 100644 --- a/check_process +++ b/check_process @@ -5,7 +5,7 @@ admin="john" language="fr" is_public=1 - password="password123456" + password="1Strong-Password" ; Checks pkg_linter=1 setup_sub_dir=1 @@ -14,7 +14,7 @@ setup_private=1 setup_public=1 upgrade=1 - #upgrade=1 from_commit=CommitHash + #upgrade=1 from_commit=e45fa1cbbeee8eee605724a56d3ddcc733aa9690 backup_restore=1 multi_instance=1 change_url=1 @@ -22,6 +22,6 @@ Email= Notification=none ;;; Upgrade options - ; commit=CommitHash - name=Name and date of the commit. + ; commit=e45fa1cbbeee8eee605724a56d3ddcc733aa9690 + name=#39 manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& diff --git a/manifest.json b/manifest.json index fb14b8c..284bcdf 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Forum software built for the modern web", "fr": "Logiciel de forum conçu pour le Web moderne" }, - "version": "2.2.2~ynh1", + "version": "2.2.3~ynh1", "url": "https://nodebb.org", "upstream": { "license": "GPL-3.0",