From 7af38fcbd1a98d6edbf0d93c9f7f6649edee6863 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 19 Aug 2025 04:53:00 +1000 Subject: [PATCH] v5.12.18 --- VERSION.txt | 2 +- composer.json | 2 +- config/ninja.php | 4 ++-- config/scout.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 86df7a18a9..0d9a95ec67 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.12.17 \ No newline at end of file +5.12.18 \ No newline at end of file diff --git a/composer.json b/composer.json index 5aaa78c118..c4f7400746 100644 --- a/composer.json +++ b/composer.json @@ -228,7 +228,7 @@ }, { "type": "path", - "url": "https://github.com/invoiceninja/admin-api" + "url": "../admin-api" } ], "minimum-stability": "dev", diff --git a/config/ninja.php b/config/ninja.php index c3c2a2df4c..74b805c04f 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -17,8 +17,8 @@ return [ 'require_https' => env('REQUIRE_HTTPS', true), 'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_domain' => env('APP_DOMAIN', 'invoicing.co'), - 'app_version' => env('APP_VERSION', '5.12.17'), - 'app_tag' => env('APP_TAG', '5.12.17'), + 'app_version' => env('APP_VERSION', '5.12.18'), + 'app_tag' => env('APP_TAG', '5.12.18'), 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', false), diff --git a/config/scout.php b/config/scout.php index ec1ec2464e..9c72bc0eca 100644 --- a/config/scout.php +++ b/config/scout.php @@ -44,7 +44,7 @@ return [ // 'queue' => env('SCOUT_QUEUE', true), 'queue' => [ - 'connection' => 'redis', + 'connection' => env('QUEUE_CONNECTION', 'sync'), 'queue' => 'scout' ],