From b511ec0613e7093cb61074920a48a9d3f513f596 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Wed, 10 Dec 2025 14:55:28 +0100 Subject: [PATCH 01/15] new_in_doc.md: Start November 2025 --- docs/content_management/taxonomy/taxonomy.md | 1 + docs/permissions/limitation_reference.md | 2 +- docs/permissions/policies.md | 2 +- docs/resources/new_in_doc.md | 25 +++++++++++++++++++- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/docs/content_management/taxonomy/taxonomy.md b/docs/content_management/taxonomy/taxonomy.md index 8c5d68abc6..751ec1e9c6 100644 --- a/docs/content_management/taxonomy/taxonomy.md +++ b/docs/content_management/taxonomy/taxonomy.md @@ -1,5 +1,6 @@ --- description: A taxonomy uses tags to categorize and organize content +month_change: true --- # Taxonomy diff --git a/docs/permissions/limitation_reference.md b/docs/permissions/limitation_reference.md index c0adf35622..4670068c1a 100644 --- a/docs/permissions/limitation_reference.md +++ b/docs/permissions/limitation_reference.md @@ -1,7 +1,7 @@ --- description: Limitations let you fine-tune the permission system by specifying limits to roles granted to users. page_type: reference -month_change: false +month_change: true --- # Limitation reference diff --git a/docs/permissions/policies.md b/docs/permissions/policies.md index 371c1fd569..d7f06ee450 100644 --- a/docs/permissions/policies.md +++ b/docs/permissions/policies.md @@ -1,7 +1,7 @@ --- description: Policies are the main building block of the permissions system which lets you define the accesses for specific user roles. page_type: reference -month_change: false +month_change: true --- # Policies diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index bc6d186799..9d8d4fe02d 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -7,6 +7,29 @@ month_change: true This page contains recent highlights and notable changes in [[= product_name =]] documentation. +## November 2025 + +### Releases + +- [v5.0.4 release notes](https://doc.ibexa.co/en/5.0/release_notes/ibexa_dxp_v5.0/#ibexa-dxp-v504) +- [v4.6.26 release notes](https://doc.ibexa.co/en/4.6/release_notes/ibexa_dxp_v4.6/#ibexa-dxp-v4626) + +[MariaDB 11.4 is officially supported on v5 and v4.6](requirements.md#dbms). + +### Taxonomy + +- Described [Taxonomy suggestions](taxonomy.md#taxonomy-suggestions) + +### LTS Updates + +- Added documentation for Integrated help (v5 only): + - [how to install](integrated_help.md) + - [how to customize](customize_integrated_help.md) +- Added [Anthropic connector installation](configure_ai_actions.md#install-anthropic-connector) (v5 only) +- Expended Collaborative editing (v5 and v4.6): + - Added [Collaborative editing policies](policies.md#content-collaborative-editing) + - Added [Collaborative editing limitations](limitation_reference.md#collaborative-editing-limitations) + ## October 2025 ### Releases @@ -14,7 +37,7 @@ This page contains recent highlights and notable changes in [[= product_name =]] - [v5.0.3 release notes](https://doc.ibexa.co/en/5.0/release_notes/ibexa_dxp_v5.0/#ibexa-dxp-v503) - [v4.6.25 release notes](https://doc.ibexa.co/en/4.6/release_notes/ibexa_dxp_v4.6/#ibexa-dxp-v4625) -### Collaborative editing: +### Collaborative editing - Described: - [installation and configuration](configure_collaborative_editing.md) in more detail From 5a5888cf5191c3adf1dbc1ed9ea95a878a5bc15d Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:13:27 +0100 Subject: [PATCH 02/15] new_in_doc.md: Continue November 2025 --- docs/content_management/content_api/managing_content.md | 1 + docs/resources/new_in_doc.md | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/content_management/content_api/managing_content.md b/docs/content_management/content_api/managing_content.md index 3c86b5d975..55c9388a71 100644 --- a/docs/content_management/content_api/managing_content.md +++ b/docs/content_management/content_api/managing_content.md @@ -1,5 +1,6 @@ --- description: PHP API enables managing content Locations, content types, content in Trash, and Calendar events. +month_change: true --- # Managing content diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index 9d8d4fe02d..7079b0ccc6 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -20,13 +20,20 @@ This page contains recent highlights and notable changes in [[= product_name =]] - Described [Taxonomy suggestions](taxonomy.md#taxonomy-suggestions) +### API + +- Expended search API to content types: + - [Finding and filtering content types](managing_content.md#finding-and-filtering-content-types) + - [Content Type Search Criteria reference](content_type_criteria.md) + - [Content Type Search Sort Clauses](content_type_sort_clauses.md) + ### LTS Updates - Added documentation for Integrated help (v5 only): - [how to install](integrated_help.md) - [how to customize](customize_integrated_help.md) - Added [Anthropic connector installation](configure_ai_actions.md#install-anthropic-connector) (v5 only) -- Expended Collaborative editing (v5 and v4.6): +- Improved Collaborative editing (v5 and v4.6): - Added [Collaborative editing policies](policies.md#content-collaborative-editing) - Added [Collaborative editing limitations](limitation_reference.md#collaborative-editing-limitations) From 633fb32270ffef259f2165fd70b202e06b1dcd7b Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:21:21 +0100 Subject: [PATCH 03/15] new_in_doc.md: Continue November 2025 --- docs/resources/new_in_doc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index 7079b0ccc6..4f1bdf7c5b 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -26,6 +26,7 @@ This page contains recent highlights and notable changes in [[= product_name =]] - [Finding and filtering content types](managing_content.md#finding-and-filtering-content-types) - [Content Type Search Criteria reference](content_type_criteria.md) - [Content Type Search Sort Clauses](content_type_sort_clauses.md) + - [Filter content types REST resource](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Type/operation/api_contenttypesview_post) ### LTS Updates From 62366b1cb8be7ba0626fdee31fbe2281f7d8768a Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:24:16 +0100 Subject: [PATCH 04/15] new_in_doc.md: Continue November 2025 --- docs/resources/new_in_doc.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index 4f1bdf7c5b..da141990c3 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -38,6 +38,10 @@ This page contains recent highlights and notable changes in [[= product_name =]] - Added [Collaborative editing policies](policies.md#content-collaborative-editing) - Added [Collaborative editing limitations](limitation_reference.md#collaborative-editing-limitations) +### DDEV + +- Updated [Solr installation in DDEV cluster](clustering_with_ddev.md#solr) + ## October 2025 ### Releases From f81d88205f6f1e7ba163e926ceb57f69d7128d0a Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:28:14 +0100 Subject: [PATCH 05/15] new_in_doc.md: Continue November 2025 --- docs/resources/new_in_doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index da141990c3..738e8450eb 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -35,7 +35,7 @@ This page contains recent highlights and notable changes in [[= product_name =]] - [how to customize](customize_integrated_help.md) - Added [Anthropic connector installation](configure_ai_actions.md#install-anthropic-connector) (v5 only) - Improved Collaborative editing (v5 and v4.6): - - Added [Collaborative editing policies](policies.md#content-collaborative-editing) + - Added Collaborative editing policies for [content items](policies.md#content-collaborative-editing) and [products](policies.md#product-collaborative-editing) - Added [Collaborative editing limitations](limitation_reference.md#collaborative-editing-limitations) ### DDEV From e795d9ca6914052037033f486b3dbb925cc9dc6b Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:32:01 +0100 Subject: [PATCH 06/15] new_in_doc.md: Continue November 2025 --- docs/resources/new_in_doc.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index 738e8450eb..4b86b8999f 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -20,7 +20,13 @@ This page contains recent highlights and notable changes in [[= product_name =]] - Described [Taxonomy suggestions](taxonomy.md#taxonomy-suggestions) -### API +### Collaborative editing + +- Improved Collaborative editing: + - Added Collaborative editing policies for [content items](policies.md#content-collaborative-editing) and [products](policies.md#product-collaborative-editing) + - Added [Collaborative editing limitations](limitation_reference.md#collaborative-editing-limitations) + +### Search - Expended search API to content types: - [Finding and filtering content types](managing_content.md#finding-and-filtering-content-types) @@ -30,13 +36,10 @@ This page contains recent highlights and notable changes in [[= product_name =]] ### LTS Updates -- Added documentation for Integrated help (v5 only): +- Added documentation for Integrated help: - [how to install](integrated_help.md) - [how to customize](customize_integrated_help.md) -- Added [Anthropic connector installation](configure_ai_actions.md#install-anthropic-connector) (v5 only) -- Improved Collaborative editing (v5 and v4.6): - - Added Collaborative editing policies for [content items](policies.md#content-collaborative-editing) and [products](policies.md#product-collaborative-editing) - - Added [Collaborative editing limitations](limitation_reference.md#collaborative-editing-limitations) +- Added [Anthropic connector installation](configure_ai_actions.md#install-anthropic-connector) ### DDEV From 60383eb49b0d44c507b304a2f160279d6d89ff6d Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:36:19 +0100 Subject: [PATCH 07/15] new_in_doc.md: Continue November 2025 --- docs/resources/new_in_doc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index 4b86b8999f..cbcd54d91f 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -23,6 +23,7 @@ This page contains recent highlights and notable changes in [[= product_name =]] ### Collaborative editing - Improved Collaborative editing: + - Added [real-time editing configuration](configure_collaborative_editing.md#configure-real-time-editing) - Added Collaborative editing policies for [content items](policies.md#content-collaborative-editing) and [products](policies.md#product-collaborative-editing) - Added [Collaborative editing limitations](limitation_reference.md#collaborative-editing-limitations) From 8f72fdc96a535baa5668adc10d71affc1024fa8a Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:37:52 +0100 Subject: [PATCH 08/15] new_in_doc.md: Continue November 2025 --- docs/resources/new_in_doc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index cbcd54d91f..a1df7005cb 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -37,10 +37,10 @@ This page contains recent highlights and notable changes in [[= product_name =]] ### LTS Updates -- Added documentation for Integrated help: +- Added documentation for Integrated help (v5 and v4.6): - [how to install](integrated_help.md) - [how to customize](customize_integrated_help.md) -- Added [Anthropic connector installation](configure_ai_actions.md#install-anthropic-connector) +- Added [Anthropic connector installation](configure_ai_actions.md#install-anthropic-connector) (v5 only) ### DDEV From 8953c7a95535cf5f37f94b40249812086c516d7e Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Thu, 11 Dec 2025 09:36:56 +0100 Subject: [PATCH 09/15] Remove New pills fropm previous month --- docs/api/event_reference/collaboration_events.md | 3 +-- docs/api/event_reference/discounts_events.md | 2 +- docs/api/event_reference/other_events.md | 2 +- docs/content_management/forms/create_custom_form_field.md | 2 +- docs/content_management/pages/create_custom_page_block.md | 2 +- docs/resources/contributing/contribute_translations.md | 2 +- .../collaboration_search_reference/collaboration_criteria.md | 2 +- .../collaboration_sort_clauses.md | 2 +- docs/search/criteria_reference/customfield_criterion.md | 2 +- 9 files changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/api/event_reference/collaboration_events.md b/docs/api/event_reference/collaboration_events.md index c7839455fd..d5e9b64ead 100644 --- a/docs/api/event_reference/collaboration_events.md +++ b/docs/api/event_reference/collaboration_events.md @@ -1,7 +1,7 @@ --- description: Events that are triggered when working with collaborative editing feature. page_type: reference -month_change: true +month_change: false --- # Collaboration events @@ -49,4 +49,3 @@ You can use the following events to extend the [Collaborative editing feature](c | Event | Dispatched by | Description | |---|---|---| |[`UsersWithPermissionInfoMappedEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Share-Event-UsersWithPermissionInfoMappedEvent.html)|`Ibexa\Share\Permission\Mapper\`
`UsersWithPermissionInfoMapper` | Allows further filtering of users with permissions for Collaborative editing | - diff --git a/docs/api/event_reference/discounts_events.md b/docs/api/event_reference/discounts_events.md index 95501f128d..a9b997b253 100644 --- a/docs/api/event_reference/discounts_events.md +++ b/docs/api/event_reference/discounts_events.md @@ -3,7 +3,7 @@ description: Events that are triggered when working with discounts. page_type: reference editions: - commerce -month_change: true +month_change: false --- # Discounts events diff --git a/docs/api/event_reference/other_events.md b/docs/api/event_reference/other_events.md index b9f054ddd0..569e71a117 100644 --- a/docs/api/event_reference/other_events.md +++ b/docs/api/event_reference/other_events.md @@ -1,7 +1,7 @@ --- description: Events that are triggered when working with bookmarks, notifications, settings, forms and others. page_type: reference -month_change: true +month_change: false --- # Other events diff --git a/docs/content_management/forms/create_custom_form_field.md b/docs/content_management/forms/create_custom_form_field.md index a4eacd6b49..fae70ab729 100644 --- a/docs/content_management/forms/create_custom_form_field.md +++ b/docs/content_management/forms/create_custom_form_field.md @@ -1,7 +1,7 @@ --- description: Extend a Form with a custom Form field to fit your particular needs. edition: experience -month_change: true +month_change: false --- # Create custom Form field diff --git a/docs/content_management/pages/create_custom_page_block.md b/docs/content_management/pages/create_custom_page_block.md index c7606e190a..50e1af5d9d 100644 --- a/docs/content_management/pages/create_custom_page_block.md +++ b/docs/content_management/pages/create_custom_page_block.md @@ -1,6 +1,6 @@ --- description: Create and configure custom Page blocks to add customized content to Pages. -month_change: true +month_change: false --- # Create custom Page block diff --git a/docs/resources/contributing/contribute_translations.md b/docs/resources/contributing/contribute_translations.md index d52d823ad1..656474ace7 100644 --- a/docs/resources/contributing/contribute_translations.md +++ b/docs/resources/contributing/contribute_translations.md @@ -1,6 +1,6 @@ --- description: You can contribute back office translations to Ibexa DXP by using Crowdin. -month_change: true +month_change: false --- # Contribute translations diff --git a/docs/search/collaboration_search_reference/collaboration_criteria.md b/docs/search/collaboration_search_reference/collaboration_criteria.md index bdb0a8393a..c9dc537ad3 100644 --- a/docs/search/collaboration_search_reference/collaboration_criteria.md +++ b/docs/search/collaboration_search_reference/collaboration_criteria.md @@ -1,5 +1,5 @@ --- -month_change: true +month_change: false description: Search Criteria available for Collaboration search --- diff --git a/docs/search/collaboration_search_reference/collaboration_sort_clauses.md b/docs/search/collaboration_search_reference/collaboration_sort_clauses.md index 22037378ca..be985fb453 100644 --- a/docs/search/collaboration_search_reference/collaboration_sort_clauses.md +++ b/docs/search/collaboration_search_reference/collaboration_sort_clauses.md @@ -1,5 +1,5 @@ --- -month_change: true +month_change: false description: Sort Clauses available for Collaboration search --- diff --git a/docs/search/criteria_reference/customfield_criterion.md b/docs/search/criteria_reference/customfield_criterion.md index af248ba495..d64df2546b 100644 --- a/docs/search/criteria_reference/customfield_criterion.md +++ b/docs/search/criteria_reference/customfield_criterion.md @@ -1,6 +1,6 @@ --- description: Custom Field Search Criterion -month_change: true +month_change: false --- # Custom Field Criterion From c76c83c206f157d979ba25453a884c9df45e8c69 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Thu, 11 Dec 2025 10:14:44 +0100 Subject: [PATCH 10/15] Add PHP API --- docs/resources/new_in_doc.md | 39 ++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index a1df7005cb..03e042cbbe 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -46,6 +46,45 @@ This page contains recent highlights and notable changes in [[= product_name =]] - Updated [Solr installation in DDEV cluster](clustering_with_ddev.md#solr) +### PHP API + +- Enhanced the PHP API reference with the following new classes for [[= product_name =]] 4.6 and 5.0: + + - [`Ibexa\Contracts\Elasticsearch\Query\EmbeddingVisitor`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Elasticsearch-Query-EmbeddingVisitor.html) + - [`Ibexa\Contracts\AdminUi\ContentType\ContentTypeFieldsByExpressionServiceInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-AdminUi-ContentType-ContentTypeFieldsByExpressionServiceInterface.html) + - [`Ibexa\Contracts\Collaboration\Invitation\Query\Criterion\ParticipantScope`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Invitation-Query-Criterion-ParticipantScope.html) + - [`Ibexa\Contracts\Collaboration\Invitation\Query\Criterion\ParticipantType`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Invitation-Query-Criterion-ParticipantType.html) + - [`Ibexa\Contracts\Collaboration\Participant\ParticipantDiscriminator`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Participant-ParticipantDiscriminator.html) + - [`Ibexa\Contracts\ConnectorAi\Action\DataType\Taxonomy`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ConnectorAi-Action-DataType-Taxonomy.html) + - [`Ibexa\Contracts\ConnectorAi\Action\DataType\TaxonomyEntry`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ConnectorAi-Action-DataType-TaxonomyEntry.html) + - [`Ibexa\Contracts\ConnectorAi\Action\DataType\TaxonomySuggestion`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ConnectorAi-Action-DataType-TaxonomySuggestion.html) + - [`Ibexa\Contracts\ConnectorAi\Action\DataType\TaxonomySuggestionInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ConnectorAi-Action-DataType-TaxonomySuggestionInterface.html) + - [`Ibexa\Contracts\ConnectorAi\Action\DataType\TextToTaxonomyInput`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ConnectorAi-Action-DataType-TextToTaxonomyInput.html) + - [`Ibexa\Contracts\ConnectorAi\Action\Response\TaxonomyResponse`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ConnectorAi-Action-Response-TaxonomyResponse.html) + - [`Ibexa\Contracts\ConnectorAi\Action\SuggestTaxonomyAction`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ConnectorAi-Action-SuggestTaxonomyAction.html) + - [`Ibexa\Contracts\ConnectorAi\Action\TextToTaxonomy`](/api/php_api/php_api_reference/namespaces/ibexa-contracts-connectorai-action-texttotaxonomy.html) + - [`Ibexa\Contracts\Core\Repository\Values\Content\EmbeddingQuery`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-EmbeddingQuery.html) + - [`Ibexa\Contracts\Core\Repository\Values\Content\EmbeddingQueryBuilder`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-EmbeddingQueryBuilder.html) + - [`Ibexa\Contracts\Core\Repository\Values\ContentType\Query\Criterion\ContentTypeGroupName`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-ContentType-Query-Criterion-ContentTypeGroupName.html) + - [`Ibexa\Contracts\Core\Repository\Values\Content\Query\Embedding`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-Query-Embedding.html) + - [`Ibexa\Contracts\Core\Repository\Values\Content\QueryValidatorInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-QueryValidatorInterface.html) + - [`Ibexa\Contracts\Core\Search\Embedding`](/api/php_api/php_api_reference/namespaces/ibexa-contracts-core-search-embedding.html) + - [`Ibexa\Contracts\Core\Search\FieldType\EmbeddingField`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Search-FieldType-EmbeddingField.html) + - [`Ibexa\Contracts\Core\Search\FieldType\EmbeddingFieldFactory`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Search-FieldType-EmbeddingFieldFactory.html) + - [`Ibexa\Contracts\FieldTypeRichTextRTE`](/api/php_api/php_api_reference/namespaces/ibexa-contracts-fieldtyperichtextrte.html) + - [`Ibexa\Contracts\Share\Mapper`](/api/php_api/php_api_reference/namespaces/ibexa-contracts-share-mapper.html) + - [`Ibexa\Contracts\Solr\Query\EmbeddingVisitor`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Solr-Query-EmbeddingVisitor.html) + - [`Ibexa\Contracts\Taxonomy\Embedding`](/api/php_api/php_api_reference/namespaces/ibexa-contracts-taxonomy-embedding.html) + - [`Ibexa\Contracts\Taxonomy\Search\Query\Value\TaxonomyEmbedding`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Taxonomy-Search-Query-Value-TaxonomyEmbedding.html) + - [`Ibexa\Contracts\User\PasswordReset\NotifierInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-User-PasswordReset-NotifierInterface.html) + + In addition, few only for 5.0 version: + + - [`Ibexa\Contracts\CoreSearch\Values\Query\PaginationAwareInterface`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/classes/Ibexa-Contracts-CoreSearch-Values-Query-PaginationAwareInterface.html) + - [`Ibexa\Contracts\ProductCatalog\CapabilitiesEnum`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-CapabilitiesEnum.html) + - [`Ibexa\Contracts\ProductCatalog\CapabilitiesServiceInterface`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-CapabilitiesServiceInterface.html) + - [`Ibexa\Contracts\SiteFactory\Values\Query\Criterion\MatchTreeRootLocationIds`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/classes/Ibexa-Contracts-SiteFactory-Values-Query-Criterion-MatchTreeRootLocationIds.html) + ## October 2025 ### Releases From 4273be2af0071a9c2f327dd4d4931a513220e4d7 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Thu, 11 Dec 2025 16:19:44 +0100 Subject: [PATCH 11/15] Update docs/resources/new_in_doc.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Marek NocoĊ„ --- docs/resources/new_in_doc.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index 03e042cbbe..9fe738eaa7 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -14,7 +14,9 @@ This page contains recent highlights and notable changes in [[= product_name =]] - [v5.0.4 release notes](https://doc.ibexa.co/en/5.0/release_notes/ibexa_dxp_v5.0/#ibexa-dxp-v504) - [v4.6.26 release notes](https://doc.ibexa.co/en/4.6/release_notes/ibexa_dxp_v4.6/#ibexa-dxp-v4626) -[MariaDB 11.4 is officially supported on v5 and v4.6](requirements.md#dbms). +### Infrastructure: + + - [MariaDB 11.4 is officially supported on v5 and v4.6](requirements.md#dbms) ### Taxonomy From 06dcee153acce2eb8e8227e0088845508442dcc7 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Thu, 11 Dec 2025 16:29:55 +0100 Subject: [PATCH 12/15] new_in_doc.md: Thanks contributors --- docs/resources/new_in_doc.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index 9fe738eaa7..438d730854 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -87,6 +87,12 @@ This page contains recent highlights and notable changes in [[= product_name =]] - [`Ibexa\Contracts\ProductCatalog\CapabilitiesServiceInterface`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-CapabilitiesServiceInterface.html) - [`Ibexa\Contracts\SiteFactory\Values\Query\Criterion\MatchTreeRootLocationIds`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/classes/Ibexa-Contracts-SiteFactory-Values-Query-Criterion-MatchTreeRootLocationIds.html) +### Contributions + +We want to thank +- [romank](https://github.com/romank) for fixing a parse error in [Customize registration forms](8_enable_account_registration.md#customize-registration-forms) example. +- [todomagichere](https://github.com/todomagichere) for correcting `ibexa_path()` description [URL Twig functions](url_twig_functions.md) + ## October 2025 ### Releases From 3448683780c25f93704f8b0c0362e66ff4513a1b Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Thu, 11 Dec 2025 16:37:49 +0100 Subject: [PATCH 13/15] new_in_doc.md: Thanks contributors --- docs/resources/new_in_doc.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index 438d730854..d29916b13e 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -90,7 +90,8 @@ This page contains recent highlights and notable changes in [[= product_name =]] ### Contributions We want to thank -- [romank](https://github.com/romank) for fixing a parse error in [Customize registration forms](8_enable_account_registration.md#customize-registration-forms) example. + +- [romank](https://github.com/romank) for fixing a parse error in [Customize registration forms](8_enable_account_registration.md#customize-registration-forms) example - [todomagichere](https://github.com/todomagichere) for correcting `ibexa_path()` description [URL Twig functions](url_twig_functions.md) ## October 2025 From a4d232910288a5fc434fb4102355a3019e2a986d Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Thu, 11 Dec 2025 16:51:34 +0100 Subject: [PATCH 14/15] new_in_doc.md: Thanks contributors --- docs/resources/new_in_doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index d29916b13e..34165912cf 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -92,7 +92,7 @@ This page contains recent highlights and notable changes in [[= product_name =]] We want to thank - [romank](https://github.com/romank) for fixing a parse error in [Customize registration forms](8_enable_account_registration.md#customize-registration-forms) example -- [todomagichere](https://github.com/todomagichere) for correcting `ibexa_path()` description [URL Twig functions](url_twig_functions.md) +- [todomagichere](https://github.com/todomagichere) for correcting `ibexa_path()` description in [URL Twig functions](url_twig_functions.md) ## October 2025 From d58fe9881075bfcce7660b8101d19f5c8cc6a9eb Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Thu, 11 Dec 2025 17:19:58 +0100 Subject: [PATCH 15/15] new_in_doc.md: Thanks contributors --- docs/resources/new_in_doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index 34165912cf..245e147c18 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -92,7 +92,7 @@ This page contains recent highlights and notable changes in [[= product_name =]] We want to thank - [romank](https://github.com/romank) for fixing a parse error in [Customize registration forms](8_enable_account_registration.md#customize-registration-forms) example -- [todomagichere](https://github.com/todomagichere) for correcting `ibexa_path()` description in [URL Twig functions](url_twig_functions.md) +- [todomagichere](https://github.com/todomagichere) for correcting `ibexa_path()` description in [URL Twig functions](url_twig_functions.md) ## October 2025