Skip to content

Commit

Permalink
// Changelog 1.7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eternoendless committed Jul 27, 2018
1 parent f809f17 commit a80144d
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 13 deletions.
4 changes: 3 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ GitHub contributors:
- Jaume
- Javsmile
- J. Danse
- jbroutier
- JEAN
- jeanbe
- jeckyl
Expand Down Expand Up @@ -449,6 +450,7 @@ GitHub contributors:
- Patrick Weinstein
- Pavel Novitsky
- pbirnzain
- Pedro Câmara
- Pedro J. Parra
- Per Lejontand
- peterept
Expand Down Expand Up @@ -494,7 +496,7 @@ GitHub contributors:
- raulgundin
- rav88
- rdy4ever
- Remi Gaillard
- Rémi Gaillard
- Remigiusz Jackowski
- Renaud Sanchez - ChouetteWeb.fr
- rGaillard
Expand Down
2 changes: 1 addition & 1 deletion config/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* International Registered Trademark & Property of PrestaShop SA
*/

define('_PS_VERSION_', '1.7.4.1');
define('_PS_VERSION_', '1.7.4.2');

require_once(_PS_CONFIG_DIR_.'alias.php');
require_once(_PS_CLASS_DIR_.'PrestaShopAutoload.php');
Expand Down
35 changes: 35 additions & 0 deletions docs/CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,41 @@ International Registered Trademark & Property of PrestaShop SA

Release Notes for PrestaShop 1.7
--------------------------------
####################################
# v1.7.4.2 - (2018-07-27)
####################################
- Back Office:
- Bug fix:
- #9358: AdminSearchController.php : Parameter must be an array or an object that implements Countable
- #9359: Allow configuration to save html data
- #9330: It is impossible to create a SQL query "SELECT" - SQL Manager page
- #9326: Module translations aren't working when using Smarty Extend into TPL
- #9327: Fixed Product form when stock management is disabled
- #9322: Backward compatibility of $this->isCached() in modules
- #9279: Fix detection of APCu on Performance page
- Front Office:
- Bug fix:
- #9378: Generate core.js
- #9374: Fix multishop price calculation
- #9364: Fix JS error after add to cart
- #9365: Wrong generated template path when using getCurrentSubTemplate with a full path name.
- #9357: Core.js typeerror after updatecart
- #9335: Url does not update when changing product attributes
- Core:
- Bug fix:
- #9348: Fixed a misnamed variable
- #9345: Can't install prestashop in dev mode with open_basedir
- #9339: Fix bug extra space: htaccess directive order
- Installer:
- Improvement:
- #9361: Set allow_url_fopen optional in the system step
- Bug fix:
- #9371: Ntree regeneration should be done also if the entity arg is empty during install
- #9355: Allow to install PrestaShop without allow_url_fopen enabled
- Tests:
- Improvement:
- #9321: Add some fixes to the script and update scenario of onboarding

####################################
# v1.7.4.1 - (2018-07-16)
####################################
Expand Down
4 changes: 2 additions & 2 deletions docs/readme_de.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1
VERSION: 1.7.4.1
NAME: Prestashop 1.7.4.2
VERSION: 1.7.4.2

VORBEREITUNG
===========
Expand Down
4 changes: 2 additions & 2 deletions docs/readme_en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1
VERSION: 1.7.4.1
NAME: Prestashop 1.7.4.2
VERSION: 1.7.4.2

PREPARATION
===========
Expand Down
4 changes: 2 additions & 2 deletions docs/readme_es.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1
VERSION: 1.7.4.1
NAME: Prestashop 1.7.4.2
VERSION: 1.7.4.2

PREPARACIÓN
===========
Expand Down
4 changes: 2 additions & 2 deletions docs/readme_fr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1
VERSION: 1.7.4.1
NAME: Prestashop 1.7.4.2
VERSION: 1.7.4.2

PREPARATION
===========
Expand Down
4 changes: 2 additions & 2 deletions docs/readme_it.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1
VERSION: 1.7.4.1
NAME: Prestashop 1.7.4.2
VERSION: 1.7.4.2

PREPARAZIONE
===========
Expand Down
2 changes: 1 addition & 1 deletion install-dev/install_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* International Registered Trademark & Property of PrestaShop SA
*/

define('_PS_INSTALL_VERSION_', '1.7.4.1');
define('_PS_INSTALL_VERSION_', '1.7.4.2');

define('_PS_INSTALL_MINIMUM_PHP_VERSION_ID_', 50600);
define('_PS_INSTALL_MINIMUM_PHP_VERSION_', '5.6');

0 comments on commit a80144d

Please sign in to comment.