From 5c588cf54fe2cb905fd74e5ae566dc6137942094 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 14 May 2022 09:12:09 +1000 Subject: [PATCH 1/2] Minor fixes for profit loss logging --- tests/Feature/Export/ProfitAndLossReportTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Feature/Export/ProfitAndLossReportTest.php b/tests/Feature/Export/ProfitAndLossReportTest.php index 1e2bb450c592..c7b9636cb910 100644 --- a/tests/Feature/Export/ProfitAndLossReportTest.php +++ b/tests/Feature/Export/ProfitAndLossReportTest.php @@ -555,8 +555,6 @@ class ProfitAndLossReportTest extends TestCase $pl = new ProfitLoss($this->company, $this->payload); $pl->build(); -echo($pl->getCsv()); - $this->assertNotNull($pl->getCsv()); $this->account->delete(); From 94029b92add72c4b013759e07ecaf68d8f7e6852 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 14 May 2022 09:13:31 +1000 Subject: [PATCH 2/2] v5.3.87 --- VERSION.txt | 2 +- config/ninja.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 4851180b4ef2..177bdc1cebca 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.3.86 \ No newline at end of file +5.3.87 \ No newline at end of file diff --git a/config/ninja.php b/config/ninja.php index a321c160fb72..6b0d96f50a93 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -14,8 +14,8 @@ return [ 'require_https' => env('REQUIRE_HTTPS', true), 'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_domain' => env('APP_DOMAIN', 'invoicing.co'), - 'app_version' => '5.3.86', - 'app_tag' => '5.3.86', + 'app_version' => '5.3.87', + 'app_tag' => '5.3.87', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''),