Skip to content

Commit 8f8328d

Browse files
committed
Release notes 4.6.20
1 parent 63353de commit 8f8328d

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

docs/release_notes/ibexa_dxp_v4.6.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,32 @@ month_change: true
1010

1111
<div class="release-notes" markdown="1">
1212

13+
[[% set version = 'v4.6.20' %]]
14+
[[= release_note_entry_begin("Ibexa DXP " + version, '2025-05-27', ['Headless', 'Experience', 'Commerce']) =]]
15+
16+
#### Twig Components
17+
18+
- The new [Twig Components](components.md) feature allow you to effortlessly build customizable and reusable Twig templates in [[= product_name =]]
19+
20+
#### Extending Sub-items view
21+
22+
- With help of the new extension point, you can now [add new views or overwrite existing ones in the Sub-items list](subitems_list.md#create-custom-sub-items-list-view)
23+
24+
#### Infrastructure
25+
26+
- MySQL 8.4, Node 20 and Node 22 are now officially supported
27+
28+
#### PHP API
29+
30+
- The PHP API has been enhanced with the following new classes:
31+
32+
TODO
33+
34+
#### Full changelog
35+
[[% include 'snippets/release_46.md' %]]
36+
37+
[[= release_note_entry_end() =]]
38+
1339
[[% set version = 'v4.6.19' %]]
1440
[[= release_note_entry_begin("AI Actions " + version, '2025-04-09', ['LTS Update', 'New feature']) =]]
1541

docs/update_and_migration/from_4.6/update_from_4.6.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,3 +359,7 @@ To use the [latest features](ibexa_dxp_v4.6.md) added to them, update them separ
359359
```bash
360360
composer require ibexa/product-catalog-date-time-attribute:[[= latest_tag_4_6 =]]
361361
```
362+
363+
## v4.6.20
364+
365+
No additional steps needed.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ extra:
950950
latest_tag_4_3: '4.3.5'
951951
latest_tag_4_4: '4.4.4'
952952
latest_tag_4_5: '4.5.7'
953-
latest_tag_4_6: '4.6.19'
953+
latest_tag_4_6: '4.6.20'
954954
latest_tag_5_0: '5.0.0'
955955

956956
symfony_doc: 'https://symfony.com/doc/7.2'

0 commit comments

Comments
 (0)