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
3da98693
Commit
3da98693
authored
Feb 13, 2017
by
Maxime Biloé
Browse files
// Changelog 1.7.0.5
parent
c895c4bd
Changes
8
Hide whitespace changes
Inline
Side-by-side
config/autoload.php
View file @
3da98693
...
...
@@ -24,7 +24,7 @@
* International Registered Trademark & Property of PrestaShop SA
*/
define
(
'_PS_VERSION_'
,
'1.7.0.
4
'
);
define
(
'_PS_VERSION_'
,
'1.7.0.
5
'
);
require_once
(
_PS_CONFIG_DIR_
.
'alias.php'
);
require_once
(
_PS_CLASS_DIR_
.
'PrestaShopAutoload.php'
);
...
...
docs/CHANGELOG.txt
View file @
3da98693
...
...
@@ -23,6 +23,49 @@ International Registered Trademark & Property of PrestaShop SA
Release Notes for PrestaShop 1.7
--------------------------------
####################################
# v1.7.0.5 - (2017-02-06)
####################################
- Back Office:
- Bug fix:
- #7450: Fix some automator problem
- #7408: Fix deletion of virtual product attachment
- #7396: Fix products actions
- #7383: Add some cast on variables
- #7394: Fix fatal on getModulesToEnable()
- #7379: Fix image icon
- #7318: Fix saving decimals in AdminProduct combination form
- #7301: Translate categories tree in product page
- #7325: Add success message when import localization is ok
- #7324: No default reference on catalog
- #7326: Fix attachment file
- Front Office:
- Bug fix:
- #7410: Redirect to 404 when CMS page doesn't exist
- #7340: Fix translations error from module with sprintf
- #6972: Add missing nofilter after display hook
- Core:
- Improvement:
- #7360: Add config.php to the file .gitignore
- #7353: Update Israel VAT to 17%
- Bug fix:
- #7465: Protect some folders
- #7424: Update composer with modules
- #7354: Filter theme / module inputs
- #7418: Alter currency name to varchar(64)
- #7419: Use the right modules branch
- #7411: Refacto to get translation files
- #7407: Do not load index.php file in catalogue
- #7397: Fix email override path
- #7387: Fallback dataformate duplicate value
- #7347: Use the right attributes separator into the cart
- #7388: Fix clear media cache
- #7385: Fix function call
- #7351: Replace PCRE e modifier with callback
####################################
# v1.7.0.4 - (2017-01-10)
####################################
...
...
docs/readme_de.txt
View file @
3da98693
...
...
@@ -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.0.
4
VERSION: 1.7.0.
4
NAME: Prestashop 1.7.0.
5
VERSION: 1.7.0.
5
VORBEREITUNG
===========
...
...
docs/readme_en.txt
View file @
3da98693
...
...
@@ -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.0.
4
VERSION: 1.7.0.
4
NAME: Prestashop 1.7.0.
5
VERSION: 1.7.0.
5
PREPARATION
===========
...
...
docs/readme_es.txt
View file @
3da98693
...
...
@@ -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.0.
4
VERSION: 1.7.0.
4
NAME: Prestashop 1.7.0.
5
VERSION: 1.7.0.
5
PREPARACIÓN
===========
...
...
docs/readme_fr.txt
View file @
3da98693
...
...
@@ -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.0.
4
VERSION: 1.7.0.
4
NAME: Prestashop 1.7.0.
5
VERSION: 1.7.0.
5
PREPARATION
===========
...
...
docs/readme_it.txt
View file @
3da98693
...
...
@@ -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.0.
4
VERSION: 1.7.0.
4
NAME: Prestashop 1.7.0.
5
VERSION: 1.7.0.
5
PREPARAZIONE
===========
...
...
install-dev/install_version.php
View file @
3da98693
...
...
@@ -24,4 +24,4 @@
* International Registered Trademark & Property of PrestaShop SA
*/
define
(
'_PS_INSTALL_VERSION_'
,
'1.7.0.
4
'
);
define
(
'_PS_INSTALL_VERSION_'
,
'1.7.0.
5
'
);
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