Skip to content

Commit f01c5f7

Browse files
mnoconadriendupuis
andcommitted
Release notes: 4.6.20 (#2761)
* Release notes 4.6.20 * Moved update section * Rephrase * Added link to requirements * Added PHP API links. Made all links absolute * Fixed links * Update docs/release_notes/ibexa_dxp_v4.6.md Co-authored-by: Adrien Dupuis <[email protected]> * Removed namespaces --------- Co-authored-by: Adrien Dupuis <[email protected]>
1 parent e67213a commit f01c5f7

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

docs/release_notes/ibexa_dxp_v4.6.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,39 @@ 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](https://doc.ibexa.co/en/latest/templating/components/) feature allow you to effortlessly build customizable and reusable Twig templates in [[= product_name =]]
19+
20+
#### Extending Sub-items view
21+
22+
- Thanks to the new extension point, you can now [add new views or overwrite existing ones in the Sub-items list](https://doc.ibexa.co/en/latest/administration/back_office/subitems_list/#create-custom-sub-items-list-view)
23+
24+
#### Infrastructure
25+
26+
- MySQL 8.4, Node 20 and Node 22 are now [officially supported](https://doc.ibexa.co/en/latest/getting_started/requirements/)
27+
28+
#### PHP API
29+
30+
The PHP API has been enhanced with the following new classes:
31+
32+
- [`Ibexa\Contracts\AdminUi\Menu\AbstractActionBuilder`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-AdminUi-Menu-AbstractActionBuilder.html)
33+
- [`Ibexa\Contracts\TwigComponents\ComponentInterface`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-TwigComponents-ComponentInterface.html)
34+
- [`Ibexa\Contracts\TwigComponents\ComponentRegistryInterface`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-TwigComponents-ComponentRegistryInterface.html)
35+
- [`Ibexa\Contracts\TwigComponents\Event\RenderGroupEvent`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-TwigComponents-Event-RenderGroupEvent.html)
36+
- [`Ibexa\Contracts\TwigComponents\Event\RenderSingleEvent`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-TwigComponents-Event-RenderSingleEvent.html)
37+
- [`Ibexa\Contracts\TwigComponents\Exception\InvalidArgumentException`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-TwigComponents-Exception-InvalidArgumentException.html)
38+
- [`Ibexa\Contracts\TwigComponents\Renderer\RendererInterface`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-TwigComponents-Renderer-RendererInterface.html)
39+
40+
41+
#### Full changelog
42+
[[% include 'snippets/release_46.md' %]]
43+
44+
[[= release_note_entry_end() =]]
45+
1346
[[% set version = 'v4.6.19' %]]
1447
[[= release_note_entry_begin("AI Actions " + version, '2025-04-09', ['LTS Update', 'New feature']) =]]
1548

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
@@ -339,6 +339,10 @@ vendor/bin/rector --dry-run
339339
vendor/bin/rector
340340
```
341341

342+
## v4.6.20
343+
344+
No additional steps needed.
345+
342346
[[% include 'snippets/update/notify_support.md' %]]
343347

344348
With the product updated to the latest version, you can now finish the update process or proceed to updating the LTS Updates packages.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ extra:
949949
latest_tag_4_3: '4.3.5'
950950
latest_tag_4_4: '4.4.4'
951951
latest_tag_4_5: '4.5.7'
952-
latest_tag_4_6: '4.6.19'
952+
latest_tag_4_6: '4.6.20'
953953

954954
symfony_doc: 'https://symfony.com/doc/5.x'
955955
user_doc: 'https://doc.ibexa.co/projects/userguide/en/4.6'

0 commit comments

Comments
 (0)