mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop
This commit is contained in:
commit
892c8b0d3e
@ -1 +1 @@
|
||||
5.5.30
|
||||
5.5.31
|
@ -640,7 +640,14 @@ class ClientController extends BaseController
|
||||
{
|
||||
//delete all documents
|
||||
$client->documents->each(function ($document) {
|
||||
|
||||
try{
|
||||
Storage::disk(config('filesystems.default'))->delete($document->url);
|
||||
}
|
||||
catch(\Exception $e){
|
||||
nlog($e->getMessage());
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
//force delete the client
|
||||
|
@ -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.30',
|
||||
'app_tag' => '5.5.30',
|
||||
'app_version' => '5.5.31',
|
||||
'app_tag' => '5.5.31',
|
||||
'minimum_client_version' => '5.0.16',
|
||||
'terms_version' => '1.0.1',
|
||||
'api_secret' => env('API_SECRET', ''),
|
||||
|
6
public/flutter_service_worker.js
vendored
6
public/flutter_service_worker.js
vendored
@ -4,9 +4,9 @@ const TEMP = 'flutter-temp-cache';
|
||||
const CACHE_NAME = 'flutter-app-cache';
|
||||
const RESOURCES = {
|
||||
"favicon.png": "dca91c54388f52eded692718d5a98b8b",
|
||||
"main.dart.js": "816eb6e0aa8c1f38ca5f0ddcd2e9a73b",
|
||||
"main.dart.js": "284cb064303ead96ba3479bfebd29d06",
|
||||
"favicon.ico": "51636d3a390451561744c42188ccd628",
|
||||
"/": "0c9743ec646dd75ba43a367a96d6868d",
|
||||
"/": "94e51cb94d703239a16eb20a46a53cfa",
|
||||
"flutter.js": "f85e6fb278b0fd20c349186fb46ae36d",
|
||||
"manifest.json": "ef43d90e57aa7682d7e2cfba2f484a40",
|
||||
"canvaskit/canvaskit.js": "2bc454a691c631b07a9307ac4ca47797",
|
||||
@ -299,7 +299,7 @@ const RESOURCES = {
|
||||
"assets/assets/google_fonts/Roboto-Regular.ttf": "8a36205bd9b83e03af0591a004bc97f4",
|
||||
"assets/fonts/MaterialIcons-Regular.otf": "95db9098c58fd6db106f1116bae85a0b",
|
||||
"assets/NOTICES": "1a34e70168d56fad075adfb4bdbb20eb",
|
||||
"version.json": "674c2b7791134c91ed5f7bc241b11d8d",
|
||||
"version.json": "fe3b943c516fb905ec25a31e0878c315",
|
||||
"icons/Icon-512.png": "0f9aff01367f0a0c69773d25ca16ef35",
|
||||
"icons/Icon-192.png": "bb1cf5f6982006952211c7c8404ffbed"
|
||||
};
|
||||
|
303274
public/main.dart.js
vendored
303274
public/main.dart.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
211123
public/main.foss.dart.js
vendored
211123
public/main.foss.dart.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
10700
public/main.profile.dart.js
vendored
10700
public/main.profile.dart.js
vendored
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
{"app_name":"invoiceninja_flutter","version":"5.0.95","build_number":"95","package_name":"invoiceninja_flutter"}
|
||||
{"app_name":"invoiceninja_flutter","version":"5.0.97","build_number":"97","package_name":"invoiceninja_flutter"}
|
Loading…
x
Reference in New Issue
Block a user