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
75d8b846
Commit
75d8b846
authored
Jun 05, 2017
by
Maxime Biloé
Browse files
// Changelog 1.6.1.14
parent
f750b824
Changes
10
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTORS.md
View file @
75d8b846
...
...
@@ -32,6 +32,7 @@ GitHub contributors:
-
antoniofr
-
AntonLejon
-
Arnaud Lemercier
-
Aurelien Pelletier
-
axi
-
Axome
-
Balestrino
...
...
@@ -107,6 +108,7 @@ GitHub contributors:
-
DOEO
-
DogSports
-
Dragan Skrbic
-
DRC
-
Dream me up
-
dreammeup
-
DrySs
...
...
@@ -125,6 +127,7 @@ GitHub contributors:
-
emilien-puget
-
emily-d
-
Eolia
-
Emmanuel Marichal
-
Eric Le Lay
-
Eric Rouvier
-
erickturcios
...
...
@@ -167,6 +170,7 @@ GitHub contributors:
-
ha99y
-
hadjedjvincent
-
harelguy
-
hibatallah.aouadni
-
hibatallahAouadni
-
hiousi
-
htrex
...
...
@@ -328,6 +332,7 @@ GitHub contributors:
-
proydsl
-
pxls
-
quadrateam
-
Quentin Briais
-
Quentin Leonetti
-
Quentin Montant
-
Quentin MONTANT - KIWIK
...
...
@@ -414,6 +419,7 @@ GitHub contributors:
-
tonyyb
-
tucoinfo
-
Tung Dao
-
Tuni-Soft
-
unlocomqx
-
Valerii Savchenko
-
vAugagneur
...
...
docs/CHANGELOG.txt
View file @
75d8b846
...
...
@@ -24,7 +24,36 @@ International Registred Trademark & Property of PrestaShop SA
Release Notes for PrestaShop 1.6
--------------------------------
####################################
# v1.6.1.12 - (2017-03-14)
# v1.6.1.14 - (2017-06-05)
####################################
Fixed bugs:
BO: Pipes in product names in autocomplete
BO: Fix taxes in credit slip
BO: Fix the refresh button of the stats bloc in the products list
BO: Add API_KEY field to display the map
BO: Fix customer message order
BO: Set correct value on load to display the right tab
BO: Translation of return merchandise fields
BO: Fix html interpreted as text in carrier's wizard summary
BO: Fix non well formed numeric value
BO: Fix error in HelperOptions
FO: Fix popover with multiple wishlists
FO: Shipping cost indication wrong
FO: Fix 404 bug when query string contains a LF
FO: Fix manufacturer pagination
FO: Fix JS error "Uncaught ReferenceError"
CO: Increase carrier delay length
CO: Send Http 500 error code when we can't connect to the database instead of a 200 code
CO: make OrderInvoice overridable
LO: Replace EN (US) by EN (UK) in UK localization pack
####################################
# v1.6.1.13 - (2017-04-10)
####################################
Fixed bugs:
...
...
docs/readme_de.txt
View file @
75d8b846
...
...
@@ -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
3
VERSION: 1.6.1.1
3
NAME: Prestashop 1.6.1.1
4
VERSION: 1.6.1.1
4
VORBEREITUNG
===========
...
...
docs/readme_en.txt
View file @
75d8b846
...
...
@@ -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
3
VERSION: 1.6.1.1
3
NAME: Prestashop 1.6.1.1
4
VERSION: 1.6.1.1
4
PREPARATION
===========
...
...
docs/readme_es.txt
View file @
75d8b846
...
...
@@ -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
3
VERSION: 1.6.1.1
3
NAME: Prestashop 1.6.1.1
4
VERSION: 1.6.1.1
4
PREPARACIÓN
===========
...
...
docs/readme_fr.txt
View file @
75d8b846
...
...
@@ -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
3
VERSION: 1.6.1.1
3
NAME: Prestashop 1.6.1.1
4
VERSION: 1.6.1.1
4
PREPARATION
===========
...
...
docs/readme_it.txt
View file @
75d8b846
...
...
@@ -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
3
VERSION: 1.6.1.1
3
NAME: Prestashop 1.6.1.1
4
VERSION: 1.6.1.1
4
PREPARAZIONE
===========
...
...
install-dev/install_version.php
View file @
75d8b846
...
...
@@ -24,4 +24,4 @@
* International Registered Trademark & Property of PrestaShop SA
*/
define
(
'_PS_INSTALL_VERSION_'
,
'1.6.1.1
3
'
);
define
(
'_PS_INSTALL_VERSION_'
,
'1.6.1.1
4
'
);
translations/en.gzip
View file @
75d8b846
No preview for this file type
translations/fr.gzip
View file @
75d8b846
No preview for this file type
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