Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/administration/back_office/subitems_list.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/commerce/order_management/order_management_api.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/requirements.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: System, component and package requirements for running Ibexa DXP.
month_change: true
month_change: false
---

<!-- vale off -->
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/permissions/limitation_reference.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/permissions/policies.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
32 changes: 32 additions & 0 deletions docs/resources/new_in_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,38 @@

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

Check failure on line 16 in docs/resources/new_in_doc.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/resources/new_in_doc.md#L16

[Ibexa.VariablesVersion] Use global variable '[[= latest_tag_4_6 =]]' instead of 'v4.6.21'
Raw output
{"message": "[Ibexa.VariablesVersion] Use global variable '[[= latest_tag_4_6 =]]' instead of 'v4.6.21'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 16, "column": 5}}}, "severity": "ERROR"}

- [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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
month_change: false
month_change: true
editions:
- lts-update
- commerce
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
month_change: false
month_change: true
editions:
- lts-update
- commerce
Expand Down
Loading