-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release version 5.0.1 #668
Conversation
Hlavtox
commented
Jan 30, 2024
•
edited by jolelievre
Loading
edited by jolelievre
Questions | Answers |
---|---|
Description? | Release version 5.0.1 |
Type? | |
BC breaks? | |
Deprecations? | |
Fixed ticket? | |
Sponsor company | |
How to test? |
Related to pull request PrestaShop/PrestaShop#31218. Improve back office performances on Categories lisiting
Fix infinite loop after upgrade with local module zip
Add index to `PREFIX_orders.invoice_date`
Add debug cookie default configuration values
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.3...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…/e2e/follow-redirects-1.15.4 Bump follow-redirects from 1.15.3 to 1.15.4 in /tests/e2e
Adapt upgraded installs to recent changes
get_magic_quotes_gpc() returns false since PHP 5.4, so doesn't make sense to keep it Co-authored-by: Krystian Podemski <kpodemski@users.noreply.github.com>
Check if function get_magic_quotes_gpc() exists before use it
Nightly : Migrate from endpoint `hook/add` to `hook/reports/import`
Nightly Upgrade : Fixed date formatting
Nightly Upgrade : Fixed date formatting (Use of DateTime::RFC3339_EXTENDED)
Fix normalizeVersion() levels on 8.x
Blocked by #671 |
upgrade/sql/8.1.4.sql
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this one should be renamed into 8.1.5.sql
first, the 8.1.4
was released separately as a security version
Rename 8.1.4.sql to 8.1.5.sql
Update hooks when they already exist
After CI is fixed in #673 we can go on |
Bump version 5.0.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Hlavtox
Thank you for your PR, I tested it and it seems to works as you can see :
recording.117.webm
I tested to upgrade from 1.7.8.11 to 8.0.5 to 8.1.4
I do a rollboack to 8.0.5 and to 1.7.8.11
Because the PR seems to works as expected, It's QA ✔️
Thank you