Skip to content
GitLab
Menu
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
e344776c
Commit
e344776c
authored
Aug 31, 2017
by
Pablo Borowicz
Browse files
// Changelog 1.7.2.2
parent
8349fe70
Changes
8
Hide whitespace changes
Inline
Side-by-side
config/autoload.php
View file @
e344776c
...
...
@@ -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'
);
...
...
docs/CHANGELOG.txt
View file @
e344776c
...
...
@@ -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)
####################################
...
...
docs/readme_de.txt
View file @
e344776c
...
...
@@ -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
===========
...
...
docs/readme_en.txt
View file @
e344776c
...
...
@@ -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
===========
...
...
docs/readme_es.txt
View file @
e344776c
...
...
@@ -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
===========
...
...
docs/readme_fr.txt
View file @
e344776c
...
...
@@ -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
===========
...
...
docs/readme_it.txt
View file @
e344776c
...
...
@@ -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
===========
...
...
install-dev/install_version.php
View file @
e344776c
...
...
@@ -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
'
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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