From e344776c794ef65c7c557b8a6db407d103f9ed1e Mon Sep 17 00:00:00 2001 From: Pablo Borowicz Date: Thu, 31 Aug 2017 11:13:13 +0200 Subject: [PATCH] // Changelog 1.7.2.2 --- config/autoload.php | 2 +- docs/CHANGELOG.txt | 21 +++++++++++++++++++++ docs/readme_de.txt | 4 ++-- docs/readme_en.txt | 4 ++-- docs/readme_es.txt | 4 ++-- docs/readme_fr.txt | 4 ++-- docs/readme_it.txt | 4 ++-- install-dev/install_version.php | 2 +- 8 files changed, 33 insertions(+), 12 deletions(-) diff --git a/config/autoload.php b/config/autoload.php index cafa67a3fffc9..52dbdbf0299d0 100644 --- a/config/autoload.php +++ b/config/autoload.php @@ -24,7 +24,7 @@ * International Registered Trademark & Property of PrestaShop SA */ -define('_PS_VERSION_', '1.7.2.1'); +define('_PS_VERSION_', '1.7.2.2'); require_once(_PS_CONFIG_DIR_.'alias.php'); require_once(_PS_CLASS_DIR_.'PrestaShopAutoload.php'); diff --git a/docs/CHANGELOG.txt b/docs/CHANGELOG.txt index 86ee57ac22a82..cbc9fdbec2c2a 100644 --- a/docs/CHANGELOG.txt +++ b/docs/CHANGELOG.txt @@ -23,6 +23,27 @@ International Registered Trademark & Property of PrestaShop SA Release Notes for PrestaShop 1.7 -------------------------------- +#################################### +# v1.7.2.2 - (2017-08-31) +#################################### +- Back Office: + - Bug fix: + - #8238: Fix wrong final combination price if BC Math is not available + - #8063: Display texture image in combination form + - #8057: Save before generate combinations + - #8266: Fix error while reaching AdminModules + +- Front Office: + - Improvement: + - #8082: Scroll top to product list when paginate + +- Core: + - Improvement: + - #8212: Optimize specific price computing by executing the query only when needed + - Bug fix: + - #8210: Fix missing product limit/offset when ordering by price on Sale page + - #8138: Fix tax calculation when vat number is used + #################################### # v1.7.2.1 - (2017-08-16) #################################### diff --git a/docs/readme_de.txt b/docs/readme_de.txt index a4594c3fb61ea..d9edd6ce0be8f 100644 --- a/docs/readme_de.txt +++ b/docs/readme_de.txt @@ -21,8 +21,8 @@ needs please refer to http://www.prestashop.com for more information. @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) International Registered Trademark & Property of PrestaShop SA -NAME: Prestashop 1.7.2.1 -VERSION: 1.7.2.1 +NAME: Prestashop 1.7.2.2 +VERSION: 1.7.2.2 VORBEREITUNG =========== diff --git a/docs/readme_en.txt b/docs/readme_en.txt index 36759a6f14cb3..564521c0cebb3 100644 --- a/docs/readme_en.txt +++ b/docs/readme_en.txt @@ -21,8 +21,8 @@ needs please refer to http://www.prestashop.com for more information. @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) International Registered Trademark & Property of PrestaShop SA -NAME: Prestashop 1.7.2.1 -VERSION: 1.7.2.1 +NAME: Prestashop 1.7.2.2 +VERSION: 1.7.2.2 PREPARATION =========== diff --git a/docs/readme_es.txt b/docs/readme_es.txt index d2b074493005d..75b1809a884fd 100644 --- a/docs/readme_es.txt +++ b/docs/readme_es.txt @@ -21,8 +21,8 @@ needs please refer to http://www.prestashop.com for more information. @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) International Registered Trademark & Property of PrestaShop SA -NAME: Prestashop 1.7.2.1 -VERSION: 1.7.2.1 +NAME: Prestashop 1.7.2.2 +VERSION: 1.7.2.2 PREPARACIÓN =========== diff --git a/docs/readme_fr.txt b/docs/readme_fr.txt index 17cbeeacdf3a1..0298c24ca23f2 100644 --- a/docs/readme_fr.txt +++ b/docs/readme_fr.txt @@ -21,8 +21,8 @@ needs please refer to http://www.prestashop.com for more information. @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) International Registered Trademark & Property of PrestaShop SA -NAME: Prestashop 1.7.2.1 -VERSION: 1.7.2.1 +NAME: Prestashop 1.7.2.2 +VERSION: 1.7.2.2 PREPARATION =========== diff --git a/docs/readme_it.txt b/docs/readme_it.txt index b993167f218ea..c8bd3ff58e121 100644 --- a/docs/readme_it.txt +++ b/docs/readme_it.txt @@ -21,8 +21,8 @@ needs please refer to http://www.prestashop.com for more information. @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) International Registered Trademark & Property of PrestaShop SA -NAME: Prestashop 1.7.2.1 -VERSION: 1.7.2.1 +NAME: Prestashop 1.7.2.2 +VERSION: 1.7.2.2 PREPARAZIONE =========== diff --git a/install-dev/install_version.php b/install-dev/install_version.php index e9ad98121dd19..5af264d99d8ac 100644 --- a/install-dev/install_version.php +++ b/install-dev/install_version.php @@ -24,4 +24,4 @@ * International Registered Trademark & Property of PrestaShop SA */ -define('_PS_INSTALL_VERSION_', '1.7.2.1'); +define('_PS_INSTALL_VERSION_', '1.7.2.2');