diff --git a/docs/ai_actions/ai_actions_guide.md b/docs/ai_actions/ai_actions_guide.md index 2572994a9b..e6f5e8c6fc 100644 --- a/docs/ai_actions/ai_actions_guide.md +++ b/docs/ai_actions/ai_actions_guide.md @@ -1,6 +1,6 @@ --- description: AI Actions LTS update helps editors by automating repetitive tasks. -month_change: false +month_change: true --- # AI Actions product guide diff --git a/docs/ai_actions/install_ai_actions.md b/docs/ai_actions/install_ai_actions.md index ab14131479..ad328fd3d2 100644 --- a/docs/ai_actions/install_ai_actions.md +++ b/docs/ai_actions/install_ai_actions.md @@ -1,6 +1,6 @@ --- description: Install the AI Actions LTS update. -month_change: false +month_change: true --- # Install AI Actions diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index 710b067d2a..2b6bb0b70f 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -7,6 +7,30 @@ month_change: true This page contains recent highlights and notable changes in [[= product_name =]] documentation. +## March 2025 + +### Release notes + +- Redesigned [Release notes page](https://doc.ibexa.co/en/latest/release_notes/ibexa_dxp_v4.6/) now includes filters to easily sort by product edition or LTS update type, while the updated documentation homepage provides quick access to essential details, showcasing changes introduced in the latest patch and LTS Updates releases + +### Requirements update + +- Updated [requirements](https://doc.ibexa.co/en/latest/getting_started/requirements/#operating-system) for [[= product_name =]]: RHEL 9.5 and CentOS Stream 9 are now supported for v4.6 + +### AI Actions + +- Specified minimum [[= product_name =]] version supported while working with AI Actions + - AI Actions product guide: [Availability](https://doc.ibexa.co/en/latest/ai_actions/ai_actions_guide/#availability) + - AI Actions section: [Install AI Actions](https://doc.ibexa.co/en/latest/ai_actions/install_ai_actions/) + +### Online Editor + +- Added an example in the Online Editor documentation showing how to [add characters and shortcuts for specific characters to the SpecialCharacters plugin in CKEditor configuration](https://doc.ibexa.co/en/latest/content_management/rich_text/extend_online_editor/#change-ckeditor-configuration) + +### Templating + +- Updated a description of the [`ibexa_render`](https://doc.ibexa.co/en/latest/templating/twig_function_reference/content_twig_functions/#content-rendering) Twig function to mention its support for objects implementing the [`ContentAwareInterface`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-ContentAwareInterface.html) as argument + ## February 2025 ### Security diff --git a/docs/templating/twig_function_reference/content_twig_functions.md b/docs/templating/twig_function_reference/content_twig_functions.md index a8d703c24f..5d25dc0b3f 100644 --- a/docs/templating/twig_function_reference/content_twig_functions.md +++ b/docs/templating/twig_function_reference/content_twig_functions.md @@ -1,6 +1,7 @@ --- description: Content Twig function enable rendering whole content items and their information. page_type: reference +month_change: true --- # Content Twig functions