You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/new_in_doc.md
+127Lines changed: 127 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,133 @@ This page contains recent highlights and notable changes in [[= product_name =]]
9
9
10
10
## February 2025
11
11
12
+
### Security
13
+
14
+
- Expanded security recommendations to follow when working with [images submitted by users](images.md#configuring-image-variations).
15
+
16
+
### Date and time attributes
17
+
18
+
- Added documentation for the latest LTS Update: [Date and time attributes](date_and_time.md)
19
+
20
+
### Automated Translation
21
+
22
+
- Added information about how you can install and extend the [Automated Translation](automated_translations.md) feature.
23
+
24
+
### Interactive demos
25
+
26
+
- The [Form Builder](form_builder_guide.md#how-does-form-builder-work), [Page Builder](page_builder_guide.md#edit-page), and [Online Editor](online_editor_guide.md#what-is-online-editor) product guides now include interactive demos presenting these features.
27
+
28
+
### Page Builder clipboard
29
+
30
+
- Described how you can use the [Page Builder's clipboard]([[= user_doc =]]content_management/create_edit_pages/#copy-blocks) to copy blocks between landing pages.
31
+
32
+
### REST API
33
+
34
+
- Described endpoints for [Segments](../api/rest_api/rest_api_reference/rest_api_reference.html#segments) and [Segment Groups](http://localhost:8103/en/latest/api/rest_api/rest_api_reference/rest_api_reference.html#segment-groups) management.
35
+
- Described endpoints for [AI Action Configurations](../api/rest_api/rest_api_reference/rest_api_reference.html#ai-actions-list-action-configurations) and [AI Action Types](../api/rest_api/rest_api_reference/rest_api_reference.html#ai-actions-list-action-types)
36
+
- Improved the example for [creating Orders](../api/rest_api/rest_api_reference/rest_api_reference.html#orders-create-order), showing how to pass shipping cost data.
37
+
38
+
### HTTP Cache
39
+
40
+
- Improved the VCL snippet to cache the first ESI request when [using Basic Auth with Fastly](fastly.md#enable-basic-auth-on-fastly).
41
+
42
+
### Search
43
+
- The lists of [search criteria](search_criteria_reference.md) and [sort clauses](sort_clause_reference.md) have been expanded to show their support for [searching in Trash](search_in_trash_reference.md).
44
+
45
+
### Templating
46
+
47
+
- The new [icon reference](icon_twig_functions.md#icons-reference) lists all the icons you can use when extending the back office.
48
+
- The following Twig functions now support objects implementing the [`ContentAwareInterface`](../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-ContentAwareInterface.html) as arguments:
- Described new Twig filter for product attributes grouping: [`ibexa_product_catalog_group_attributes`](product_twig_functions.md#ibexa_product_catalog_group_attributes)
62
+
63
+
### DDEV
64
+
65
+
- Described how you can use the [[[= product_name_cloud =]] addons](ddev_and_ibexa_cloud.md#with-ibexa-cloud-add-ons) when working with [[= product_name_cloud =]] projects.
66
+
67
+
### [[= product_name_cloud =]]
68
+
69
+
- Described how to [set up Composer authentication] when creating an [[= product_name_cloud =]] project(install_on_ibexa_cloud.md#composer-authentication-using-the-web-console).
70
+
71
+
#### PHP API
72
+
73
+
The PHP API has been enhanced with the following new classes and interfaces:
0 commit comments