From bdc421b645ca56e40e767f903655b8ebdaa5b8ba Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Mon, 31 Dec 2012 14:37:29 +0100 Subject: [PATCH] // Changelog, readme and install_version.php --- docs/CHANGELOG | 13 +++++++++++++ docs/readme_de.txt | 4 ++-- docs/readme_en.txt | 4 ++-- docs/readme_es.txt | 4 ++-- docs/readme_fr.txt | 4 ++-- docs/readme_it.txt | 4 ++-- install-dev/install_version.php | 2 +- 7 files changed, 24 insertions(+), 11 deletions(-) diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 0aa4a8fc9..e021381e6 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -23,6 +23,19 @@ International Registred Trademark & Property of PrestaShop SA Release Notes for PrestaShop 1.5 -------------------------------- +#################################### +# v1.5.3.1 - (2012-12-31) # +#################################### + + Fixed bugs: + + [-] Project: Fix bug when you want to upload (and resize) an image + [-] Installer: Fix #PSCFV-6392 redirect_type was missing on upgrade + [-] FO: Fix retrocompatibility for modules and old themes + [-] FO: Fix PHP warning on category controller + [-] BO : fixed accentuated URLs in products + + #################################### # v1.5.3.0 - (2012-12-28) # #################################### diff --git a/docs/readme_de.txt b/docs/readme_de.txt index 6ed0bd6a8..cff3cab07 100755 --- a/docs/readme_de.txt +++ b/docs/readme_de.txt @@ -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.5.3.0 -VERSION: 1.5.3.0 +NAME: Prestashop 1.5.3.1 +VERSION: 1.5.3.1 VORBEREITUNG =========== diff --git a/docs/readme_en.txt b/docs/readme_en.txt index 3c1858436..27e3776ea 100755 --- a/docs/readme_en.txt +++ b/docs/readme_en.txt @@ -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.5.3.0 -VERSION: 1.5.3.0 +NAME: Prestashop 1.5.3.1 +VERSION: 1.5.3.1 PREPARATION =========== diff --git a/docs/readme_es.txt b/docs/readme_es.txt index ce36510c2..b5d1fccfc 100755 --- a/docs/readme_es.txt +++ b/docs/readme_es.txt @@ -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.5.3.0 -VERSION: 1.5.3.0 +NAME: Prestashop 1.5.3.1 +VERSION: 1.5.3.1 PREPARACI�N =========== diff --git a/docs/readme_fr.txt b/docs/readme_fr.txt index 4c8e02daa..cd6d45699 100755 --- a/docs/readme_fr.txt +++ b/docs/readme_fr.txt @@ -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.5.3.0 -VERSION: 1.5.3.0 +NAME: Prestashop 1.5.3.1 +VERSION: 1.5.3.1 PREPARATION =========== diff --git a/docs/readme_it.txt b/docs/readme_it.txt index 9ec71f09d..64acbde48 100755 --- a/docs/readme_it.txt +++ b/docs/readme_it.txt @@ -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.5.3.0 -VERSION: 1.5.3.0 +NAME: Prestashop 1.5.3.1 +VERSION: 1.5.3.1 PREPARAZIONE =========== diff --git a/install-dev/install_version.php b/install-dev/install_version.php index f7af36f88..5e542dd92 100644 --- a/install-dev/install_version.php +++ b/install-dev/install_version.php @@ -24,4 +24,4 @@ * International Registered Trademark & Property of PrestaShop SA */ -define('_PS_INSTALL_VERSION_', '1.5.3.0'); +define('_PS_INSTALL_VERSION_', '1.5.3.1');