mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
v5.5.43
This commit is contained in:
parent
0268cdbf9e
commit
0844ff56a4
@ -1 +1 @@
|
||||
5.5.42
|
||||
5.5.43
|
@ -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.5.42',
|
||||
'app_tag' => '5.5.42',
|
||||
'app_version' => '5.5.43',
|
||||
'app_tag' => '5.5.43',
|
||||
'minimum_client_version' => '5.0.16',
|
||||
'terms_version' => '1.0.1',
|
||||
'api_secret' => env('API_SECRET', ''),
|
||||
|
@ -4,9 +4,12 @@ use App\Models\Currency;
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
use App\Utils\Traits\AppSetup;
|
||||
|
||||
return new class extends Migration
|
||||
{
|
||||
use AppSetup;
|
||||
|
||||
/**
|
||||
* Run the migrations.
|
||||
*
|
||||
@ -65,6 +68,9 @@ return new class extends Migration
|
||||
|
||||
\Illuminate\Support\Facades\Artisan::call('ninja:design-update');
|
||||
|
||||
$this->buildCache(true);
|
||||
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user