diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index fd6ed60..3de4777 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -46,4 +46,5 @@ jobs: title: 'Upgrade to version ${{ env.VERSION }}' body: | Upgrade to v${{ env.VERSION }} + Changelog: https://github.com/invoiceninja/invoiceninja/releases/tag/v${{ env.VERSION }} draft: false diff --git a/README.md b/README.md index 3b2fb05..d72359d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Create and email invoices, track payments, expenses, and time tasks **Shipped version:** 5.5.14~ynh1 + **Demo:** https://app.invoiceninja.com/dashboard ## Screenshots diff --git a/README_fr.md b/README_fr.md index 832797b..3ab7ed2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 - **Démo :** https://app.invoiceninja.com/dashboard ## Captures d'écran diff --git a/scripts/install b/scripts/install index a342c19..1751443 100755 --- a/scripts/install +++ b/scripts/install @@ -146,7 +146,7 @@ ynh_script_progression --message="Building the application..." pushd "$final_path" # Run the database migrations and initially fill the db 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 view:clear php$phpversion artisan cache:clear