From e1f15277d6b2e3fba1f9d54aa1570bfe91dba101 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 28 Feb 2021 08:00:34 +0200 Subject: [PATCH] Update version --- app/Constants.php | 2 +- docs/conf.py | 2 +- resources/lang/en/texts.php | 17 +++++++++++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/app/Constants.php b/app/Constants.php index c6e2f53aabb0..f41f3315313b 100644 --- a/app/Constants.php +++ b/app/Constants.php @@ -361,7 +361,7 @@ if (! defined('APP_NAME')) { define('NINJA_APP_URL', env('NINJA_APP_URL', 'https://app.invoiceninja.com')); define('NINJA_DOCS_URL', env('NINJA_DOCS_URL', 'https://invoice-ninja.readthedocs.io/en/latest')); define('NINJA_DATE', '2000-01-01'); - define('NINJA_VERSION', '4.5.33' . env('NINJA_VERSION_SUFFIX')); + define('NINJA_VERSION', '4.5.34' . env('NINJA_VERSION_SUFFIX')); define('NINJA_TERMS_VERSION', '1.0.1'); define('SOCIAL_LINK_FACEBOOK', env('SOCIAL_LINK_FACEBOOK', 'https://www.facebook.com/invoiceninja')); diff --git a/docs/conf.py b/docs/conf.py index 8b735ce24c02..887e1792178e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,7 +59,7 @@ author = u'Invoice Ninja' # The short X.Y version. version = u'4.5' # The full version, including alpha/beta/rc tags. -release = u'4.5.33' +release = u'4.5.34' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 90efbe0f9b01..985a879c734d 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4155,6 +4155,23 @@ $LANG = array( 'hello' => 'Hello', 'group_documents' => 'Group documents', 'quote_approval_confirmation_label' => 'Are you sure you want to approve this quote?', + 'require_password_with_social_login' => 'Require Password with Social Login', + 'stay_logged_in' => 'Stay Logged In', + 'session_about_to_expire' => 'Warning: Your session is about to expire', + 'count_hours' => ':count Hours', + 'count_day' => '1 Day', + 'count_days' => ':count Days', + 'web_session_timeout' => 'Web Session Timeout', + 'security_settings' => 'Security Settings', + 'resend_email' => 'Resend Email', + 'confirm_your_email_address' => 'Please confirm your email address', + 'freshbooks' => 'FreshBooks', + 'invoice2go' => 'Invoice2go', + 'invoicely' => 'Invoicely', + 'waveaccounting' => 'Wave Accounting', + 'zoho' => 'Zoho', + 'accounting' => 'Accounting', + 'required_files_missing' => 'Please provide all CSVs.', ); return $LANG;