Skip to content

Commit 093c65c

Browse files
committed
remove confirmed, keep postponed
1 parent 0531001 commit 093c65c

2 files changed

Lines changed: 45 additions & 17 deletions

File tree

docs/release_notes/ibexa_dxp_v4.6.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,28 @@ month_change: true
1313
[[% set version = 'v4.6.X' %]]
1414

1515
[[= release_note_entry_begin(
16-
"Integrated help " + version,
16+
"Ibexa DXP " + version,
1717
'YYYY-MM-DD',
18+
['Headless', 'Experience', 'Commerce', 'New feature']
19+
) =]]
20+
21+
### Gaussian blur optimization in Image Editor
22+
23+
The [Image Editor]([[= user_doc =]]/image_management/edit_images/) now supports configurable gaussian blur strength for image optimization.
24+
You can adjust the blur level to balance between file size reduction and image sharpness.
25+
For more information, see [Configure image editor](https://doc.ibexa.co/en/4.6/content_management/images/configure_image_editor/#gaussian-blur-strength).
26+
27+
### Full changelog
28+
29+
[[% include 'snippets/release_46.md' %]]
30+
31+
[[= release_note_entry_end() =]]
32+
33+
[[% set version = 'v4.6.29' %]]
34+
35+
[[= release_note_entry_begin(
36+
"Integrated help " + version,
37+
'2026-04-14',
1838
['Headless', 'Experience', 'Commerce', 'LTS Update', 'New feature']
1939
) =]]
2040

@@ -28,7 +48,7 @@ For more information, see [Product tour](https://doc.ibexa.co/en/4.6/administrat
2848

2949
[[= release_note_entry_begin(
3050
"Ibexa DXP " + version,
31-
'YYYY-MM-DD',
51+
'2026-04-14',
3252
['Headless', 'Experience', 'Commerce', 'New feature']
3353
) =]]
3454

@@ -74,12 +94,6 @@ The following additions were made to the PHP API:
7494
(for more information, see [its search criteria reference entry](https://doc.ibexa.co/en/4.6/search/criteria_reference/taxonomy_no_entries/))
7595
- optionally, from the [Integrated help LTS-Update](https://doc.ibexa.co/en/4.6/administration/back_office/integrated_help/), classes of the - [`Ibexa\Contracts\IntegratedHelp` namespace](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/namespaces/ibexa-contracts-integratedhelp.html)
7696

77-
### Gaussian blur optimization in Image Editor
78-
79-
The [Image Editor]([[= user_doc =]]/image_management/edit_images/) now supports configurable gaussian blur strength for image optimization.
80-
You can adjust the blur level to balance between file size reduction and image sharpness.
81-
For more information, see [Configure image editor](https://doc.ibexa.co/en/4.6/content_management/images/configure_image_editor/#gaussian-blur-strength).
82-
8397
### Full changelog
8498

8599
[[% include 'snippets/release_46.md' %]]

docs/release_notes/ibexa_dxp_v5.0.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,28 @@ month_change: true
1313
[[% set version = 'v5.0.X' %]]
1414

1515
[[= release_note_entry_begin(
16-
"Google Gemini connector " + version,
16+
"Ibexa DXP " + version,
1717
'YYYY-MM-DD',
18+
['Headless', 'Experience', 'Commerce', 'New feature']
19+
) =]]
20+
21+
### Gaussian blur optimization in Image Editor
22+
23+
The [Image Editor]([[= user_doc =]]/image_management/edit_images/) now supports configurable gaussian blur strength for image optimization.
24+
You can adjust the blur level to balance between file size reduction and image sharpness.
25+
For more information, see [Configure image editor](https://doc.ibexa.co/en/5.0/content_management/images/configure_image_editor/#gaussian-blur-strength).
26+
27+
### Full changelog
28+
29+
[[% include 'snippets/release_50.md' %]]
30+
31+
[[= release_note_entry_end() =]]
32+
33+
[[% set version = 'v5.0.7' %]]
34+
35+
[[= release_note_entry_begin(
36+
"Google Gemini connector " + version,
37+
'2026-04-14',
1838
['Headless', 'Experience', 'Commerce', 'LTS Update', 'New feature', 'First release']
1939
) =]]
2040

@@ -27,7 +47,7 @@ For more information, see how to [install and configure the Google Gemini connec
2747

2848
[[= release_note_entry_begin(
2949
"Integrated help " + version,
30-
'YYYY-MM-DD',
50+
'2026-04-14',
3151
['Headless', 'Experience', 'Commerce', 'LTS Update', 'New feature']
3252
) =]]
3353

@@ -41,7 +61,7 @@ For more information, see [Product tour](https://doc.ibexa.co/en/5.0/administrat
4161

4262
[[= release_note_entry_begin(
4363
"Ibexa DXP " + version,
44-
'YYYY-MM-DD',
64+
'2026-04-14',
4565
['Headless', 'Experience', 'Commerce', 'New feature']
4666
) =]]
4767

@@ -152,12 +172,6 @@ The following additions were made to the PHP API:
152172
- optionally, from the [Raptor connector add-on](https://doc.ibexa.co/en/5.0/cdp/raptor_integration/raptor_connector/), classes of the [`Ibexa\Contracts\ConnectorRaptor` namespace](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/namespaces/ibexa-contracts-connectorraptor.html)
153173
- optionally, from the [Integrated help LTS-Update](https://doc.ibexa.co/en/5.0/administration/back_office/integrated_help/), classes of the [`Ibexa\Contracts\IntegratedHelp` namespace](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/namespaces/ibexa-contracts-integratedhelp.html)
154174

155-
### Gaussian blur optimization in Image Editor
156-
157-
The [Image Editor]([[= user_doc =]]/image_management/edit_images/) now supports configurable gaussian blur strength for image optimization.
158-
You can adjust the blur level to balance between file size reduction and image sharpness.
159-
For more information, see [Configure image editor](https://doc.ibexa.co/en/5.0/content_management/images/configure_image_editor/#gaussian-blur-strength).
160-
161175
### AI Actions in Page Builder blocks [[% include 'snippets/experience_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]]
162176

163177
You can now use the [refining text AI Actions](https://doc.ibexa.co/en/5.0/ai_actions/ai_actions_guide/#refining-text) in Page Builder blocks string and text inputs.

0 commit comments

Comments
 (0)