1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

[upg] v0.1.0-beta.10 (#120)

This commit is contained in:
tituspijean 2019-09-16 22:32:02 +02:00 committed by GitHub
parent d53fee45ab
commit 65afcc9477
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -7,9 +7,9 @@ pkg_dependencies="php7.3-curl php7.3-dom php7.3-gd php7.3-json php7.3-mbstring p
# Version numbers
php_version="7.3"
project_version="0.1.0-beta.9"
core_version="0.1.0-beta.9"
ssowat_version="0.1.0-beta.9-1"
project_version="0.1.0-beta.10"
core_version="0.1.0-beta.10"
ssowat_version="0.1.0-beta.10-1"
#=================================================
# PERSONAL HELPERS

View file

@ -220,6 +220,7 @@ if [[ $(dpkg --compare-versions $old_project_version lt "0.1.0-beta.8" && echo t
fi
pushd $final_path
ynh_composer_exec $app $php_version $final_path "require flarum/core:$core_version"
ynh_composer_exec $app $php_version $final_path "update --prefer-dist --no-dev -o --with-all-dependencies"
exec_as $app php$php_version flarum migrate
exec_as $app php$php_version flarum cache:clear