From 2cfc93d40d7d143c7cf48e3f74e05d13717b3624 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 28 Feb 2022 16:52:49 +1100 Subject: [PATCH] v5.3.63 --- VERSION.txt | 2 +- config/ninja.php | 4 ++-- resources/lang/en/texts.php | 20 +++++++++++++++++++- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index a4c570d1143d..2b025406babb 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.3.62 \ No newline at end of file +5.3.63 \ No newline at end of file diff --git a/config/ninja.php b/config/ninja.php index 3106ed149025..e42bd3a24016 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -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.62', - 'app_tag' => '5.3.62', + 'app_version' => '5.3.63', + 'app_tag' => '5.3.63', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''), diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index ffe0ffd314a2..d6679f4db6db 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4547,7 +4547,25 @@ $LANG = array( 'to_view_entity_set_password' => 'To view the :entity you need to set password.', 'unsubscribe' => 'Unsubscribe', 'unsubscribed' => 'Unsubscribed', - 'unsubscribed_text' => 'You have been removed from notifications for this document' + 'unsubscribed_text' => 'You have been removed from notifications for this document', + 'client_shipping_state' => 'Client Shipping State', + 'client_shipping_city' => 'Client Shipping City', + 'client_shipping_postal_code' => 'Client Shipping Postal Code', + 'client_shipping_country' => 'Client Shipping Country', + 'load_pdf' => 'Load PDF', + 'start_free_trial' => 'Start Free Trial', + 'start_free_trial_message' => 'Start your FREE 14 day trial of the pro plan', + 'due_on_receipt' => 'Due on Receipt', + 'is_paid' => 'Is Paid', + 'age_group_paid' => 'Paid', + 'id' => 'Id', + 'convert_to' => 'Convert To', + 'client_currency' => 'Client Currency', + 'company_currency' => 'Company Currency', + 'custom_emails_disabled_help' => 'To prevent spam we require upgrading to a paid account to customize the email', + 'upgrade_to_add_company' => 'Upgrade your plan to add companies', + 'file_saved_in_downloads_folder' => 'The file has been saved in the downloads folder', + 'small' => 'Small', ); return $LANG;