Skip to content

Commit 5d0f4f0

Browse files
June 2025: new in doc added
1 parent 0021698 commit 5d0f4f0

File tree

9 files changed

+36
-6
lines changed

9 files changed

+36
-6
lines changed

docs/administration/back_office/subitems_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Inject a sub-items list into your back office customizations or customize the view.
3-
month_change: true
3+
month_change: false
44
---
55

66
# Sub-items list

docs/commerce/order_management/order_management_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Use PHP API and REST API to manage orders in Commerce.
33
edition: commerce
4-
month_change: true
4+
month_change: false
55
---
66

77
# Order management API

docs/getting_started/requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: System, component and package requirements for running Ibexa DXP.
3-
month_change: true
3+
month_change: false
44
---
55

66
<!-- vale off -->

docs/infrastructure_and_maintenance/cache/http_cache/reverse_proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: You can use Symfony HttpCache Proxy, Varnish or Fastly as reverse proxies with Ibexa DXP.
3-
month_change: true
3+
month_change: false
44
---
55

66
# Reverse proxy

docs/permissions/limitation_reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Limitations let you fine-tune the permission system by specifying limits to roles granted to users.
33
page_type: reference
4+
month_change: true
45
---
56

67
# Limitation reference

docs/permissions/policies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Policies are the main building block of the permissions system which lets you define the accesses for specific user roles.
33
page_type: reference
4+
month_change: true
45
---
56

67
# Policies

docs/resources/new_in_doc.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@ month_change: true
77

88
This page contains recent highlights and notable changes in [[= product_name =]] documentation.
99

10+
## June 2025
11+
12+
### Discounts
13+
14+
- Introduced new [Discounts](https://doc.ibexa.co/en/latest/discounts/discounts/) feature that allows online stores to temporarily or permanently reduce prices on specific products or categories.
15+
Discounts documentation includes:
16+
- [Product guide](https://doc.ibexa.co/en/latest/discounts/discounts_guide/)
17+
- [Installation and configuration](https://doc.ibexa.co/en/latest/discounts/install_discounts/)
18+
- [Customization documentation](https://doc.ibexa.co/en/latest/discounts/configure_discounts/)
19+
- [API](https://doc.ibexa.co/en/latest/discounts/discounts_api/)
20+
- New [Search Sort Clauses](https://doc.ibexa.co/en/latest/search/discounts_search_reference/discounts_sort_clauses/) and [Search Criteria](https://doc.ibexa.co/en/latest/search/discounts_search_reference/discounts_criteria/)
21+
- New [events](https://doc.ibexa.co/en/latest/api/event_reference/discounts_events/)
22+
- Rest API for [Discounts](https://doc.ibexa.co/en/latest/api/rest_api/rest_api_reference/rest_api_reference.html#discounts) and [Discount Codes](https://doc.ibexa.co/en/latest/api/rest_api/rest_api_reference/rest_api_reference.html#discount-codes)
23+
- New [Twig functions](https://doc.ibexa.co/en/latest/templating/twig_function_reference/discounts_twig_functions/) and [Twig Components groups](https://doc.ibexa.co/en/latest/administration/back_office/back_office_elements/custom_components/#discounts)
24+
- New [policies](https://doc.ibexa.co/en/latest/permissions/policies/#discounts) and [limitations](https://doc.ibexa.co/en/latest/permissions/limitation_reference/#discount-owner-limitation)
25+
26+
### PHP API
27+
28+
- Enhanced the PHP API with the following new classes:
29+
- [`Ibexa\Contracts\Checkout\Exception`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/namespaces/ibexa-contracts-checkout-exception.html)
30+
- [`Ibexa\Contracts\Checkout\Exception\CheckoutException`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-Checkout-Exception-CheckoutException.html)
31+
- [`Ibexa\Contracts\Checkout\Discounts\DiscountsValidationFailedException`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-Checkout-Discounts-DiscountsValidationFailedException.html)
32+
- [`Ibexa\Contracts\Discounts\Exception\DiscountValueResolutionException`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Exception-DiscountValueResolutionException.html)
33+
34+
### Infrastructure and maintenance
35+
36+
- Added [warning about code block access](https://doc.ibexa.co/en/latest/infrastructure_and_maintenance/security/security_checklist/#limit-access-to-code-blocks)
37+
1038
## May 2025
1139

1240
### v4.6.20

docs/search/discounts_search_reference/discounts_criteria.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
month_change: false
2+
month_change: true
33
editions:
44
- lts-update
55
- commerce

docs/search/discounts_search_reference/discounts_sort_clauses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
month_change: false
2+
month_change: true
33
editions:
44
- lts-update
55
- commerce

0 commit comments

Comments
 (0)