diff --git a/docs/administration/back_office/notifications.md b/docs/administration/back_office/notifications.md index a70c38b224..29c2d69f54 100644 --- a/docs/administration/back_office/notifications.md +++ b/docs/administration/back_office/notifications.md @@ -1,6 +1,6 @@ --- description: You can send notifications to users who work with the back office by using notification bars or notifications in the user menu. -month_change: true +month_change: false --- # Notifications diff --git a/docs/api/event_reference/collaboration_events.md b/docs/api/event_reference/collaboration_events.md index 6d5043b21d..ff7819b4b8 100644 --- a/docs/api/event_reference/collaboration_events.md +++ b/docs/api/event_reference/collaboration_events.md @@ -40,4 +40,4 @@ month_change: true |[JoinSessionEvent](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Session-Event-JoinSessionEvent.html)|`SessionJoinController::joinAction()`| |[LeaveSessionEvent](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Session-Event-LeaveSessionEvent.html)|`SessionLeaveController::leaveAction()`| |[UpdateSessionEvent](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Session-Event-UpdateSessionEvent.html)|[SessionService::updateSession()](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-SessionServiceInterface.html#method_updateSession)| -|[SessionPublicPreviewEvent](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Session-Event-SessionPublicPreviewEvent.html)|`SessionPublicPreviewController::previewAction()`| \ No newline at end of file +|[SessionPublicPreviewEvent](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Session-Event-SessionPublicPreviewEvent.html)|`SessionPublicPreviewController::previewAction()`| diff --git a/docs/content_management/collaborative_editing/collaborative_editing.md b/docs/content_management/collaborative_editing/collaborative_editing.md index e627d60d0e..dd2b1cbe14 100644 --- a/docs/content_management/collaborative_editing/collaborative_editing.md +++ b/docs/content_management/collaborative_editing/collaborative_editing.md @@ -1,7 +1,7 @@ --- description: Collaborative editing enables multiple users to work on the same content simultaneously. page_type: landing_page -month_change: true +month_change: false --- # Collaborative editing @@ -19,4 +19,4 @@ This feature also introduces new dashboard tabs for managing shared drafts and j "content_management/collaborative_editing/collaborative_editing_guide", "content_management/collaborative_editing/configure_collaborative_editing", "content_management/collaborative_editing/collaborative_editing_api" -], columns=3) =]] \ No newline at end of file +], columns=3) =]] diff --git a/docs/content_management/collaborative_editing/collaborative_editing_api.md b/docs/content_management/collaborative_editing/collaborative_editing_api.md index c8dec678bb..137bc960ba 100644 --- a/docs/content_management/collaborative_editing/collaborative_editing_api.md +++ b/docs/content_management/collaborative_editing/collaborative_editing_api.md @@ -1,6 +1,6 @@ --- description: Use PHP API to manage invitations, sessions, and participants while using collaborative editing feature. -month_change: true +month_change: false --- # Collaborative editing API @@ -155,4 +155,4 @@ Below you can see an example of API usage for Collaborative editing: ``` php [[= include_file('code_samples/collaboration/src/Command/ManageSessionsCommand.php') =]] -``` \ No newline at end of file +``` diff --git a/docs/content_management/collaborative_editing/collaborative_editing_guide.md b/docs/content_management/collaborative_editing/collaborative_editing_guide.md index 43ac5097b9..dd993b30a2 100644 --- a/docs/content_management/collaborative_editing/collaborative_editing_guide.md +++ b/docs/content_management/collaborative_editing/collaborative_editing_guide.md @@ -1,6 +1,6 @@ --- description: The Collaborative editing product guide provides a full description of the features and benefits that this module brings to the clients. -month_change: true +month_change: false --- # Collaborative editing product guide diff --git a/docs/content_management/collaborative_editing/configure_collaborative_editing.md b/docs/content_management/collaborative_editing/configure_collaborative_editing.md index 1e3094673e..c73e227bd9 100644 --- a/docs/content_management/collaborative_editing/configure_collaborative_editing.md +++ b/docs/content_management/collaborative_editing/configure_collaborative_editing.md @@ -95,4 +95,4 @@ The following settings are available: - session: - `public_link_enabled` - determines whether the public link is available, default value: `false`, available values: `true`, `false` -You can now restart you application and start working with the Collaborative editing feature. \ No newline at end of file +You can now restart you application and start working with the Collaborative editing feature. diff --git a/docs/content_management/data_migration/importing_data.md b/docs/content_management/data_migration/importing_data.md index 9fbb34058e..4af7563dc6 100644 --- a/docs/content_management/data_migration/importing_data.md +++ b/docs/content_management/data_migration/importing_data.md @@ -1,7 +1,7 @@ --- description: Import data into your repository from prepared YAML files. page_type: reference -month_change: true +month_change: false --- # Importing data diff --git a/docs/content_management/forms/create_custom_form_field.md b/docs/content_management/forms/create_custom_form_field.md index 9027687e03..a4eacd6b49 100644 --- a/docs/content_management/forms/create_custom_form_field.md +++ b/docs/content_management/forms/create_custom_form_field.md @@ -1,6 +1,7 @@ --- description: Extend a Form with a custom Form field to fit your particular needs. edition: experience +month_change: true --- # Create custom Form field diff --git a/docs/content_management/pages/page_block_attributes.md b/docs/content_management/pages/page_block_attributes.md index edc629e175..8b1c1ff8f2 100644 --- a/docs/content_management/pages/page_block_attributes.md +++ b/docs/content_management/pages/page_block_attributes.md @@ -1,6 +1,6 @@ --- description: Page blocks can contain multiple attributes, of both built-in and custom types. -month_change: true +month_change: false --- # Page block attributes diff --git a/docs/discounts/configure_discounts.md b/docs/discounts/configure_discounts.md index 067d3b4bc0..ee5bfb1459 100644 --- a/docs/discounts/configure_discounts.md +++ b/docs/discounts/configure_discounts.md @@ -1,6 +1,6 @@ --- description: Customize the behavior of the Discounts feature. -month_change: true +month_change: false editions: - commerce --- diff --git a/docs/getting_started/requirements.md b/docs/getting_started/requirements.md index ed267996fa..8102f1f2a5 100644 --- a/docs/getting_started/requirements.md +++ b/docs/getting_started/requirements.md @@ -1,6 +1,6 @@ --- description: System, component and package requirements for running Ibexa DXP. -month_change: true +month_change: false --- diff --git a/docs/infrastructure_and_maintenance/background_tasks.md b/docs/infrastructure_and_maintenance/background_tasks.md index 12c854a324..2a21b5e924 100644 --- a/docs/infrastructure_and_maintenance/background_tasks.md +++ b/docs/infrastructure_and_maintenance/background_tasks.md @@ -1,6 +1,6 @@ --- description: Use Ibexa Messenger to run processes in the background and conserve system resources. -month_change: true +month_change: false --- # Background tasks diff --git a/docs/resources/contributing/contribute_translations.md b/docs/resources/contributing/contribute_translations.md index d5f022ec28..d52d823ad1 100644 --- a/docs/resources/contributing/contribute_translations.md +++ b/docs/resources/contributing/contribute_translations.md @@ -1,5 +1,6 @@ --- description: You can contribute back office translations to Ibexa DXP by using Crowdin. +month_change: true --- # Contribute translations diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index 535fc2943f..bc6d186799 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -7,6 +7,41 @@ month_change: true This page contains recent highlights and notable changes in [[= product_name =]] documentation. +## October 2025 + +### Releases + +- [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: + +- Described: + - [installation and configuration](configure_collaborative_editing.md) in more detail + - [search criteria](collaboration_criteria.md) and [sort clauses](collaboration_sort_clauses.md) for [Collaborative editing](collaborative_editing.md) + - [events](collaboration_events.md) + +### Extending Page Builder and Form builder + +- Expanded the [custom block for Page Builder](create_custom_page_block.md) and [custom field for Form Builder](create_custom_form_field.md) examples to showcase providing translations + +### Search + +- Added documentation for [CustomField](customfield_criterion.md) criterion + +### Localization + +- Added a note about disabling [community contributions](contribute_translations.md) for French, German and Spanish translations, in preparation for the upcoming release + +### Trainings + +- The [Advanced Developer training](https://learn.ibexa.co) for [[= product_name =]] v5 is now available + +### Documentation improvements + +- Improved the landing page for [AI Actions](ai_actions.md) for easier navigation +- Improved the experience when switching between different versions of the documentation site + ## September 2025 ### Releases diff --git a/docs/search/collaboration_search_reference/collaboration_criteria.md b/docs/search/collaboration_search_reference/collaboration_criteria.md index 250f75a93d..157f58906b 100644 --- a/docs/search/collaboration_search_reference/collaboration_criteria.md +++ b/docs/search/collaboration_search_reference/collaboration_criteria.md @@ -52,4 +52,4 @@ The criteria limit the result set to sessions matching all of the conditions lis - session has an active status - session has a `content` type -- session creation date is within the last week \ No newline at end of file +- session creation date is within the last week diff --git a/docs/search/collaboration_search_reference/collaboration_sort_clauses.md b/docs/search/collaboration_search_reference/collaboration_sort_clauses.md index 1f263d7c49..5dfee5b85b 100644 --- a/docs/search/collaboration_search_reference/collaboration_sort_clauses.md +++ b/docs/search/collaboration_search_reference/collaboration_sort_clauses.md @@ -35,4 +35,4 @@ The following example shows how to use them to sort the searched sessions: [[= include_file('code_samples/collaboration/src/Query/Search.php') =]] ``` -The returned active sessions are sorted by creation date (descending). \ No newline at end of file +The returned active sessions are sorted by creation date (descending). diff --git a/docs/search/criteria_reference/customfield_criterion.md b/docs/search/criteria_reference/customfield_criterion.md index b804abbd3b..af248ba495 100644 --- a/docs/search/criteria_reference/customfield_criterion.md +++ b/docs/search/criteria_reference/customfield_criterion.md @@ -1,5 +1,6 @@ --- description: Custom Field Search Criterion +month_change: true --- # Custom Field Criterion diff --git a/docs/search/criteria_reference/iscontainer_criterion.md b/docs/search/criteria_reference/iscontainer_criterion.md index f98113e933..b30f2d6313 100644 --- a/docs/search/criteria_reference/iscontainer_criterion.md +++ b/docs/search/criteria_reference/iscontainer_criterion.md @@ -1,6 +1,6 @@ --- description: IsContainer Search Criterion -month_change: true +month_change: false --- # IsContainer Criterion diff --git a/docs/search/criteria_reference/notification_datecreated_criterion.md b/docs/search/criteria_reference/notification_datecreated_criterion.md index 94066f4bd1..32cb249bde 100644 --- a/docs/search/criteria_reference/notification_datecreated_criterion.md +++ b/docs/search/criteria_reference/notification_datecreated_criterion.md @@ -1,6 +1,6 @@ --- description: Notification DateCreated Search Criterion -month_change: true +month_change: false --- # Notification DateCreated Criterion diff --git a/docs/search/criteria_reference/notification_search_criteria.md b/docs/search/criteria_reference/notification_search_criteria.md index 0dc037bb51..e51dd4d4c1 100644 --- a/docs/search/criteria_reference/notification_search_criteria.md +++ b/docs/search/criteria_reference/notification_search_criteria.md @@ -1,6 +1,6 @@ --- description: Notification Search Criteria -month_change: true +month_change: false --- # Notification Search Criteria reference diff --git a/docs/search/criteria_reference/notification_status_criterion.md b/docs/search/criteria_reference/notification_status_criterion.md index f3f747cb34..1b03216eb1 100644 --- a/docs/search/criteria_reference/notification_status_criterion.md +++ b/docs/search/criteria_reference/notification_status_criterion.md @@ -1,6 +1,6 @@ --- description: Notification Status Search Criterion -month_change: true +month_change: false --- # Notification Status Criterion diff --git a/docs/search/criteria_reference/notification_type_criterion.md b/docs/search/criteria_reference/notification_type_criterion.md index 076e2b4064..cd5b54f7f3 100644 --- a/docs/search/criteria_reference/notification_type_criterion.md +++ b/docs/search/criteria_reference/notification_type_criterion.md @@ -1,6 +1,6 @@ --- description: Type Search Criterion -month_change: true +month_change: false --- # Type Criterion diff --git a/docs/search/discounts_search_reference/discounts_criteria.md b/docs/search/discounts_search_reference/discounts_criteria.md index 56ad1da499..1c9ae0c359 100644 --- a/docs/search/discounts_search_reference/discounts_criteria.md +++ b/docs/search/discounts_search_reference/discounts_criteria.md @@ -1,5 +1,5 @@ --- -month_change: true +month_change: false editions: - commerce --- diff --git a/docs/search/discounts_search_reference/discounts_sort_clauses.md b/docs/search/discounts_search_reference/discounts_sort_clauses.md index b2d4432bbc..69cd9dc714 100644 --- a/docs/search/discounts_search_reference/discounts_sort_clauses.md +++ b/docs/search/discounts_search_reference/discounts_sort_clauses.md @@ -1,5 +1,5 @@ --- -month_change: true +month_change: false editions: - commerce --- diff --git a/docs/update_and_migration/from_4.6/update_to_5.0.md b/docs/update_and_migration/from_4.6/update_to_5.0.md index 9e1c0bb2a0..8ab56cbb90 100644 --- a/docs/update_and_migration/from_4.6/update_to_5.0.md +++ b/docs/update_and_migration/from_4.6/update_to_5.0.md @@ -1,6 +1,6 @@ --- description: Update your installation to v5.0 from the latest v4.6 version. -month_change: true +month_change: false --- # Update from v4.6 to v5.0 diff --git a/docs/update_and_migration/from_5.0/update_from_5.0.md b/docs/update_and_migration/from_5.0/update_from_5.0.md index 16a6b4b258..4be9d57c7f 100644 --- a/docs/update_and_migration/from_5.0/update_from_5.0.md +++ b/docs/update_and_migration/from_5.0/update_from_5.0.md @@ -148,4 +148,4 @@ Run the provided SQL upgrade script to add the missing indexes to your database: ``` sql psql < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-5.0.2-to-5.0.3.sql - ``` \ No newline at end of file + ```