Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PrestaShop
PrestaShop
Commits
42157464
Commit
42157464
authored
Oct 05, 2017
by
Pablo Borowicz
Browse files
// Changelog 1.7.2.3
parent
71cb35ee
Changes
9
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTORS.md
View file @
42157464
...
...
@@ -80,6 +80,7 @@ GitHub contributors:
-
Chen.Zhidong
-
Chris
-
Chris Gurk
-
Christian Verardi
-
christianverardi
-
ChristopheBoucaut
-
CINS
...
...
@@ -94,6 +95,7 @@ GitHub contributors:
-
Conner Burnett
-
Corentin Delcourt
-
Cosmin Hutanu
-
Cristiano Verardi
-
Cyril Dussert
-
Cedric Mouleyre
-
damien
...
...
@@ -365,6 +367,7 @@ GitHub contributors:
-
Nicolas Lœuillet
-
Nicolas Martin
-
Nicolas Sorosac
-
Nicolas Giacconi
-
Niels Wouda
-
nihco2
-
Niklas Ekman
...
...
@@ -504,6 +507,7 @@ GitHub contributors:
-
Thomas
-
Thomas Blanc
-
Thomas Ferney
-
Thomas LEVIANDIER
-
Thomas N
-
Thomas Nabord
-
thomas-aw
...
...
config/autoload.php
View file @
42157464
...
...
@@ -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'
);
...
...
docs/CHANGELOG.txt
View file @
42157464
...
...
@@ -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)
####################################
...
...
docs/readme_de.txt
View file @
42157464
...
...
@@ -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
===========
...
...
docs/readme_en.txt
View file @
42157464
...
...
@@ -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
===========
...
...
docs/readme_es.txt
View file @
42157464
...
...
@@ -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
===========
...
...
docs/readme_fr.txt
View file @
42157464
...
...
@@ -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
===========
...
...
docs/readme_it.txt
View file @
42157464
...
...
@@ -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
===========
...
...
install-dev/install_version.php
View file @
42157464
...
...
@@ -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
'
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment