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/ai_actions/ai_actions_guide.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/ai_actions/install_ai_actions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Install the AI Actions LTS update.
month_change: false
month_change: true
---

# Install AI Actions
Expand Down
24 changes: 24 additions & 0 deletions docs/resources/new_in_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@

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

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

View workflow job for this annotation

GitHub Actions / vale

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

[Ibexa.OxfordComma] Use a comma before the last 'and' or 'or' in a list of four or more items.
Raw output
{"message": "[Ibexa.OxfordComma] Use a comma before the last 'and' or 'or' in a list of four or more items.", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 14, "column": 96}}}, "severity": "WARNING"}

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

View workflow job for this annotation

GitHub Actions / vale

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

[Ibexa.VerySimply] Avoid using 'easily'.
Raw output
{"message": "[Ibexa.VerySimply] Avoid using 'easily'.", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 14, "column": 121}}}, "severity": "WARNING"}

### 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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down