1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lychee_ynh.git synced 2024-09-03 19:36:36 +02:00
* 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 <oniricorpe@disroot.org>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* 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 <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: OniriCorpe <oniricorpe@disroot.org>
Co-authored-by: OniriCorpe <oniricorpe@yunohost.org>
This commit is contained in:
eric_G 2024-05-09 11:00:29 +02:00 committed by GitHub
parent 47dd3d32f0
commit d4a7959ca1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 6 deletions

View file

@ -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:** <https://lycheeorg.github.io/demo/>

View file

@ -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:** <https://lycheeorg.github.io/demo/>

View file

@ -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:** <https://lycheeorg.github.io/demo/>

View file

@ -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:** <https://lycheeorg.github.io/demo/>

View file

@ -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
**演示:** <https://lycheeorg.github.io/demo/>

View file

@ -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 = []

View file

@ -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