diff --git a/VERSION.txt b/VERSION.txt index 723ac17de3a1..ca280fefc96f 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.8.33 \ No newline at end of file +5.8.34 \ No newline at end of file diff --git a/app/Export/CSV/BaseExport.php b/app/Export/CSV/BaseExport.php index 9806ba2f8c74..37e904d154c6 100644 --- a/app/Export/CSV/BaseExport.php +++ b/app/Export/CSV/BaseExport.php @@ -856,11 +856,11 @@ class BaseExport * Add Client Filter * * @param Builder $query - * @param string $clients + * @param mixed $clients * * @return Builder */ - protected function addClientFilter(Builder $query, string $clients): Builder + protected function addClientFilter(Builder $query, $clients): Builder { if(is_string($clients)) { $clients = explode(',', $clients); diff --git a/config/ninja.php b/config/ninja.php index a6e920678030..c381de3b6b2b 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -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.33'), - 'app_tag' => env('APP_TAG', '5.8.33'), + 'app_version' => env('APP_VERSION', '5.8.34'), + 'app_tag' => env('APP_TAG', '5.8.34'), 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', false), diff --git a/lang/en/texts.php b/lang/en/texts.php index 518c47eaffe1..b0f869bd3503 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5201,7 +5201,7 @@ $lang = array( 'nordigen_handler_error_heading_requisition_invalid_status' => 'Not Ready', 'nordigen_handler_error_contents_requisition_invalid_status' => 'You called this site too early. Please finish authorization and refresh this page. Contact support for help, if this issue persists.', 'nordigen_handler_error_heading_requisition_no_accounts' => 'No Accounts selected', - 'nordigen_handler_error_contents_requisition_no_accounts' => 'The service has not returned any valid accounts. Considder restarting the flow.', + 'nordigen_handler_error_contents_requisition_no_accounts' => 'The service has not returned any valid accounts. Consider restarting the flow.', 'nordigen_handler_restart' => 'Restart flow.', 'nordigen_handler_return' => 'Return to application.', 'lang_Lao' => 'Lao',