From c2fdcc803f7ff62175a8030b25b36c92d601cc3b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 23 Apr 2021 00:24:26 +1000 Subject: [PATCH 1/2] Disable build cache --- ...021_04_22_110240_add_property_to_checkout_gateway_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/migrations/2021_04_22_110240_add_property_to_checkout_gateway_config.php b/database/migrations/2021_04_22_110240_add_property_to_checkout_gateway_config.php index bc3e718921..7e9ae8eabb 100644 --- a/database/migrations/2021_04_22_110240_add_property_to_checkout_gateway_config.php +++ b/database/migrations/2021_04_22_110240_add_property_to_checkout_gateway_config.php @@ -41,7 +41,7 @@ class AddPropertyToCheckoutGatewayConfig extends Migration $checkout->save(); }); - $this->buildCache(true); + // $this->buildCache(true); } /** From 65e79041524a2631b3ccac117b65e851146e313d Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 23 Apr 2021 07:22:14 +1000 Subject: [PATCH 2/2] Update route --- VERSION.txt | 2 +- config/ninja.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 86dce55adf..45ca665259 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.1.52 \ No newline at end of file +5.1.53 \ No newline at end of file diff --git a/config/ninja.php b/config/ninja.php index 2437522407..fe0dab5e2a 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', ''), - 'app_version' => '5.1.52', - 'app_tag' => '5.1.52-release', + 'app_version' => '5.1.53', + 'app_tag' => '5.1.53-release', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', false), @@ -39,7 +39,7 @@ return [ 'sentry_dsn' => env('SENTRY_LARAVEL_DSN', 'https://9b4e15e575214354a7d666489783904a@sentry.invoicing.co/6'), 'environment' => env('NINJA_ENVIRONMENT', 'selfhost'), // 'hosted', 'development', 'selfhost', 'reseller' 'preconfigured_install' => env('PRECONFIGURED_INSTALL',false), - 'update_secret' => env('UPDATE_SECRET', false), + 'update_secret' => env('UPDATE_SECRET', ''), // Settings used by invoiceninja.com 'terms_of_service_url' => [