diff --git a/README.md b/README.md index 7c9ef2c..1d17418 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Free and open-source content management framework. -**Shipped version:** 9.4.6~ynh2 +**Shipped version:** 9.4.7~ynh1 *(:warning: This is the `testing` branch. The [`master` branch](https://github.com/YunoHost-Apps/drupal_ynh/tree/master) used in the catalog is currently on version 9.4.6\~ynh2.)* ## Screenshots diff --git a/README_fr.md b/README_fr.md index a16d9be..f50e79f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Framework de gestion de contenu libre et open-source. -**Version incluse :** 9.4.6~ynh2 +**Version incluse :** 9.4.7~ynh1 *(:warning: Il s'agit de la branche `testing`. La [branche `master`](https://github.com/YunoHost-Apps/drupal_ynh/tree/master) utilisée dans le catalogue est actuellement en 9.4.6\~ynh2.)* ## Captures d'écran diff --git a/check_process b/check_process index ae2ae07..553e5cf 100644 --- a/check_process +++ b/check_process @@ -16,11 +16,13 @@ setup_public=1 upgrade=1 # 8.9.7~ynh2 - upgrade=1 from_commit=69b57e0d7cd862e4e5aef0bfc2bc2634874602c4 + upgrade=0 from_commit=69b57e0d7cd862e4e5aef0bfc2bc2634874602c4 # 8.9.15~ynh1 - upgrade=1 from_commit=06baed57a0650ec9a9e4e0f3348298065c1207f2 + upgrade=0 from_commit=06baed57a0650ec9a9e4e0f3348298065c1207f2 # 8.9.20~ynh1 - upgrade=1 from_commit=25e747e0cde5e9ae2005181946f7f6cd31c597a5 + upgrade=0 from_commit=25e747e0cde5e9ae2005181946f7f6cd31c597a5 + # 9.4.6~ynh2 + upgrade=1 from_commit=bc57252858ce9402412ecccf82de2c2e2be67294 backup_restore=1 multi_instance=1 port_already_use=0 diff --git a/manifest.json b/manifest.json index 4fffe03..2bc0880 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A content management framework written in PHP", "fr": "Un système de gestion de contenu écrit en PHP" }, - "version": "9.4.6~ynh2", + "version": "9.4.7~ynh1", "url": "https://www.drupal.org", "upstream": { "license": "GPL-2.0-or-later",