Skip to content

Commit fe0bb77

Browse files
authored
Merge branch 'master' into IBX-9609-strict-validation
2 parents 6ee0776 + d35de90 commit fe0bb77

File tree

5 files changed

+28
-3
lines changed

5 files changed

+28
-3
lines changed

docs/ai_actions/ai_actions_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: AI Actions LTS update helps editors by automating repetitive tasks.
3-
month_change: false
3+
month_change: true
44
---
55

66
# AI Actions product guide

docs/ai_actions/install_ai_actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Install the AI Actions LTS update.
3-
month_change: false
3+
month_change: true
44
---
55

66
# Install AI Actions

docs/content_management/file_management/file_url_handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ibexa:
1717
url_prefix: '$var_dir$/$storage_dir$'
1818
```
1919
20-
`$var_dir$` and `$storage_dir$` are dynamic, [SiteAccess-aware settings](configuration.md#dynamic-settings-injection), and are replaced by their values in the execution context.
20+
`$var_dir$` and `$storage_dir$` are dynamic, [SiteAccess-aware settings](siteaccess_aware_configuration.md), and are replaced by their values in the execution context.
2121

2222
## Serving images with nginx
2323

docs/resources/new_in_doc.md

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

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

10+
## March 2025
11+
12+
### Release notes
13+
14+
- 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
15+
16+
### Requirements update
17+
18+
- 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
19+
20+
### AI Actions
21+
22+
- Specified minimum [[= product_name =]] version supported while working with AI Actions
23+
- AI Actions product guide: [Availability](https://doc.ibexa.co/en/latest/ai_actions/ai_actions_guide/#availability)
24+
- AI Actions section: [Install AI Actions](https://doc.ibexa.co/en/latest/ai_actions/install_ai_actions/)
25+
26+
### Online Editor
27+
28+
- 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)
29+
30+
### Templating
31+
32+
- 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
33+
1034
## February 2025
1135

1236
### Security

docs/templating/twig_function_reference/content_twig_functions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Content Twig function enable rendering whole content items and their information.
33
page_type: reference
4+
month_change: true
45
---
56

67
# Content Twig functions

0 commit comments

Comments
 (0)