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
1ae609db
Unverified
Commit
1ae609db
authored
Nov 16, 2020
by
Pablo Borowicz
Committed by
GitHub
Nov 16, 2020
Browse files
Merge pull request #21928 from atomiix/release-1.7.6.9
parents
709d9afa
6a7c89a1
Changes
4
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
1ae609db
...
@@ -66,6 +66,7 @@ matrix:
...
@@ -66,6 +66,7 @@ matrix:
env
:
EXTRA_DEPS=phpHigh PRESTASHOP_TEST_TYPE=unit
env
:
EXTRA_DEPS=phpHigh PRESTASHOP_TEST_TYPE=unit
before_install
:
before_install
:
-
composer self-update --1
-
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_10.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :10 -ac -screen 0 1600x1200x16
-
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_10.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :10 -ac -screen 0 1600x1200x16
# Avoid Composer authentication issues
# Avoid Composer authentication issues
-
if [[ "$TRAVIS_REPO_SLUG" = PrestaShop/PrestaShop ]]; then cp travis-scripts/.composer-auth.json ~/.composer/auth.json; fi;
-
if [[ "$TRAVIS_REPO_SLUG" = PrestaShop/PrestaShop ]]; then cp travis-scripts/.composer-auth.json ~/.composer/auth.json; fi;
...
...
app/AppKernel.php
View file @
1ae609db
...
@@ -31,11 +31,11 @@ use Symfony\Component\HttpKernel\Kernel;
...
@@ -31,11 +31,11 @@ use Symfony\Component\HttpKernel\Kernel;
class
AppKernel
extends
Kernel
class
AppKernel
extends
Kernel
{
{
const
VERSION
=
'1.7.6.
8
'
;
const
VERSION
=
'1.7.6.
9
'
;
const
MAJOR_VERSION_STRING
=
'1.7'
;
const
MAJOR_VERSION_STRING
=
'1.7'
;
const
MAJOR_VERSION
=
17
;
const
MAJOR_VERSION
=
17
;
const
MINOR_VERSION
=
6
;
const
MINOR_VERSION
=
6
;
const
RELEASE_VERSION
=
8
;
const
RELEASE_VERSION
=
9
;
/**
/**
* @{inheritdoc}
* @{inheritdoc}
...
...
docs/CHANGELOG.txt
View file @
1ae609db
...
@@ -23,6 +23,13 @@ International Registered Trademark & Property of PrestaShop SA
...
@@ -23,6 +23,13 @@ International Registered Trademark & Property of PrestaShop SA
Release Notes for PrestaShop 1.7
Release Notes for PrestaShop 1.7
--------------------------------
--------------------------------
####################################
# v1.7.6.9 - (2020-11-16)
####################################
- Core:
- Bug fix:
- #GHSA-frf2-c9q3-qg9m: Improper Access Control with submitReorder function (by @PierreRambaud)
####################################
####################################
# v1.7.6.8 - (2020-09-24)
# v1.7.6.8 - (2020-09-24)
####################################
####################################
...
...
install-dev/install_version.php
View file @
1ae609db
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
* International Registered Trademark & Property of PrestaShop SA
* International Registered Trademark & Property of PrestaShop SA
*/
*/
define
(
'_PS_INSTALL_VERSION_'
,
'1.7.6.
8
'
);
define
(
'_PS_INSTALL_VERSION_'
,
'1.7.6.
9
'
);
define
(
'_PS_INSTALL_MINIMUM_PHP_VERSION_ID_'
,
50600
);
define
(
'_PS_INSTALL_MINIMUM_PHP_VERSION_ID_'
,
50600
);
define
(
'_PS_INSTALL_MINIMUM_PHP_VERSION_'
,
'5.6'
);
define
(
'_PS_INSTALL_MINIMUM_PHP_VERSION_'
,
'5.6'
);
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