From 7bb7a8b7d5e8cee7628c85fe6ced9fa18b51ca83 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 3 Feb 2021 23:26:51 +0200 Subject: [PATCH] Update version --- app/Constants.php | 2 +- docs/conf.py | 2 +- resources/lang/en/texts.php | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/Constants.php b/app/Constants.php index 816649d8f2a2..55efe5d7caa8 100644 --- a/app/Constants.php +++ b/app/Constants.php @@ -381,7 +381,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.31' . env('NINJA_VERSION_SUFFIX')); + define('NINJA_VERSION', '4.5.32' . 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 7705fa2948ad..b2253c2ae7f5 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.31' +release = u'4.5.32' # 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 df9560565a5a..63bc03368018 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4135,6 +4135,8 @@ $LANG = array( 'payment_message_extended' => 'Thank you for your payment of :amount for :invoice', 'online_payments_minimum_note' => 'Note: Online payments are supported only if amount is bigger than $1 or currency equivalent.', 'payment_token_not_found' => 'Payment token not found, please try again. If an issue still persist, try with another payment method', + 'vendor_address1' => 'Vendor Street', + 'vendor_address2' => 'Vendor Apt/Suite', );