mirror of
https://github.com/YunoHost-Apps/invoiceninja5_ynh.git
synced 2024-09-03 19:26:23 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
822e700fdf
4 changed files with 3 additions and 2 deletions
1
.github/workflows/updater.yml
vendored
1
.github/workflows/updater.yml
vendored
|
@ -46,4 +46,5 @@ jobs:
|
||||||
title: 'Upgrade to version ${{ env.VERSION }}'
|
title: 'Upgrade to version ${{ env.VERSION }}'
|
||||||
body: |
|
body: |
|
||||||
Upgrade to v${{ env.VERSION }}
|
Upgrade to v${{ env.VERSION }}
|
||||||
|
Changelog: https://github.com/invoiceninja/invoiceninja/releases/tag/v${{ env.VERSION }}
|
||||||
draft: false
|
draft: false
|
||||||
|
|
|
@ -20,6 +20,7 @@ Create and email invoices, track payments, expenses, and time tasks
|
||||||
**Shipped version:** 5.5.14~ynh1
|
**Shipped version:** 5.5.14~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**Demo:** https://app.invoiceninja.com/dashboard
|
**Demo:** https://app.invoiceninja.com/dashboard
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
|
@ -19,7 +19,6 @@ Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses e
|
||||||
|
|
||||||
**Version incluse :** 5.5.14~ynh1
|
**Version incluse :** 5.5.14~ynh1
|
||||||
|
|
||||||
|
|
||||||
**Démo :** https://app.invoiceninja.com/dashboard
|
**Démo :** https://app.invoiceninja.com/dashboard
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
|
@ -146,7 +146,7 @@ ynh_script_progression --message="Building the application..."
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
# Run the database migrations and initially fill the db
|
# Run the database migrations and initially fill the db
|
||||||
php$phpversion artisan migrate:fresh --seed --no-interaction --verbose --force
|
php$phpversion artisan migrate:fresh --seed --no-interaction --verbose --force
|
||||||
php$phpversion artisan ninja:create-account --email $email --password $password --no-interaction --verbose
|
php$phpversion artisan ninja:create-account --email $email --password "$password" --no-interaction --verbose
|
||||||
php$phpversion artisan optimize --no-interaction --verbose
|
php$phpversion artisan optimize --no-interaction --verbose
|
||||||
php$phpversion artisan view:clear
|
php$phpversion artisan view:clear
|
||||||
php$phpversion artisan cache:clear
|
php$phpversion artisan cache:clear
|
||||||
|
|
Loading…
Add table
Reference in a new issue