mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
v5.1.41
This commit is contained in:
parent
47113da4fa
commit
8e327d3a75
@ -1 +1 @@
|
||||
5.1.40
|
||||
5.1.41
|
@ -81,7 +81,7 @@ class StoreClientRequest extends Request
|
||||
{
|
||||
$input = $this->all();
|
||||
|
||||
//@todo implement feature permissions for > 100 clients
|
||||
//@todo implement feature permissions for > 50 clients
|
||||
|
||||
$settings = ClientSettings::defaults();
|
||||
|
||||
|
@ -63,7 +63,7 @@ class StoreInvoiceRequest extends Request
|
||||
protected function prepareForValidation()
|
||||
{
|
||||
$input = $this->all();
|
||||
nlog($input);
|
||||
|
||||
$input = $this->decodePrimaryKeys($input);
|
||||
|
||||
$input['line_items'] = isset($input['line_items']) ? $this->cleanItems($input['line_items']) : [];
|
||||
|
@ -14,7 +14,7 @@ return [
|
||||
'require_https' => env('REQUIRE_HTTPS', true),
|
||||
'app_url' => rtrim(env('APP_URL', ''), '/'),
|
||||
'app_domain' => env('APP_DOMAIN', ''),
|
||||
'app_version' => '5.1.40',
|
||||
'app_version' => '5.1.41',
|
||||
'minimum_client_version' => '5.0.16',
|
||||
'terms_version' => '1.0.1',
|
||||
'api_secret' => env('API_SECRET', false),
|
||||
|
Loading…
x
Reference in New Issue
Block a user