Skip to content

Commit 05b1d10

Browse files
committed
Added PHP API links. Made all links absolute
1 parent 0374fae commit 05b1d10

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

docs/release_notes/ibexa_dxp_v4.6.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,32 @@ month_change: true
1515

1616
#### Twig Components
1717

18-
- The new [Twig Components](components.md) feature allow you to effortlessly build customizable and reusable Twig templates in [[= product_name =]]
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 =]]
1919

2020
#### Extending Sub-items view
2121

22-
- Thanks to 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)
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)
2323

2424
#### Infrastructure
2525

26-
- MySQL 8.4, Node 20 and Node 22 are now [officially supported](requirements.md)
26+
- MySQL 8.4, Node 20 and Node 22 are now [officially supported]((https://doc.ibexa.co/en/latest/getting_started/requirements/)
2727

2828
#### PHP API
2929

30-
- The PHP API has been enhanced with the following new classes:
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+
- [`Ibexa\Contracts\TwigComponents\Event`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/namespaces/ibexa-contracts-twigcomponents-event.html)
40+
- [`Ibexa\Contracts\TwigComponents\Exception`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/namespaces/ibexa-contracts-twigcomponents-exception.html)
41+
- [`Ibexa\Contracts\TwigComponents\Renderer`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/namespaces/ibexa-contracts-twigcomponents-renderer.html)
42+
- [`Ibexa\Contracts\TwigComponents`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/namespaces/ibexa-contracts-twigcomponents.html)
3143

32-
TODO
3344

3445
#### Full changelog
3546
[[% include 'snippets/release_46.md' %]]

0 commit comments

Comments
 (0)