From 3b6a18e38bb770e93ddccc92c8db2e6206127b1f Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 16 Jun 2021 07:04:44 +1000 Subject: [PATCH 1/3] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 630a4e8252aa..a60549185e62 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: id: upload-release-asset uses: actions/upload-release-asset@v1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{secrets.PAT}} with: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps asset_path: ./invoiceninja.zip From 3d5dc68a2837538035380a11eeae188e4ac4a349 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 23 Jun 2021 07:53:37 +1000 Subject: [PATCH 2/3] Default shown tasks = invoices --- app/DataMapper/CompanySettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/DataMapper/CompanySettings.php b/app/DataMapper/CompanySettings.php index 1d0e3b0ca559..c63386a26e4f 100644 --- a/app/DataMapper/CompanySettings.php +++ b/app/DataMapper/CompanySettings.php @@ -28,7 +28,7 @@ class CompanySettings extends BaseSettings public $lock_invoices = 'off'; //off,when_sent,when_paid //@implemented public $enable_client_portal_tasks = false; //@ben to implement - public $show_all_tasks_client_portal = 'all'; // all, uninvoiced, invoiced + public $show_all_tasks_client_portal = 'invoiced'; // all, uninvoiced, invoiced public $enable_client_portal_password = false; //@implemented public $enable_client_portal = true; //@implemented public $enable_client_portal_dashboard = false; // @TODO There currently is no dashboard so this is pending From 5b1b88b0647791402c24978884664087ca1a7fbb Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 3 Jul 2021 14:47:08 +1000 Subject: [PATCH 3/3] Update VERSION.txt --- VERSION.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION.txt b/VERSION.txt index 0a9e374797e7..879fd975146b 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.2.7 \ No newline at end of file +5.2.9