-
Notifications
You must be signed in to change notification settings - Fork 85
Discounts 4.6.22 #2810
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
base: 4.6
Are you sure you want to change the base?
Discounts 4.6.22 #2810
Conversation
Preview of modified filesPreview of modified Markdown: |
code_samples/data_migration/examples/discounts/discount_code_create.yaml
Outdated
Show resolved
Hide resolved
@@ -522,6 +526,28 @@ To use the [latest features](ibexa_dxp_v4.6.md) added to them, update them separ | |||
REFERENCES ezuser (contentobject_id) ON UPDATE CASCADE ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE; | |||
``` | |||
|
|||
## 4.6.22 |
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.
Seing how it ends up in the right ToC, I would change this one and the previous ones to decrease the heading level, give some context, and standardize:
## 4.6.22 | |
### Discounts v4.6.22 |
Then apply manually the changes described below.
- ## 4.6.20
+ ### Discounts v4.6.20
- ### Policy changes
+ #### Policy changes
The `discount/view` policy is no longer required for the store customers to use a discount and must be removed from all users who are not managing discounts.
The policy allows to access all the discount details, including the coupon codes to activate them, which could lead to system abuse.
To learn more, see the [discounts policies overview](policies.md#discounts).
- ### Database update
+ #### Database update
Run the following scripts:
- ## 4.6.22
+ ### Discounts v4.6.22
- ### Database update
+ #### Database update
Run the following scripts:
docs/release_notes/ibexa_dxp_v4.6.md
Outdated
|
||
#### Global discount codes | ||
|
||
- You can now [limit the number of times](discounts_guide.md#discount-codes) a discount code can be used before it expires |
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.
What is the default value for discount codes created before the addition of this feature?
docs/release_notes/ibexa_dxp_v4.6.md
Outdated
#### Full changelog | ||
[[% include 'snippets/release_46.md' %]] | ||
[[= release_note_entry_end() =]] | ||
|
||
|
||
|
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.
#### Full changelog | |
[[% include 'snippets/release_46.md' %]] | |
[[= release_note_entry_end() =]] | |
#### Full changelog | |
[[% include 'snippets/release_46.md' %]] | |
[[= release_note_entry_end() =]] | |
Co-authored-by: Konrad Oboza <konrad.oboza@ibexa.co>
Thank you @adriendupuis , review suggestions applied in a35c98c |
code_samples/ change report
|
Documentation for:
Discount priority:
https://github.com/ibexa/discounts/pull/266
https://github.com/ibexa/discounts-codes/pull/30
https://github.com/ibexa/installer/pull/183
Discount code migrations:
https://github.com/ibexa/discounts-codes/pull/28
Global discount codes:
https://github.com/ibexa/discounts-codes/pull/20
Mention about the TODOs:
I'll wait with merging this PR until 4.6.22 is out.