From ab041d9ba277d2833affd128b4841a884e6d8982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C4=85browski?= <64841871+dabrt@users.noreply.github.com> Date: Fri, 28 Nov 2025 17:03:27 +0100 Subject: [PATCH 1/2] v5.0.4, v4.6.26 releases --- docs/release_notes/ibexa_dxp_v4.6.md | 54 +++++++++++++++++++++++++++ docs/release_notes/ibexa_dxp_v5.0.md | 56 +++++++++++++++++++++++++++- mkdocs.yml | 4 +- 3 files changed, 111 insertions(+), 3 deletions(-) diff --git a/docs/release_notes/ibexa_dxp_v4.6.md b/docs/release_notes/ibexa_dxp_v4.6.md index dd70516389..59a9ce9d22 100644 --- a/docs/release_notes/ibexa_dxp_v4.6.md +++ b/docs/release_notes/ibexa_dxp_v4.6.md @@ -10,6 +10,60 @@ month_change: false
+[[% set version = 'v4.6.26' %]] + +[[= release_note_entry_begin("Ibexa DXP " + version, '2024-12-02', ['Headless', 'Experience', 'Commerce', 'LTS Update', 'New feature']) =]] + +#### Taxonomy suggestions for faster content classification + +You can now speed up taxonomy assignment with AI-powered taxonomy suggestions. +Instead of manually browsing through large taxonomy trees and selecting categories or tags one by one, editors can pick from suggestions generated based on the product's or content item's name and description. +Such approach helps reduce manual effort, minimize errors, and significantly improve the speed and consistency of content and product classification. + +For more information, see [Taxonomy](taxonomy.md#taxonomy-suggestions). + +#### Integrated help + +Integrated help brings contextual documentation, guidance, and partner-specific resources right into the [[= product_name =]]'s user interface. +It helps editors, store managers and developers alike quickly access relevant content, training and resources without leaving the UI, which bridges the gap between product and documentation. + +The default help menu can be modified th include links to internal editorial guidelines, custom tutorials, or support pages. + +![Integrated help menu](../administration/back_office/img/5_0_integrated_help_menu.png) + +For more information, see [Integrated help](integrated_help.md). + +#### Developer experience + +##### PHP API + +The following additions were made to the Discounts PHP API: + +??? note "Events" + - + - + - + +??? note "Search criteria" + - + - + - + +??? note "Sort clauses" + - + - + - + +#### REST API + +The following changes were made to the REST API: + + - Endpoint was added + - Endpoint was enhanced + +[[% include 'snippets/release_46.md' %]] +[[= release_note_entry_end() =]] + [[% set version = 'v4.6.25' %]] [[= release_note_entry_begin("Ibexa DXP " + version, '2024-10-17', ['Headless', 'Experience', 'Commerce']) =]] #### Security diff --git a/docs/release_notes/ibexa_dxp_v5.0.md b/docs/release_notes/ibexa_dxp_v5.0.md index 6a4d1a363a..44afea8910 100644 --- a/docs/release_notes/ibexa_dxp_v5.0.md +++ b/docs/release_notes/ibexa_dxp_v5.0.md @@ -1,7 +1,7 @@ --- description: Ibexa DXP v5.0 incorporates features brought by LTS Updates from previous versions, brings upgrades to the tech stack and improvements to developer experience. title: Ibexa DXP v5.0 LTS -month_change: false +month_change: true --- @@ -10,6 +10,60 @@ month_change: false
+[[% set version = 'v5.0.4' %]] +[[= release_note_entry_begin("Ibexa DXP " + version, '2024-10-17', ['Headless', 'Experience', 'Commerce', 'LTS Update', 'New feature']) =]] + +#### Taxonomy suggestions for faster content classification + +You can now speed up taxonomy assignment with AI-powered taxonomy suggestions. +Instead of manually browsing through large taxonomy trees and selecting categories or tags one by one, editors can pick from suggestions generated based on the product's or content item's name and description. +Such approach helps reduce manual effort, minimize errors, and significantly improve the speed and consistency of content and product classification. + +For more information, see [Taxonomy](taxonomy.md#taxonomy-suggestions). + +#### Integrated help + +Integrated help brings contextual documentation, guidance, and partner-specific resources right into the [[= product_name =]]'s user interface. +It helps editors, store managers and developers alike quickly access relevant content, training and resources without leaving the UI, which bridges the gap between product and documentation. + +The default help menu can be modified th include links to internal editorial guidelines, custom tutorials, or support pages. + +![Integrated help menu](../administration/back_office/img/5_0_integrated_help_menu.png) + +For more information, see [Integrated help](integrated_help.md). + +#### Developer experience + +##### PHP API + +The following additions were made to the Discounts PHP API: + +??? note "Events" + - + - + - + +??? note "Search criteria" + - + - + - + +??? note "Sort clauses" + - + - + - + +##### REST API + +The following changes were made to the REST API: + + - Endpoint was added + - Endpoint was enhanced + + +[[% include 'snippets/release_50.md' %]] +[[= release_note_entry_end() =]] + [[% set version = 'v5.0.3' %]] [[= release_note_entry_begin("Ibexa DXP " + version, '2024-10-17', ['Headless', 'Experience', 'Commerce']) =]] #### Security diff --git a/mkdocs.yml b/mkdocs.yml index 37b8b6bed5..6e04bfffb4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -981,8 +981,8 @@ extra: latest_tag_4_3: '4.3.5' latest_tag_4_4: '4.4.4' latest_tag_4_5: '4.5.7' - latest_tag_4_6: '4.6.25' - latest_tag_5_0: '5.0.3' + latest_tag_4_6: '4.6.26' + latest_tag_5_0: '5.0.4' symfony_doc: 'https://symfony.com/doc/7.3' user_doc: 'https://doc.ibexa.co/projects/userguide/en/5.0' From 320bc3e3a6e097cf6cc6ba13bf4e3bcef7441818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C4=85browski?= <64841871+dabrt@users.noreply.github.com> Date: Fri, 28 Nov 2025 18:52:18 +0100 Subject: [PATCH 2/2] Fix meta tag --- docs/release_notes/ibexa_dxp_v4.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release_notes/ibexa_dxp_v4.6.md b/docs/release_notes/ibexa_dxp_v4.6.md index 59a9ce9d22..2784ac9367 100644 --- a/docs/release_notes/ibexa_dxp_v4.6.md +++ b/docs/release_notes/ibexa_dxp_v4.6.md @@ -1,7 +1,7 @@ --- description: Ibexa DXP v4.6 brings improvements to Commerce, PIM and Personalization offerings, and a number of changes in CDP and Ibexa Connect. title: Ibexa DXP v4.6 LTS -month_change: false +month_change: true ---