-
Notifications
You must be signed in to change notification settings - Fork 79
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 0.2.0 #600
Release 0.2.0 #600
Conversation
matthieu-rolland
commented
Feb 22, 2024
•
edited by nicosomb
Loading
edited by nicosomb
Questions | Answers |
---|---|
Description? | Release 0.2.0 |
Type? | |
BC breaks? | |
Deprecations? | |
Fixed ticket? | |
Sponsor company | |
How to test? |
Bump version to 0.1.6
Do not truncate opening day
…-font Preload material icons, allow to preload other fonts
…kout Edit payment option to work with ps_checkout
fix: The price is displayed twice as if there was a discount
fix: Bad display in the prices filters while uncheck one of the filters
Co-authored-by: Blivet Thibault <110676325+tblivet@users.noreply.github.com>
Fix: when you edit the product qty to zero, the product won't be removed from the cart
fix: quantity input of additional products have an issue after changing quantity of a product in the cart
…uct_card_minimum Change qty input min and value to match with minimal quantity
…Logo Add classes to make menu elements tall as parent
Changed lazyloading with highest fetchpriority in category header
Bump version to 0.1.7
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.
Hello @matthieu-rolland ,
Tested all the PRs of this release.
I have found a few things that need to be checked ^^
- Related to fix: quantity input of additional products have an issue after changing quantity of a product in the cart #541
In Shopping cart page, when you put 0 on the quantity and press Enter, the product won't be removed ❌
The product is removed only when you click on the Checkmark.
Screen.Recording.2024-02-23.at.14.17.14.mov
- Related to Change qty input min and value to match with minimal quantity #548
When you add a product with a minimal quantity to your cart, the product quantity should be updated.
Example : my minimal quantity is 3, I add 3 products to my cart, I Continue shopping, I should be able to add just 1 product to my cart instead of 3. ❌
The behavior in the shopping cart is correct ✅
Screen.Recording.2024-02-23.at.14.28.33.mov
- Related to Unusable menu dropdown when store logo is tall #546
Tested with this file :
Here's the result ❌
Screen.Recording.2024-02-23.at.15.02.30.mov
- Related to fix: productcomments issues #568
For the module productcomments, the stars are not displayed on category page ❌
Screen.Recording.2024-02-23.at.14.53.48.mov
Thanks 🚀
About the QA done by @florine2623, I opened new issues: We can go forward with this PR to release 0.1.7. |
Ok for release, bugs can be solved and merged later |