Skip to content

Commit

Permalink
having an issue? create an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kpodemski committed Sep 18, 2024
1 parent baa9e1c commit ca9f9bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/news/releases/prestashop-8-2-0-available.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ A [new hook is available](https://github.com/PrestaShop/PrestaShop/pull/36657) f

[`CartLazyArray` has been introduced](https://github.com/PrestaShop/PrestaShop/pull/36575) as a first step to improve the performance of the cart object. This class is a lazy array that will only load the cart data when needed. This change introduced minor backward compatibility breaks, but it will be beneficial for the performance.

If you are a developer and encounter any issues with this change, please let us know by [creating a new issue](https://github.com/PrestaShop/PrestaShop/issues/new?assignees=&labels=Bug%2CNew&projects=&template=1_bug_report.yml) on GitHub.

**Improvement of the Mail class**

The `reply-to` parameter [is no longer allowed](https://github.com/PrestaShop/PrestaShop/pull/36576) to be the same as the `to` parameter in the `Mail` class. This change has been made to prevent emails from being marked as spam.
Expand Down

0 comments on commit ca9f9bb

Please sign in to comment.