diff --git a/docs/administration/back_office/subitems_list.md b/docs/administration/back_office/subitems_list.md index 86dedd6360..43bdfc7cbe 100644 --- a/docs/administration/back_office/subitems_list.md +++ b/docs/administration/back_office/subitems_list.md @@ -1,6 +1,6 @@ --- description: Inject a sub-items list into your back office customizations or customize the view. -month_change: true +month_change: false --- # Sub-items list diff --git a/docs/commerce/order_management/order_management_api.md b/docs/commerce/order_management/order_management_api.md index b7ec852b1d..f669f4eb6c 100644 --- a/docs/commerce/order_management/order_management_api.md +++ b/docs/commerce/order_management/order_management_api.md @@ -1,7 +1,7 @@ --- description: Use PHP API and REST API to manage orders in Commerce. edition: commerce -month_change: true +month_change: false --- # Order management API diff --git a/docs/getting_started/requirements.md b/docs/getting_started/requirements.md index 6f7c5917ae..1a0125969b 100644 --- a/docs/getting_started/requirements.md +++ b/docs/getting_started/requirements.md @@ -1,6 +1,6 @@ --- description: System, component and package requirements for running Ibexa DXP. -month_change: true +month_change: false --- diff --git a/docs/infrastructure_and_maintenance/cache/http_cache/reverse_proxy.md b/docs/infrastructure_and_maintenance/cache/http_cache/reverse_proxy.md index ff34912770..5198cd87da 100644 --- a/docs/infrastructure_and_maintenance/cache/http_cache/reverse_proxy.md +++ b/docs/infrastructure_and_maintenance/cache/http_cache/reverse_proxy.md @@ -1,6 +1,6 @@ --- description: You can use Symfony HttpCache Proxy, Varnish or Fastly as reverse proxies with Ibexa DXP. -month_change: true +month_change: false --- # Reverse proxy diff --git a/docs/permissions/limitation_reference.md b/docs/permissions/limitation_reference.md index cc05ab5c96..09e49157c9 100644 --- a/docs/permissions/limitation_reference.md +++ b/docs/permissions/limitation_reference.md @@ -1,6 +1,7 @@ --- description: Limitations let you fine-tune the permission system by specifying limits to roles granted to users. page_type: reference +month_change: true --- # Limitation reference diff --git a/docs/permissions/policies.md b/docs/permissions/policies.md index 08830e444c..101511395a 100644 --- a/docs/permissions/policies.md +++ b/docs/permissions/policies.md @@ -1,6 +1,7 @@ --- description: Policies are the main building block of the permissions system which lets you define the accesses for specific user roles. page_type: reference +month_change: true --- # Policies diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index 1bd3f0c0ba..80cea582bf 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -7,6 +7,38 @@ month_change: true This page contains recent highlights and notable changes in [[= product_name =]] documentation. +## June 2025 + +### Security + +- Added [warning about code block access](https://doc.ibexa.co/en/latest/infrastructure_and_maintenance/security/security_checklist/#limit-access-to-code-blocks) + +### v4.6.21 + +- [v4.6.21 release notes](https://doc.ibexa.co/en/latest/release_notes/ibexa_dxp_v4.6/#ibexa-dxp-v4621) + +### Discounts + +- 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. +Discounts documentation includes: + - [Product guide](https://doc.ibexa.co/en/latest/discounts/discounts_guide/) + - [Installation documentation](https://doc.ibexa.co/en/latest/discounts/install_discounts/) + - [Configuration documentation](https://doc.ibexa.co/en/latest/discounts/configure_discounts/) + - [API usage](https://doc.ibexa.co/en/latest/discounts/discounts_api/) + - 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/) + - New [events](https://doc.ibexa.co/en/latest/api/event_reference/discounts_events/) + - 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) + - 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) + - 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) + +### PHP API + +- Enhanced the PHP API reference with the following new classes: + - [`Ibexa\Contracts\Checkout\Exception`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/namespaces/ibexa-contracts-checkout-exception.html) + - [`Ibexa\Contracts\Checkout\Exception\CheckoutException`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-Checkout-Exception-CheckoutException.html) + - [`Ibexa\Contracts\Checkout\Discounts\DiscountsValidationFailedException`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-Checkout-Discounts-DiscountsValidationFailedException.html) + - [`Ibexa\Contracts\Discounts\Exception\DiscountValueResolutionException`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Exception-DiscountValueResolutionException.html) + ## May 2025 ### v4.6.20 diff --git a/docs/search/discounts_search_reference/discounts_criteria.md b/docs/search/discounts_search_reference/discounts_criteria.md index ce296c8818..6d8ac08271 100644 --- a/docs/search/discounts_search_reference/discounts_criteria.md +++ b/docs/search/discounts_search_reference/discounts_criteria.md @@ -1,5 +1,5 @@ --- -month_change: false +month_change: true editions: - lts-update - commerce diff --git a/docs/search/discounts_search_reference/discounts_sort_clauses.md b/docs/search/discounts_search_reference/discounts_sort_clauses.md index 8195bcd191..a25c26a6d0 100644 --- a/docs/search/discounts_search_reference/discounts_sort_clauses.md +++ b/docs/search/discounts_search_reference/discounts_sort_clauses.md @@ -1,5 +1,5 @@ --- -month_change: false +month_change: true editions: - lts-update - commerce