Skip to content

Commit

Permalink
Merge pull request PrestaShop#1659 from thomasnares/fixTbc8
Browse files Browse the repository at this point in the history
  • Loading branch information
kpodemski authored May 11, 2023
2 parents fc86db9 + 10fbdb1 commit f7b2840
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/core-updates/8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PrestaShop 8.0 adds supports for PHP 8.0 and PHP 8.1 and requires at least PHP 7
* Because of the [support for PHP 8.1](https://github.com/PrestaShop/PrestaShop/pull/28402) many methods have declared a return type now.
* The logic for customers' login and registration [is now](https://github.com/PrestaShop/PrestaShop/pull/27755/) split between two controllers (`RegistrationController`, `AuthController`). This might impact third-party themes and modules as the URL to the registration has changed.
* Before PrestaShop places an order [there is an additional request now](https://github.com/PrestaShop/PrestaShop/pull/26048/), to see if the number of products in the cart is still valid. This might require third-party payment modules to implement the checks in their solutions accordingly.
* Due to the new [password policy management features](new-password-policy), third-party solutions that generate customer data might require to implement changes accordingly.
* Due to the new [password policy management features][new-password-policy], third-party solutions that generate customer data might require to implement changes accordingly.
* In some countries, loading fonts through Google Fonts' CDN service has been judged incompatible with [GDPR](https://en.wikipedia.org/wiki/General_Data_Protection_Regulation), so [these fonts are now built into the project](https://github.com/PrestaShop/PrestaShop/issues/27541). This should not affect your work, but spreading awareness around this topic is important.

### Symfony update
Expand Down Expand Up @@ -1128,6 +1128,6 @@ The Bootstrap version used in Symfony-based Back office pages has been updated f
* sprintf-js
* tether

[legacy-translation]: {{< relref "8/modules/creation/module-translation/classic-system" >}}
[new-translation]: {{< relref "8/modules/creation/module-translation/new-system" >}}
[new-password-policy]: {{< relref "8/modules/core-updates/new-password-policy" >}}
[legacy-translation]: {{< relref "/8/modules/creation/module-translation/classic-system" >}}
[new-translation]: {{< relref "/8/modules/creation/module-translation/new-system" >}}
[new-password-policy]: {{< relref "/8/modules/core-updates/new-password-policy" >}}

0 comments on commit f7b2840

Please sign in to comment.