Skip to content

Commit d572dfe

Browse files
committed
5.0.2 & 4.6.24 releases
1 parent 5b5736b commit d572dfe

File tree

7 files changed

+116
-2
lines changed

7 files changed

+116
-2
lines changed

docs/release_notes/ibexa_dxp_v4.6.md

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

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

13+
[[% set version = 'v4.6.24' %]]
14+
15+
[[= release_note_entry_begin("AI Actions " + version, '2025-04-09', ['LTS Update']) =]]
16+
17+
#### Chat GPT 5.0 support
18+
19+
With improved reasoning and greater accuracy in mind, the AI Connector package has been enhanced by adding ChatGPT 5.0 to its list of supported LLMs.
20+
21+
![ChatGPT 5.0 on a list of supported LLMs](502_ai_connector_gpt_50.png "ChatGPT 5.0 on a list of supported LLMs")
22+
23+
[[= release_note_entry_end() =]]
24+
25+
[[= release_note_entry_begin("Discounts " + version, '2025-08-05', ['LTS Update', 'Commerce']) =]]
26+
27+
#### Discount indexing
28+
29+
Discounts now allow scheduling a mass re-indexing of discounted product catalog prices at the most convenient time by using the Ibexa Messenger package.
30+
Ibexa Messenger is a customization of the Symfony Messenger package, created to adjust it to [[= product_name =]]'s needs.
31+
Once [properly configured](configure_ai_actions.md#configure-ibexa-messenger) it monitors your system resources to trigger price re-indexing without causing performance-based disruptions.
32+
33+
[[= release_note_entry_end() =]]
34+
35+
[[= release_note_entry_begin("Ibexa DXP " + version, '2025-09-09', ['Headless', 'Experience', 'Commerce', 'New feature']) =]]
36+
37+
#### Collaboration
38+
39+
With real-time collaboration, your teams can work on the same project at the same time without overwriting each other’s work, and focus mode hides all the distractions.
40+
41+
#### Improvements to notifications
42+
43+
An improved notifications system is now more intuitive.
44+
Developers can now create and configure their own notification types, while users can now browse through a list of notifications, where they can either act on them or dismiss them.
45+
46+
![A searchable notifications list](502_notifications_screen.png "A searchable notifications list")
47+
48+
#### Developer experience
49+
50+
##### New version of PHP Storm Plugin
51+
52+
To further improve your experience with Ibexa DXP, a 1.14.0 version of PHP Storm Plugin has been released, which brings the following changes:
53+
54+
- Added support for Ibexa DXP v5.0
55+
- Added compatibility with PhpStorm 2024.3.6+
56+
- Added file template for Twig Component class
57+
- Added code completion for Twig Component Groups in YAML config files and AsTwigComponent attribute
58+
- Added code completion for Twig Component Types in YAML config files
59+
60+
##### PHP API
61+
62+
The PHP API has been enhanced with the following new classes:
63+
64+
65+
66+
#### Full changelog
67+
68+
[[% include 'snippets/release_46.md' %]]
69+
70+
[[= release_note_entry_end() =]]
71+
1372
[[% set version = 'v4.6.23' %]]
1473

1574
[[= release_note_entry_begin("Ibexa DXP " + version, '2025-08-19', ['Headless', 'Experience', 'Commerce', 'New feature']) =]]

docs/release_notes/ibexa_dxp_v5.0.md

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

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

13+
[[% set version = 'v5.0.2' %]]
14+
15+
[[= release_note_entry_begin("Ibexa DXP " + version, '2025-09-09', ['Headless', 'Experience', 'Commerce', 'New feature']) =]]
16+
17+
#### Collaboration
18+
19+
With real-time collaboration, your teams can work on the same project at the same time without overwriting each other’s work, and focus mode hides all the distractions.
20+
21+
#### Discount indexing
22+
23+
Discounts now allow scheduling a mass re-indexing of discounted product catalog prices at the most convenient time by using the Ibexa Messenger package.
24+
Ibexa Messenger is a customization of the Symfony Messenger package, created to adjust it to [[= product_name =]]'s needs.
25+
Once [properly configured](configure_ai_actions.md#configure-ibexa-messenger) it monitors your system resources to trigger price re-indexing without causing performance-based disruptions.
26+
27+
#### Improvements to notifications
28+
29+
An improved notifications system is now more intuitive.
30+
Developers can now create and configure their own notification types, while users can now browse through a list of notifications, where they can either act on them or dismiss them.
31+
32+
![A searchable notifications list](502_notifications_screen.png "A searchable notifications list")
33+
34+
#### Chat GPT 5.0 support
35+
36+
With improved reasoning and greater accuracy in mind, the AI Connector package has been enhanced by adding ChatGPT 5.0 to its list of supported LLMs.
37+
38+
![ChatGPT 5.0 on a list of supported LLMs](502_ai_connector_gpt_50.png "ChatGPT 5.0 on a list of supported LLMs")
39+
40+
#### Developer experience
41+
42+
##### New version of PHP Storm Plugin
43+
44+
To further improve your experience with Ibexa DXP, a 1.14.0 version of PHP Storm Plugin has been released, which brings the following changes:
45+
46+
- Added support for Ibexa DXP v5.0
47+
- Added compatibility with PhpStorm 2024.3.6+
48+
- Added file template for Twig Component class
49+
- Added code completion for Twig Component Groups in YAML config files and AsTwigComponent attribute
50+
- Added code completion for Twig Component Types in YAML config files
51+
52+
##### PHP API
53+
54+
The PHP API has been enhanced with the following new classes:
55+
56+
57+
58+
#### Full changelog
59+
60+
[[% include 'snippets/release_50.md' %]]
61+
62+
[[= release_note_entry_end() =]]
63+
1364
[[% set version = 'v5.0.1' %]]
1465

1566
[[= release_note_entry_begin("Ibexa DXP " + version, '2025-08-19', ['Headless', 'Experience', 'Commerce', 'New feature']) =]]
21.2 KB
Loading
54.7 KB
Loading

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,3 +598,5 @@ To use the [latest features](ibexa_dxp_v4.6.md) added to them, update them separ
598598
## v4.6.23
599599

600600
No additional steps needed.
601+
602+
## v4.6.24

docs/update_and_migration/from_5.0/update_from_5.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ Then execute the instructions below starting from the version you're upgrading f
4141

4242
Some packages increase their type hinting strictness.
4343
You can run [Ibexa DXP Rector](https://github.com/ibexa/rector/blob/v5.0.1/README.md) to update your code.
44+
45+
## v5.0.2

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,8 +963,8 @@ extra:
963963
latest_tag_4_3: '4.3.5'
964964
latest_tag_4_4: '4.4.4'
965965
latest_tag_4_5: '4.5.7'
966-
latest_tag_4_6: '4.6.23'
967-
latest_tag_5_0: '5.0.1'
966+
latest_tag_4_6: '4.6.24'
967+
latest_tag_5_0: '5.0.2'
968968

969969
symfony_doc: 'https://symfony.com/doc/7.3'
970970
user_doc: 'https://doc.ibexa.co/projects/userguide/en/5.0'

0 commit comments

Comments
 (0)