Skip to content
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

PrestaShop 8.1.5 release notes #1282

Merged
merged 3 commits into from
Mar 19, 2024

Conversation

kpodemski
Copy link
Contributor

Release notes for 8.1.5.

@kpodemski kpodemski marked this pull request as draft March 1, 2024 09:56
@kpodemski
Copy link
Contributor Author

Do not merge before the release and updated channels.xml file 🔴

Copy link
Contributor

@matthieu-rolland matthieu-rolland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

preemptive aproval

@kpodemski kpodemski marked this pull request as ready for review March 19, 2024 08:22
@kpodemski kpodemski requested a review from coffrep March 19, 2024 08:22
@matthieu-rolland matthieu-rolland merged commit e0f69fa into PrestaShop:master Mar 19, 2024
1 check passed
Copy link
Contributor

@coffrep coffrep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @kpodemski, thanks a lot for the creation of the article, full of insights and new features. I added a few suggestions and approved on my end. At the beginning, I changed the date to today, do change it for whenever the post goes live.

layout: post
title: PrestaShop 8.1.5 Is Available
subtitle: New patch for branch 8.1.x is available
date: 2024-03-01 09:00:00
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
date: 2024-03-01 09:00:00
date: 2024-03-19 09:00:00

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed date, publish date to add when post goes live


Let's focus on some notable bug fixes that have been implemented in this version.

### Improvements to the discounts marked as "highlight"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Improvements to the discounts marked as "highlight"
### Improvements to discounts marked as "highlight"


### Improvements to the discounts marked as "highlight"

Thanks to [@Hlavtox](https://github.com/Hlavtox), version 8.1.5 adds quite a few improvements to discounts added with the "Highlight" option. The previous implementation of this feature could cause unwanted discounts to appear in the available discounts in the user's account. The [pull request with a fix](https://github.com/PrestaShop/PrestaShop/pull/35464), clearly explains all the scenario and when, where, how discounts will display depending on this setting.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Thanks to [@Hlavtox](https://github.com/Hlavtox), version 8.1.5 adds quite a few improvements to discounts added with the "Highlight" option. The previous implementation of this feature could cause unwanted discounts to appear in the available discounts in the user's account. The [pull request with a fix](https://github.com/PrestaShop/PrestaShop/pull/35464), clearly explains all the scenario and when, where, how discounts will display depending on this setting.
Thanks to [@Hlavtox](https://github.com/Hlavtox), version 8.1.5 adds quite a few improvements to discounts, added with the "highlight" option. The previous implementation of this feature could cause unwanted discounts to appear in the available discounts in the user's account. The [pull request that includes the fix](https://github.com/PrestaShop/PrestaShop/pull/35464), clearly explains the scenario and also the when, where, how discounts will display depending on this setting.


### Major bug fixes for the "Pack" products

The "Pack" products feature has been improved in this version. There was a serious bug that caused the "Pack" products not to work corrently if they were set to "Decrement products in pack only". This has been fixed in [pull request #35372](https://github.com/PrestaShop/PrestaShop/pull/35372) from [@Codencode](https://github.com/Codencode) and [@Hlavtox](https://github.com/Hlavtox). After constructing a test scenario, they were able to identify the issue and fix it. Thank you to both of them for their hard work!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The "Pack" products feature has been improved in this version. There was a serious bug that caused the "Pack" products not to work corrently if they were set to "Decrement products in pack only". This has been fixed in [pull request #35372](https://github.com/PrestaShop/PrestaShop/pull/35372) from [@Codencode](https://github.com/Codencode) and [@Hlavtox](https://github.com/Hlavtox). After constructing a test scenario, they were able to identify the issue and fix it. Thank you to both of them for their hard work!
The "Pack" products feature has been improved in this version. There was a serious bug that caused the "Pack" products to not work correctly if they were set to "Decrement products in pack only". This has been fixed in [pull request #35372](https://github.com/PrestaShop/PrestaShop/pull/35372) from [@Codencode](https://github.com/Codencode) and [@Hlavtox](https://github.com/Hlavtox). After constructing a test scenario, they were able to identify the issue and fix it. Thank you to both of them for their hard work!


### Better cart rules validation

[@Hlavtox](https://github.com/Hlavtox) took the first step to improve the validation of cart rules. The [pull request #35166](https://github.com/PrestaShop/PrestaShop/pull/35166) introduced an extra check for cart rules that don't met the conditions. This will prevent the cart rules from being applied when they shouldn't be. This doesn't fix all the issues with cart rules, but it's a step in the right direction.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[@Hlavtox](https://github.com/Hlavtox) took the first step to improve the validation of cart rules. The [pull request #35166](https://github.com/PrestaShop/PrestaShop/pull/35166) introduced an extra check for cart rules that don't met the conditions. This will prevent the cart rules from being applied when they shouldn't be. This doesn't fix all the issues with cart rules, but it's a step in the right direction.
[@Hlavtox](https://github.com/Hlavtox) took the first step to improve the validation of cart rules. The [pull request #35166](https://github.com/PrestaShop/PrestaShop/pull/35166) introduced an extra check for cart rules that don't meet the conditions. This will prevent the cart rules from being applied when they shouldn't be. This doesn't fix all the issues with cart rules, but it's a step in the right direction.


### Other bug fixes

You can see rest of pull requests with bug fixes on [Github](https://github.com/PrestaShop/PrestaShop/pulls?q=is%3Apr+is%3Amerged+milestone%3A8.1.5+label%3A%22Bug+fix%22).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
You can see rest of pull requests with bug fixes on [Github](https://github.com/PrestaShop/PrestaShop/pulls?q=is%3Apr+is%3Amerged+milestone%3A8.1.5+label%3A%22Bug+fix%22).
You can see the rest of pull requests with bug fixes on [Github](https://github.com/PrestaShop/PrestaShop/pulls?q=is%3Apr+is%3Amerged+milestone%3A8.1.5+label%3A%22Bug+fix%22).


### Improved cart view page in back office

Last but not least, the cart view page in the back office has been improved. Thanks to [@Hlavtox](https://github.com/PrestaShop/PrestaShop/pull/34682), we have a few changes, his pull request:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Last but not least, the cart view page in the back office has been improved. Thanks to [@Hlavtox](https://github.com/PrestaShop/PrestaShop/pull/34682), we have a few changes, his pull request:
Last but not least, the cart view page in the back office has been improved. Thanks to [@Hlavtox](https://github.com/PrestaShop/PrestaShop/pull/34682), we have a few changes. His pull request:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants