From ce59c43b5fa62614c9825db39a653553180e134e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C4=85browski?= <64841871+dabrt@users.noreply.github.com> Date: Tue, 16 Dec 2025 15:33:29 +0100 Subject: [PATCH 1/3] Fix typo in release notes --- docs/release_notes/ibexa_dxp_v5.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release_notes/ibexa_dxp_v5.0.md b/docs/release_notes/ibexa_dxp_v5.0.md index 4affdc5f5d..f2e92bc692 100644 --- a/docs/release_notes/ibexa_dxp_v5.0.md +++ b/docs/release_notes/ibexa_dxp_v5.0.md @@ -15,7 +15,7 @@ month_change: true [[= release_note_entry_begin("Integrated help " + version, '2025-12-10', ['Headless', 'Experience', 'Commerce', 'LTS Update', 'New feature']) =]] Integrated help brings contextual documentation, guidance, and partner-specific resources right into the user interface of [[= product_name =]]. -t helps editors, store managers, and developers to quickly access relevant content, training and resources without leaving the UI, narrowing the gap between product and documentation. +It helps editors, store managers, and developers to quickly access relevant content, training and resources without leaving the UI, narrowing the gap between product and documentation. The default help menu can be modified to include links to internal editorial guidelines, custom tutorials, or support pages. From eecf0de0426396e67f20acca21c5162dbf9abc60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C4=85browski?= <64841871+dabrt@users.noreply.github.com> Date: Tue, 16 Dec 2025 18:01:50 +0100 Subject: [PATCH 2/3] More typos --- .vscode/settings.json | 8 ++++++++ docs/release_notes/ibexa_dxp_v4.6.md | 2 +- docs/release_notes/ibexa_dxp_v5.0.md | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000..e48bbaa9a6 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "cSpell.words": [ + "Actito", + "DDEV", + "phpstan", + "Qualifio" + ] +} diff --git a/docs/release_notes/ibexa_dxp_v4.6.md b/docs/release_notes/ibexa_dxp_v4.6.md index 01b8fe57ba..7efa4e6407 100644 --- a/docs/release_notes/ibexa_dxp_v4.6.md +++ b/docs/release_notes/ibexa_dxp_v4.6.md @@ -1427,7 +1427,7 @@ For more information, see [CDP Activation](https://doc.ibexa.co/en/master/cdp/cd #### New packages -The following packages has been introduced in [[= product_name =]] v4.6.0: +The following packages have been introduced in [[= product_name =]] v4.6.0: - [ibexa/oauth2-server](oauth_server.md) (optional) - ibexa/site-context diff --git a/docs/release_notes/ibexa_dxp_v5.0.md b/docs/release_notes/ibexa_dxp_v5.0.md index f2e92bc692..a8374eb837 100644 --- a/docs/release_notes/ibexa_dxp_v5.0.md +++ b/docs/release_notes/ibexa_dxp_v5.0.md @@ -91,7 +91,7 @@ The following additions were made to the PHP API: - [`Ibexa\Contracts\Share\Mapper\Action\ShareActionItemsMapperInterface`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/classes/Ibexa-Contracts-Share-Mapper-Action-ShareActionItemsMapperInterface.html) -###### AI Taxonomy Sggestions: +###### AI Taxonomy suggestions: - [`Ibexa\Contracts\ConnectorAi\Action\DataType\Taxonomy`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/classes/Ibexa-Contracts-ConnectorAi-Action-DataType-Taxonomy.html) - [`Ibexa\Contracts\ConnectorAi\Action\DataType\TaxonomyEntry`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/classes/Ibexa-Contracts-ConnectorAi-Action-DataType-TaxonomyEntry.html) From 10a64d82e86b23bd01f743e40d2d81e18a79a2fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C4=85browski?= <64841871+dabrt@users.noreply.github.com> Date: Wed, 17 Dec 2025 08:58:11 +0100 Subject: [PATCH 3/3] Remove obsolete file --- .vscode/settings.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index e48bbaa9a6..0000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "cSpell.words": [ - "Actito", - "DDEV", - "phpstan", - "Qualifio" - ] -}