diff --git a/README.md b/README.md index 2dafa32..a06ac33 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 Free and open-source content management framework. -**Shipped version:** 9.5.10~ynh1 +**Shipped version:** 9.5.10~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 6eaa10e..ba2ed4c 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) po Framework de gestion de contenu libre et open-source. -**Version incluse :** 9.5.10~ynh1 +**Version incluse :** 9.5.10~ynh2 ## Captures d’écran diff --git a/conf/app.src b/conf/app.src index 246a7f8..b5c39ca 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/drupal-composer/drupal-project/archive/7ed1e4f3006375cc4918ad24ad8b1ec16d61434e.tar.gz -SOURCE_SUM=d76b7bb92df9a9eccd2b1ac87b529224baeff7defce62ec813a9890b1cbd3936 +SOURCE_URL=https://github.com/drupal-composer/drupal-project/archive/137b38fa130fe801dafaac91114b3c30bd9c02c0.tar.gz +SOURCE_SUM=0b275c8aa8e9153095544c351c32c5fed6363a3c67655a62693d213e3efbd564 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 730afcb..0804977 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Content management framework", "fr": "Système de gestion de contenu" }, - "version": "9.5.10~ynh1", + "version": "9.5.10~ynh2", "url": "https://www.drupal.org", "upstream": { "license": "GPL-2.0-or-later", diff --git a/scripts/_common.sh b/scripts/_common.sh index df0aefb..c3e050f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,9 +6,9 @@ # PHP APP SPECIFIC #================================================= -YNH_PHP_VERSION=8.0 +YNH_PHP_VERSION="8.1" -php_dependencies="php$YNH_PHP_VERSION-fpm php$YNH_PHP_VERSION-cli php$YNH_PHP_VERSION-gd php$YNH_PHP_VERSION-mysql php$YNH_PHP_VERSION-xml php$YNH_PHP_VERSION-ldap php$YNH_PHP_VERSION-mbstring php$YNH_PHP_VERSION-json php$YNH_PHP_VERSION-simplexml php$YNH_PHP_VERSION-curl" +php_dependencies="php$YNH_PHP_VERSION-fpm php$YNH_PHP_VERSION-cli php$YNH_PHP_VERSION-common php$YNH_PHP_VERSION-gd php$YNH_PHP_VERSION-mysql php$YNH_PHP_VERSION-xml php$YNH_PHP_VERSION-ldap php$YNH_PHP_VERSION-mbstring php$YNH_PHP_VERSION-json php$YNH_PHP_VERSION-simplexml php$YNH_PHP_VERSION-curl php$YNH_PHP_VERSION-opcache php$YNH_PHP_VERSION-readline php$YNH_PHP_VERSION-sqlite3 php$YNH_PHP_VERSION-apcu" # dependencies used by the app (must be on a single line) pkg_dependencies="curl $php_dependencies" diff --git a/scripts/install b/scripts/install index 8236f26..429be74 100644 --- a/scripts/install +++ b/scripts/install @@ -163,7 +163,7 @@ pushd "$final_path" ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH drush site:install $install_profil --account-name=$admin --account-pass=$password --account-mail=$admin_mail --db-url=mysql://$db_user:$db_pwd@localhost/$db_name --site-name="$app" --locale=$language --yes popd -update-alternatives --set php /usr/bin/php${YNH_DEFAULT_PHP_VERSION} +#update-alternatives --set php /usr/bin/php${YNH_DEFAULT_PHP_VERSION} #================================================= # SETUP THE CRON FILE diff --git a/scripts/upgrade b/scripts/upgrade index bb0db39..0b8192e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -155,7 +155,7 @@ pushd "$final_path" ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH drush @$app.prod state:set system.maintenance_mode 0 --input-format=integer popd -update-alternatives --set php /usr/bin/php${YNH_DEFAULT_PHP_VERSION} +#update-alternatives --set php /usr/bin/php${YNH_DEFAULT_PHP_VERSION} #================================================= # STORE THE CONFIG FILE CHECKSUM