diff --git a/VERSION.txt b/VERSION.txt index 2dc984bc982f..fd2784a8431e 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.5.48 \ No newline at end of file +5.5.49 \ No newline at end of file diff --git a/app/Console/Commands/TranslationsExport.php b/app/Console/Commands/TranslationsExport.php index 5021a65ae117..14b76909c4c8 100644 --- a/app/Console/Commands/TranslationsExport.php +++ b/app/Console/Commands/TranslationsExport.php @@ -65,7 +65,9 @@ class TranslationsExport extends Command 'ro', 'ru_RU', 'sl', + 'sk', 'sq', + 'sr', 'sv', 'th', 'tr_TR', diff --git a/config/ninja.php b/config/ninja.php index ab710777fcbb..845ef8659658 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.5.48', - 'app_tag' => '5.5.48', + 'app_version' => '5.5.49', + 'app_tag' => '5.5.49', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''), diff --git a/lang/en/texts.php b/lang/en/texts.php index e64bc61fabeb..89acbd4f0904 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -1031,8 +1031,6 @@ $LANG = array( 'trial_call_to_action' => 'Start Free Trial', 'trial_success' => 'Successfully enabled two week free pro plan trial', 'overdue' => 'Overdue', - - 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.', 'user_email_footer' => 'To adjust your email notification settings please visit :link', 'reset_password_footer' => 'If you did not request this password reset please email our support: :email', @@ -4906,7 +4904,16 @@ $LANG = array( 'backup_restore' => 'Backup | Restore', 'export_company' => 'Create company backup', 'backup' => 'Backup', - + 'credit_payment_error' => 'The credit amount can not be greater than the payment amount', + 'convert_payment_currency_help' => 'Set an exchange rate when entering a manual payment', + 'convert_expense_currency_help' => 'Set an exchange rate when creating an expense', + 'matomo_url' => 'Matomo URL', + 'matomo_id' => 'Matomo Id', + 'action_add_to_invoice' => 'Add To Invoice', + 'match_expense' => 'Match Expense', + 'match_payment' => 'Match Payment', + 'link_to_payment' => 'Link payment', + 'link_to_expense' => 'Link Expense', ); return $LANG;