From d4a7959ca1f45aab784875ba1fa1e8f81b6125ab Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 9 May 2024 11:00:29 +0200 Subject: [PATCH] Testing (#113) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Upgrade to v5.1.2 (#102) * Upgrade to v5.1.2 * Auto-update README * Update install * Update manifest.toml * Auto-update README * trying to fix upgrade (#105) * trying to fix upgrade * forgotten =1 * Update tests.toml --------- Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> * cleaning (#104) * cleaning * Update upgrade * break lines * SC2154 fixes * Auto-update README * fix paths * typo --------- Co-authored-by: OniriCorpe Co-authored-by: yunohost-bot * remove maintenance * Auto-update READMEs * Upgrade to v5.2.1 (#108) * Upgrade to v5.2.1 * Auto-update READMEs --------- Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com> * remove the empty string inside 'maintainers' * Upgrade to v5.3.0 (#110) * Upgrade to v5.3.0 * Auto-update READMEs * Auto-update READMEs * Update upgrade * fix * Auto-update READMEs --------- Co-authored-by: YunoHost Bot Co-authored-by: yunohost-bot Co-authored-by: OniriCorpe Co-authored-by: OniriCorpe --- README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- manifest.toml | 2 +- scripts/upgrade | 1 + 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 91a5b57..edd3756 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely. -**Shipped version:** 5.3.0~ynh1 +**Shipped version:** 5.3.0~ynh2 **Demo:** diff --git a/README_eu.md b/README_eu.md index f22f253..fb07a11 100644 --- a/README_eu.md +++ b/README_eu.md @@ -21,7 +21,7 @@ Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely. -**Paketatutako bertsioa:** 5.3.0~ynh1 +**Paketatutako bertsioa:** 5.3.0~ynh2 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 8c1292c..4674a19 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ Téléchargez, gérez et partagez des photos comme à partir d'une application n Lychee est livré avec tout ce dont vous avez besoin et toutes vos photos sont stockées en toute sécurité. -**Version incluse :** 5.3.0~ynh1 +**Version incluse :** 5.3.0~ynh2 **Démo :** diff --git a/README_gl.md b/README_gl.md index 694e657..56c9396 100644 --- a/README_gl.md +++ b/README_gl.md @@ -21,7 +21,7 @@ Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely. -**Versión proporcionada:** 5.3.0~ynh1 +**Versión proporcionada:** 5.3.0~ynh2 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 5a2717d..32432fa 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -21,7 +21,7 @@ Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely. -**分发版本:** 5.3.0~ynh1 +**分发版本:** 5.3.0~ynh2 **演示:** diff --git a/manifest.toml b/manifest.toml index 1f82594..f8b95a6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Lychee" description.en = "Photo-management-system to manage and share photos" description.fr = "Système de gestion de photos pour gérer et partager des photos" -version = "5.3.0~ynh1" +version = "5.3.0~ynh2" maintainers = [] diff --git a/scripts/upgrade b/scripts/upgrade index fce27dd..ff782d4 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -80,6 +80,7 @@ ynh_script_progression --message="Building..." --weight=4 ynh_exec_warn_less ynh_composer_exec --commands="dump-autoload" pushd "$install_dir" + "php$phpversion" artisan key:generate -n --force --env "php$phpversion" artisan migrate -n --force "php$phpversion" artisan config:clear -n "php$phpversion" artisan config:cache -n