diff --git a/README.md b/README.md index 3871eb5..95f4997 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Free and open-source content management framework. -**Shipped version:** 7.98~ynh1 +**Shipped version:** 7.98~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 64a4c6e..3b8b9a9 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Framework de gestion de contenu libre et open-source. -**Version incluse :** 7.98~ynh1 +**Version incluse :** 7.98~ynh2 ## Captures d’écran diff --git a/check_process b/check_process index 7494c1e..65576a7 100644 --- a/check_process +++ b/check_process @@ -16,13 +16,15 @@ setup_public=1 upgrade=1 # 7.0~ynh1 - upgrade=1 from_commit=89bf310b8ac87a61e5974508f2b41fbb32823e95 + #upgrade=1 from_commit=89bf310b8ac87a61e5974508f2b41fbb32823e95 # 7.73~ynh1 - upgrade=1 from_commit=6c565bad2d6083eac25eaee126d9eb32595d94b4 + #upgrade=1 from_commit=6c565bad2d6083eac25eaee126d9eb32595d94b4 # 7.78~ynh1 - upgrade=1 from_commit=cb923f310747825354b31bd697ae20d5930502cc + #upgrade=1 from_commit=cb923f310747825354b31bd697ae20d5930502cc # 7.78~ynh2 - upgrade=1 from_commit=2c8d03f61342041c2a4b482b82108dea351e3fde + #upgrade=1 from_commit=2c8d03f61342041c2a4b482b82108dea351e3fde + # 7.98~ynh1 + upgrade=1 from_commit=f4744174a13ab7247037783aafd3659226f4cb0a backup_restore=1 multi_instance=1 port_already_use=0 @@ -39,3 +41,5 @@ Notification=all name=7.78~ynh1 ; commit=2c8d03f61342041c2a4b482b82108dea351e3fde name=7.78~ynh2 + ; commit=f4744174a13ab7247037783aafd3659226f4cb0a + name=7.98~ynh1 diff --git a/manifest.json b/manifest.json index 7da1788..6b0b065 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Old version of a content management framework written in PHP", "fr": "Ancienne version d'un système de gestion de contenu écrit en PHP" }, - "version": "7.98~ynh1", + "version": "7.98~ynh2", "url": "https://www.drupal.org", "upstream": { "license": "GPL-2.0-or-later", diff --git a/scripts/install b/scripts/install index 0240150..0efe082 100644 --- a/scripts/install +++ b/scripts/install @@ -170,7 +170,7 @@ pushd "$final_path" chown -R $app:www-data "$final_path" popd -update-alternatives --set php /usr/bin/php${YNH_DEFAULT_PHP_VERSION} +#update-alternatives --set php /usr/bin/php${YNH_DEFAULT_PHP_VERSION} ynh_store_file_checksum --file="$final_path/$app/sites/default/settings.php" diff --git a/scripts/upgrade b/scripts/upgrade index 91a6180..894141c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -150,7 +150,7 @@ pushd "$final_path" chown -R $app:www-data "$final_path" popd -update-alternatives --set php /usr/bin/php${YNH_DEFAULT_PHP_VERSION} +#update-alternatives --set php /usr/bin/php${YNH_DEFAULT_PHP_VERSION} ynh_store_file_checksum --file="$final_path/$app/sites/default/settings.php"