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
ab075e64
Commit
ab075e64
authored
Sep 07, 2017
by
Pablo Borowicz
Browse files
// Changelog 1.6.1.17
parent
47559def
Changes
8
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTORS.md
View file @
ab075e64
...
...
@@ -203,6 +203,7 @@ GitHub contributors:
-
Joan
-
Joan Juvanteny
-
joce
-
jocelyn fournier
-
Joe Siwiak
-
joemartin247
-
Joep Hendrix
...
...
@@ -256,6 +257,7 @@ GitHub contributors:
-
Marco Cervellin
-
Marcos
-
Marius
-
Mark Sullivan
-
matiasiglesias
-
Mats Rynge
-
Matteo
...
...
docs/CHANGELOG.txt
View file @
ab075e64
...
...
@@ -23,6 +23,32 @@ International Registred Trademark & Property of PrestaShop SA
Release Notes for PrestaShop 1.6
--------------------------------
####################################
# v1.6.1.17 - (2017-09-07)
####################################
Fixed bugs:
BO: Enable the create_order button when ordering virtual products & there's no available carriers
BO: Fix the currency display in supply order
BO: Fix coverage calculations in Stock Cover Report
BO: Add paid order to stats dashboard even when there's no related invoice generated
FO: Wrong gift display in My Voucher page in My Account
FO: Fix the email validation in instant checkout
FO: Secure the contact_form from spammers
FO: Secure FO from JS injection in URL
FO: Fix select delivery_option when changing the address in OPC
FO: Display the price based on the feature Customer_Groups
CO: Speed up search queries
CO: Load id_shop routes when needed
CO: Fix error when deleting a cart
CO: Add is_object condition in isInt function to prevent the error 500
CO: Fix duplicate url for supplier list when try to access a supplier
CO: Update the encrypt and decrypt functions to support all PHP versions
CO: Check if CMS Category is associated to shop
####################################
# v1.6.1.16 - (2017-08-01)
####################################
...
...
docs/readme_de.txt
View file @
ab075e64
...
...
@@ -17,12 +17,12 @@ versions in the future. If you wish to customize PrestaShop for your
needs please refer to http://www.prestashop.com for more information.
@author PrestaShop SA <contact@prestashop.com>
@copyright 2007-201
1
PrestaShop SA
@copyright 2007-201
7
PrestaShop SA
@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.6.1.1
5
VERSION: 1.6.1.1
5
NAME: Prestashop 1.6.1.1
7
VERSION: 1.6.1.1
7
VORBEREITUNG
===========
...
...
docs/readme_en.txt
View file @
ab075e64
...
...
@@ -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.6.1.1
6
VERSION: 1.6.1.1
6
NAME: Prestashop 1.6.1.1
7
VERSION: 1.6.1.1
7
PREPARATION
===========
...
...
docs/readme_es.txt
View file @
ab075e64
...
...
@@ -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.6.1.1
6
VERSION: 1.6.1.1
6
NAME: Prestashop 1.6.1.1
7
VERSION: 1.6.1.1
7
PREPARACIÓN
===========
...
...
docs/readme_fr.txt
View file @
ab075e64
...
...
@@ -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.6.1.1
6
VERSION: 1.6.1.1
6
NAME: Prestashop 1.6.1.1
7
VERSION: 1.6.1.1
7
PREPARATION
===========
...
...
docs/readme_it.txt
View file @
ab075e64
...
...
@@ -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.6.1.1
6
VERSION: 1.6.1.1
6
NAME: Prestashop 1.6.1.1
7
VERSION: 1.6.1.1
7
PREPARAZIONE
===========
...
...
install-dev/install_version.php
View file @
ab075e64
...
...
@@ -24,4 +24,4 @@
* International Registered Trademark & Property of PrestaShop SA
*/
define
(
'_PS_INSTALL_VERSION_'
,
'1.6.1.1
6
'
);
define
(
'_PS_INSTALL_VERSION_'
,
'1.6.1.1
7
'
);
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