Skip to content

Commit 09a211a

Browse files
julitafalconduszamnocon
authored andcommitted
New in doc: May 2025 (#2765)
* New in doc May 2025 * fixes, 4.6.20 release notes added * fixes, month_change updated
1 parent 151cb3f commit 09a211a

File tree

12 files changed

+49
-10
lines changed

12 files changed

+49
-10
lines changed

docs/administration/back_office/subitems_list.md

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

56
# Sub-items list

docs/administration/configuration/repository_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Configure repository connections, archive limits, field groups and other settings.
3-
month_change: true
3+
month_change: false
44
---
55

66
# Repository configuration

docs/ai_actions/ai_actions_guide.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
description: AI Actions LTS update helps editors by automating repetitive tasks.
3-
edition: lts-update
4-
month_change: true
2+
description: AI Actions help editors by automating repetitive tasks.
3+
month_change: false
54
---
65

76
# AI Actions product guide

docs/commerce/order_management/order_management_api.md

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

67
# Order management API

docs/content_management/field_types/field_type_reference/field_type_reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Ibexa DXP offers a range of built-in field types that cover most common needs when creating content.
33
page_type: reference
4-
month_change: true
4+
month_change: false
55
---
66

77
# Field type reference

docs/content_management/images/add_image_asset_from_dam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Configure a Digital Asset Management connector.
3-
month_change: true
3+
month_change: false
44
---
55

66
# Add Image Asset from Digital Asset Management

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: false
3+
month_change: true
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: false
3+
month_change: true
44
---
55

66
# Reverse proxy

docs/pim/pim_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: The PIM product guide provides a full description of the features and benefits that this module brings to the clients.
3-
month_change: true
3+
month_change: false
44
---
55

66
# PIM product guide

docs/pim/products.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
3-
month_change: true
3+
month_change: false
44
---
55

66
# Products

docs/resources/new_in_doc.md

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

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

10+
## May 2025
11+
12+
### v4.6.20
13+
14+
- [v4.6.20 release notes](https://doc.ibexa.co/en/latest/release_notes/ibexa_dxp_v4.6/#ibexa-dxp-v4620)
15+
16+
### Twig Components
17+
18+
- 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 =]]
19+
20+
### Extending Sub-items view
21+
22+
- 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)
23+
24+
### PHP API
25+
26+
- Enhanced the PHP API with the following new classes:
27+
- [`Ibexa\Contracts\AdminUi\Menu\AbstractActionBuilder`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-AdminUi-Menu-AbstractActionBuilder.html)
28+
- [`Ibexa\Contracts\TwigComponents\ComponentInterface`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-TwigComponents-ComponentInterface.html)
29+
- [`Ibexa\Contracts\TwigComponents\ComponentRegistryInterface`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-TwigComponents-ComponentRegistryInterface.html)
30+
- [`Ibexa\Contracts\TwigComponents\Event\RenderGroupEvent`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-TwigComponents-Event-RenderGroupEvent.html)
31+
- [`Ibexa\Contracts\TwigComponents\Event\RenderSingleEvent`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-TwigComponents-Event-RenderSingleEvent.html)
32+
- [`Ibexa\Contracts\TwigComponents\Exception\InvalidArgumentException`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-TwigComponents-Exception-InvalidArgumentException.html)
33+
- [`Ibexa\Contracts\TwigComponents\Renderer\RendererInterface`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-TwigComponents-Renderer-RendererInterface.html)
34+
35+
### Requirements update
36+
37+
- 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
38+
39+
### AI Actions Connect handler
40+
41+
- 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/)
42+
43+
### Contributions
44+
45+
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
46+
1047
## April 2025
1148

1249
### Content management

docs/templating/components.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: Twig components allow you to inject any custom widgets into selected places of the user interface.
3+
month_change: true
34
---
45

56
# Twig Components

0 commit comments

Comments
 (0)