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
1 change: 1 addition & 0 deletions docs/administration/back_office/subitems_list.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Inject a sub-items list into your back office customizations or customize the view.
month_change: true
---

# Sub-items list
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Configure repository connections, archive limits, field groups and other settings.
month_change: true
month_change: false
---

# Repository configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/ai_actions/ai_actions_guide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: AI Actions help editors by automating repetitive tasks.
month_change: true
month_change: false
---

# AI Actions product guide
Expand Down
1 change: 1 addition & 0 deletions docs/commerce/order_management/order_management_api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Use PHP API and REST API to manage orders in Commerce.
edition: commerce
month_change: true
---

# Order management API
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Ibexa DXP offers a range of built-in field types that cover most common needs when creating content.
page_type: reference
month_change: true
month_change: false
---

# Field type reference
Expand Down
2 changes: 1 addition & 1 deletion docs/content_management/images/add_image_asset_from_dam.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Configure a Digital Asset Management connector.
month_change: true
month_change: false
---

# Add Image Asset from Digital Asset Management
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: false
month_change: true
---

<!-- 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: false
month_change: true
---

# Reverse proxy
Expand Down
2 changes: 1 addition & 1 deletion docs/pim/pim_guide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: The PIM product guide provides a full description of the features and benefits that this module brings to the clients.
month_change: true
month_change: false
---

# PIM product guide
Expand Down
2 changes: 1 addition & 1 deletion docs/pim/products.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Products in the PIM are characterized by attributes describing their characteristics. You can create product variants and add assets to each product and variant.
month_change: true
month_change: false
---

# Products
Expand Down
37 changes: 37 additions & 0 deletions docs/resources/new_in_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,43 @@

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

## May 2025

### v4.6.20

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

View workflow job for this annotation

GitHub Actions / vale

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

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

- [v4.6.20 release notes](https://doc.ibexa.co/en/latest/release_notes/ibexa_dxp_v4.6/#ibexa-dxp-v4620)

### Twig Components

- Documented new [Twig Components](https://doc.ibexa.co/en/latest/templating/components/) feature that allows you to effortlessly build customizable and reusable Twig templates in [[= product_name =]]

### Extending Sub-items view

- Added documentation about how to [add new views or overwrite existing ones in the Sub-items list](https://doc.ibexa.co/en/latest/administration/back_office/subitems_list/#create-custom-sub-items-list-view)

### PHP API

- Enhanced the PHP API with the following new classes:
- [`Ibexa\Contracts\AdminUi\Menu\AbstractActionBuilder`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-AdminUi-Menu-AbstractActionBuilder.html)
- [`Ibexa\Contracts\TwigComponents\ComponentInterface`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-TwigComponents-ComponentInterface.html)
- [`Ibexa\Contracts\TwigComponents\ComponentRegistryInterface`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-TwigComponents-ComponentRegistryInterface.html)
- [`Ibexa\Contracts\TwigComponents\Event\RenderGroupEvent`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-TwigComponents-Event-RenderGroupEvent.html)
- [`Ibexa\Contracts\TwigComponents\Event\RenderSingleEvent`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-TwigComponents-Event-RenderSingleEvent.html)
- [`Ibexa\Contracts\TwigComponents\Exception\InvalidArgumentException`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-TwigComponents-Exception-InvalidArgumentException.html)
- [`Ibexa\Contracts\TwigComponents\Renderer\RendererInterface`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-TwigComponents-Renderer-RendererInterface.html)

### Requirements update

- Updated [requirements](https://doc.ibexa.co/en/latest/getting_started/requirements/) for [[= product_name =]] 4.6: MySQL 8.4, Node 20 and Node 22 are now officially supported

### AI Actions Connect handler

- Documented [how to use the `ibexa:connect:init-custom-property-structures` command](https://doc.ibexa.co/en/latest/ai_actions/install_ai_actions/#initiate-integration) to integrate [AI actions](https://doc.ibexa.co/en/latest/ai_actions/ai_actions_guide/) with [Ibexa Connect](https://doc.ibexa.co/projects/connect/en/latest/)

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

View workflow job for this annotation

GitHub Actions / vale

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

[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 41, "column": 264}}}, "severity": "ERROR"}

### Contributions

We want to thank [todomagichere](https://github.com/todomagichere) and [hgiesenow](https://github.com/hgiesenow) for their help in improving the [Order management API](https://doc.ibexa.co/en/latest/commerce/order_management/order_management_api) and [Reverse proxy](https://doc.ibexa.co/en/latest/infrastructure_and_maintenance/cache/http_cache/reverse_proxy) documentation pages

Check warning on line 45 in docs/resources/new_in_doc.md

View workflow job for this annotation

GitHub Actions / vale

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

[Ibexa.FirstPersonPronouns] Do not use first person pronouns unless specifically referring to our company.
Raw output
{"message": "[Ibexa.FirstPersonPronouns] Do not use first person pronouns unless specifically referring to our company.", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 45, "column": 1}}}, "severity": "WARNING"}

## April 2025

### Content management
Expand Down
1 change: 1 addition & 0 deletions docs/templating/components.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Twig components allow you to inject any custom widgets into selected places of the user interface.
month_change: true
---

# Twig Components
Expand Down
Loading