mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
commit
8acb79a190
@ -1 +1 @@
|
||||
5.3.24
|
||||
5.3.25
|
@ -175,6 +175,8 @@ abstract class QueryFilters
|
||||
|
||||
public function is_deleted($value)
|
||||
{
|
||||
if($value == 'true')
|
||||
return $this->builder->where('is_deleted', $value)->withTrashed();
|
||||
|
||||
return $this->builder->where('is_deleted', $value);
|
||||
|
||||
|
@ -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.3.24',
|
||||
'app_tag' => '5.3.24',
|
||||
'app_version' => '5.3.25',
|
||||
'app_tag' => '5.3.25',
|
||||
'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
@ -3,7 +3,7 @@ const MANIFEST = 'flutter-app-manifest';
|
||||
const TEMP = 'flutter-temp-cache';
|
||||
const CACHE_NAME = 'flutter-app-cache';
|
||||
const RESOURCES = {
|
||||
"version.json": "9ec5e3813adc4bfd8713556c5059e97d",
|
||||
"version.json": "07a43895b172742ab22bb808918b117a",
|
||||
"favicon.ico": "51636d3a390451561744c42188ccd628",
|
||||
"favicon.png": "dca91c54388f52eded692718d5a98b8b",
|
||||
"assets/fonts/MaterialIcons-Regular.otf": "4e6447691c9509f7acdbf8a931a85ca1",
|
||||
@ -32,9 +32,9 @@ const RESOURCES = {
|
||||
"assets/packages/material_design_icons_flutter/lib/fonts/materialdesignicons-webfont.ttf": "174c02fc4609e8fc4389f5d21f16a296",
|
||||
"icons/Icon-192.png": "bb1cf5f6982006952211c7c8404ffbed",
|
||||
"icons/Icon-512.png": "0f9aff01367f0a0c69773d25ca16ef35",
|
||||
"main.dart.js": "82d7e86713b1926dbaeab50acc790835",
|
||||
"main.dart.js": "6d7015b94cf66c9fd426081b7bfb5b97",
|
||||
"manifest.json": "ef43d90e57aa7682d7e2cfba2f484a40",
|
||||
"/": "6678b7e5f2e2345446d76f99aea6141a"
|
||||
"/": "4da4247bb7f072054c574b10e7370438"
|
||||
};
|
||||
|
||||
// The application shell files that are downloaded before a service worker can
|
||||
|
113703
public/main.dart.js
vendored
113703
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
116651
public/main.foss.dart.js
vendored
116651
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
116679
public/main.next.dart.js
vendored
116679
public/main.next.dart.js
vendored
File diff suppressed because one or more lines are too long
6255
public/main.profile.dart.js
vendored
6255
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.59","build_number":"59"}
|
||||
{"app_name":"invoiceninja_flutter","version":"5.0.60","build_number":"60"}
|
Loading…
x
Reference in New Issue
Block a user