Merge pull request #9125 from turbo124/v5-develop

v5.8.5
This commit is contained in:
David Bomba 2024-01-10 11:36:26 +11:00 committed by GitHub
commit 38937e7543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
5.8.4
5.8.5

View File

@ -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.8.4'),
'app_tag' => env('APP_TAG', '5.8.4'),
'app_version' => env('APP_VERSION', '5.8.5'),
'app_tag' => env('APP_TAG', '5.8.5'),
'minimum_client_version' => '5.0.16',
'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', false),

View File

@ -2,6 +2,7 @@
use App\Utils\Ninja;
use App\Models\Invoice;
use App\Models\Product;
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;