Skip to content

Commit

Permalink
// Changelog 1.7.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eternoendless committed Oct 5, 2017
1 parent 71cb35e commit 4215746
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ GitHub contributors:
- Chen.Zhidong
- Chris
- Chris Gurk
- Christian Verardi
- christianverardi
- ChristopheBoucaut
- CINS
Expand All @@ -94,6 +95,7 @@ GitHub contributors:
- Conner Burnett
- Corentin Delcourt
- Cosmin Hutanu
- Cristiano Verardi
- Cyril Dussert
- Cedric Mouleyre
- damien
Expand Down Expand Up @@ -365,6 +367,7 @@ GitHub contributors:
- Nicolas Lœuillet
- Nicolas Martin
- Nicolas Sorosac
- Nicolas Giacconi
- Niels Wouda
- nihco2
- Niklas Ekman
Expand Down Expand Up @@ -504,6 +507,7 @@ GitHub contributors:
- Thomas
- Thomas Blanc
- Thomas Ferney
- Thomas LEVIANDIER
- Thomas N
- Thomas Nabord
- thomas-aw
Expand Down
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.2');
define('_PS_VERSION_', '1.7.2.3');

require_once(_PS_CONFIG_DIR_.'alias.php');
require_once(_PS_CLASS_DIR_.'PrestaShopAutoload.php');
Expand Down
32 changes: 32 additions & 0 deletions docs/CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,38 @@ International Registered Trademark & Property of PrestaShop SA

Release Notes for PrestaShop 1.7
--------------------------------
####################################
# v1.7.2.3 - (2017-10-05)
####################################
- Back Office:
- Improvement:
- #7810: Add a loading spinner into product page
- Bug fix:
- #8366: Use default country instead of translator locale for marketplace API
- #7938: Update bulk action combinations number after delete or add combination
- #8232: Fixed bug in AdminCartRulesController when limiting the validity …
- #8346: Fix the currency display in supply order
- #8287: Fix the category search in the product page
- #8288: Fix displaying empty zip code of tax rule

- Front Office:
- Bug fix:
- #7848: Fix switching combination when the product is offline
- #7781: Add error message when updating quantity wanted input
- #8283: Currency exchange fixes on product page

- Core:
- Improvement:
- #8360: Fixing the version for core modules ps_legalcompliance ps_linklist ps_customtext ps_customeraccountlinks
- Bug fix:
- #8380: Fix Context::getTranslator() cache
- #8361: Fix conflict between two cart rules and a single product cart
- #8213: Voucher issue fix

- Web Services:
- Bug fix:
- #8275: Fix update product with WS

####################################
# v1.7.2.2 - (2017-08-31)
####################################
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.2
VERSION: 1.7.2.2
NAME: Prestashop 1.7.2.3
VERSION: 1.7.2.3

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.2
VERSION: 1.7.2.2
NAME: Prestashop 1.7.2.3
VERSION: 1.7.2.3

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.2
VERSION: 1.7.2.2
NAME: Prestashop 1.7.2.3
VERSION: 1.7.2.3

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.2
VERSION: 1.7.2.2
NAME: Prestashop 1.7.2.3
VERSION: 1.7.2.3

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.2
VERSION: 1.7.2.2
NAME: Prestashop 1.7.2.3
VERSION: 1.7.2.3

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.2');
define('_PS_INSTALL_VERSION_', '1.7.2.3');

0 comments on commit 4215746

Please sign in to comment.