Skip to content

Commit 4c10a72

Browse files
committed
Apply code review remarks
1 parent ba0122e commit 4c10a72

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/release_notes/ibexa_dxp_v5.0.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,19 @@ In addition, you can now use the [Taxonomy limitation](limitation_reference.md#t
4343

4444
The Product Picker tool that, for example, lets you [select products eligible for discounts]([[= user_doc =]]/commerce/discounts/work_with_discounts/#create-new-discount), now displays a **Base price** column for products and product variants.
4545

46-
#### Pagination for ibexa_object_relation_list in GraphQL
46+
#### Discounts
4747

48-
To improve performance and gain greater control over the returned responses from the [GraphQL API](graphql.md), you can now [enable pagination](relationlistfield.md#enable-pagination-in-graphql) of relations specified using the RelationList field type.
48+
- You can now [limit the number of times](discounts_guide.md#discount-codes) a discount code can be used before it expires. The discounts created before this release are set to unlimited global usage
49+
- Discounts with discount codes now have priority over the other discounts
50+
- You can now create discount codes using [data migrations](importing_data.md#discount-codes)
4951

50-
#### Other upgrades
52+
#### PHP API
53+
54+
The PHP API has been enhanced with the following new classes:
55+
56+
[`Ibexa\Contracts\Cart\Exception\VatCalculationExceptionInterface`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/classes/Ibexa-Contracts-Cart-Exception-VatCalculationExceptionInterface.html)
57+
[`Ibexa\Contracts\ProductCatalog\Values\Product\Query\Criterion\AbstractPriceRange`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-Query-Criterion-AbstractPriceRange.html)
58+
[`Ibexa\Contracts\ProductCatalog\Values\Product\Query\Criterion\CustomPriceRange`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-Query-Criterion-CustomPriceRange.html)
5159

5260
This release brings additional minor improvements to the developer's experience that result from capabilities offered by PHP in version 8.3.
5361

0 commit comments

Comments
 (0)