Skip to content

Commit 0f933ba

Browse files
New in doc: June 2025 (#2802)
* June 2025: new in doc added * fixes after doc review
1 parent 40b74e8 commit 0f933ba

File tree

9 files changed

+40
-6
lines changed

9 files changed

+40
-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: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@ month_change: true
77

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

10+
## June 2025
11+
12+
### Security
13+
14+
- Added [warning about code block access](https://doc.ibexa.co/en/latest/infrastructure_and_maintenance/security/security_checklist/#limit-access-to-code-blocks)
15+
16+
### v4.6.21
17+
18+
- [v4.6.21 release notes](https://doc.ibexa.co/en/latest/release_notes/ibexa_dxp_v4.6/#ibexa-dxp-v4621)
19+
20+
### Discounts
21+
22+
- 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.
23+
Discounts documentation includes:
24+
- [Product guide](https://doc.ibexa.co/en/latest/discounts/discounts_guide/)
25+
- [Installation documentation](https://doc.ibexa.co/en/latest/discounts/install_discounts/)
26+
- [Configuration documentation](https://doc.ibexa.co/en/latest/discounts/configure_discounts/)
27+
- [API usage](https://doc.ibexa.co/en/latest/discounts/discounts_api/)
28+
- 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/)
29+
- New [events](https://doc.ibexa.co/en/latest/api/event_reference/discounts_events/)
30+
- 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)
31+
- 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)
32+
- 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)
33+
34+
### PHP API
35+
36+
- Enhanced the PHP API reference with the following new classes:
37+
- [`Ibexa\Contracts\Checkout\Exception`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/namespaces/ibexa-contracts-checkout-exception.html)
38+
- [`Ibexa\Contracts\Checkout\Exception\CheckoutException`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-Checkout-Exception-CheckoutException.html)
39+
- [`Ibexa\Contracts\Checkout\Discounts\DiscountsValidationFailedException`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-Checkout-Discounts-DiscountsValidationFailedException.html)
40+
- [`Ibexa\Contracts\Discounts\Exception\DiscountValueResolutionException`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Exception-DiscountValueResolutionException.html)
41+
1042
## May 2025
1143

1244
### 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)