Skip to content

Commit

Permalink
// Changelog 1.7.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Borowicz committed May 2, 2019
1 parent 2a42625 commit 4edecec
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ GitHub contributors:
- natrim
- neemzy
- neoteknic
- nesrine abdmouleh
- nezenmoins
- Nicklas
- Nicolas Giacconi
Expand Down
4 changes: 2 additions & 2 deletions app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@

class AppKernel extends Kernel
{
const VERSION = '1.7.5.1';
const VERSION = '1.7.5.2';
const MAJOR_VERSION_STRING = '1.7';
const MAJOR_VERSION = 17;
const MINOR_VERSION = 5;
const RELEASE_VERSION = 1;
const RELEASE_VERSION = 2;

/**
* @{inheritdoc}
Expand Down
15 changes: 14 additions & 1 deletion docs/CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,20 @@ Release Notes for PrestaShop 1.7
--------------------------------

####################################
# v1.7.5.1 - (2010-02-18)
# v1.7.5.2 - (2019-05-02)
####################################
- Core:
- Bug fix:
- #13599: Forbid URLs to be added in customer names (by @PierreRambaud)
- #13580: Fixed dispatched hook on the Grid presenter (by @mickaelandrieu)
- #13567: Improve name validation (by @eternoendless)
- #13549: Forbid URLs to be inserted into Name fields (by @matks)
- Tests:
- Refactoring:
- #13583: Fix selector in E2E tests for addons catalog page and another one in the autoupgrade test (by @nesrineabdmouleh)

####################################
# v1.7.5.1 - (2019-02-18)
####################################
- Back Office:
- Bug fix:
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.5.1');
define('_PS_INSTALL_VERSION_', '1.7.5.2');

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

0 comments on commit 4edecec

Please sign in to comment.