Skip to content

Commit

Permalink
// Changelog 1.7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eternoendless committed Aug 31, 2017
1 parent 8349fe7 commit e344776
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 12 deletions.
2 changes: 1 addition & 1 deletion config/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
21 changes: 21 additions & 0 deletions docs/CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
####################################
Expand Down
4 changes: 2 additions & 2 deletions docs/readme_de.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
===========
Expand Down
4 changes: 2 additions & 2 deletions docs/readme_en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
===========
Expand Down
4 changes: 2 additions & 2 deletions docs/readme_es.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
===========
Expand Down
4 changes: 2 additions & 2 deletions docs/readme_fr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
===========
Expand Down
4 changes: 2 additions & 2 deletions docs/readme_it.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
===========
Expand Down
2 changes: 1 addition & 1 deletion install-dev/install_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

0 comments on commit e344776

Please sign in to comment.