From dc069d617f4a49ac3ef418fb7b4039577d57f70e Mon Sep 17 00:00:00 2001 From: julitafalcondusza Date: Tue, 1 Sep 2026 11:55:49 +0200 Subject: [PATCH 1/2] New in the doc - August 26 --- .../data_migration/data_migration_actions.md | 2 +- .../data_migration/importing_data.md | 2 +- .../data_migration/managing_migrations.md | 2 +- docs/getting_started/install_with_ddev.md | 2 +- .../cache/http_cache/content_aware_cache.md | 2 +- .../cache/persistence_cache.md | 2 +- docs/infrastructure_and_maintenance/devops.md | 2 +- docs/resources/new_in_doc.md | 34 +++++++++++++++++++ .../recommendations_twig_functions.md | 2 +- 9 files changed, 42 insertions(+), 8 deletions(-) diff --git a/docs/content_management/data_migration/data_migration_actions.md b/docs/content_management/data_migration/data_migration_actions.md index 7fd3959579..dbc3ef3d2e 100644 --- a/docs/content_management/data_migration/data_migration_actions.md +++ b/docs/content_management/data_migration/data_migration_actions.md @@ -1,7 +1,7 @@ --- description: Data migration actions enable you to run special operations while executing data migrations, such as assigning roles, sections, Objects states, and more. page_type: reference -month_change: true +month_change: false --- # Data migration actions diff --git a/docs/content_management/data_migration/importing_data.md b/docs/content_management/data_migration/importing_data.md index 995701b8af..c39543102f 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/data_migration/managing_migrations.md b/docs/content_management/data_migration/managing_migrations.md index a954524fd1..bdbde2e88a 100644 --- a/docs/content_management/data_migration/managing_migrations.md +++ b/docs/content_management/data_migration/managing_migrations.md @@ -1,6 +1,6 @@ --- description: Manage data migrations by adding files, converting from Kaliop migration bundle, checking migration status, and setting up configuration. -month_change: true +month_change: false --- # Managing migrations diff --git a/docs/getting_started/install_with_ddev.md b/docs/getting_started/install_with_ddev.md index ddbb4352d1..0dda9850d9 100644 --- a/docs/getting_started/install_with_ddev.md +++ b/docs/getting_started/install_with_ddev.md @@ -1,6 +1,6 @@ --- description: Install Ibexa DXP with Docker and DDEV to use it for development. -month_change: true +month_change: false --- # Install with DDEV diff --git a/docs/infrastructure_and_maintenance/cache/http_cache/content_aware_cache.md b/docs/infrastructure_and_maintenance/cache/http_cache/content_aware_cache.md index e801f4af6f..e534f8425d 100644 --- a/docs/infrastructure_and_maintenance/cache/http_cache/content_aware_cache.md +++ b/docs/infrastructure_and_maintenance/cache/http_cache/content_aware_cache.md @@ -1,6 +1,6 @@ --- description: Content-aware HTTP cache takes into account the content it's connected to. -month_change: true +month_change: false --- # Content-aware HTTP cache diff --git a/docs/infrastructure_and_maintenance/cache/persistence_cache.md b/docs/infrastructure_and_maintenance/cache/persistence_cache.md index 4c4f43ca93..ca1ba81f2a 100644 --- a/docs/infrastructure_and_maintenance/cache/persistence_cache.md +++ b/docs/infrastructure_and_maintenance/cache/persistence_cache.md @@ -1,6 +1,6 @@ --- description: Persistence cache caches SPI\Persistence calls used in common page loads. -month_change: true +month_change: false --- # Persistence cache diff --git a/docs/infrastructure_and_maintenance/devops.md b/docs/infrastructure_and_maintenance/devops.md index 4c3d6af690..87f658002b 100644 --- a/docs/infrastructure_and_maintenance/devops.md +++ b/docs/infrastructure_and_maintenance/devops.md @@ -1,6 +1,6 @@ --- description: See various tools that can help you debug your Ibexa DXP installation. -month_change: true +month_change: false --- # DevOps diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index 91532f195f..a3b20b1dd2 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -7,6 +7,40 @@ month_change: true This page contains recent highlights and notable changes in [[= product_name =]] documentation. +## August 2026 + +### Releases + +- [v5.0.10 release notes](https://doc.ibexa.co/en/5.0/release_notes/ibexa_dxp_v5.0/#ibexa-dxp-v5010) +- [v4.6.32 release notes](https://doc.ibexa.co/en/4.6/release_notes/ibexa_dxp_v4.6/#ibexa-dxp-v4632) + +### Translations management + +- Introduced the [Translations management](https://doc.ibexa.co/en/5.0/multisite/translations_management/translations_management/) LTS Update, which helps developers and editors deliver automated content item and product translations: + - [Product guide](https://doc.ibexa.co/en/5.0/multisite/translations_management/translations_management_guide/) + - [Configuration](https://doc.ibexa.co/en/5.0/multisite/translations_management/configure_translations_management/) + - [Extending Translations management](https://doc.ibexa.co/en/5.0/multisite/translations_management/extend_translations_management/) + - [Using the CLI command](https://doc.ibexa.co/en/5.0/multisite/translations_management/translate_with_cli/) + - [Events](https://doc.ibexa.co/en/5.0/api/event_reference/translations_management_events/) + - [PHP API reference](/api/php_api/php_api_reference/namespaces/ibexa-contracts-translationsmanagement.html) + +### Cohesivo v6.0 + +- Added the [Cohesivo v6.0 renames, deprecations and removals](https://doc.ibexa.co/en/5.0/release_notes/cohesivo_v6.0_deprecations/) page + +### Background tasks + +- Described the [`DeduplicateStamp`](https://doc.ibexa.co/en/5.0/infrastructure_and_maintenance/background_tasks/#deduplicatestamp) and how to inject the `ibexa.messenger.bus` service directly + +### Infrastructure + +- Added a disclaimer about the `ibexa-5.0.9-to-5.0.10.sql` [database upgrade script](https://doc.ibexa.co/en/5.0/update_and_migration/from_5.0/update_from_5.0/), needed for the Translations management LTS Update +- Updated the [`webpack.config.js` usage update](https://doc.ibexa.co/en/5.0/update_and_migration/from_4.6/update_to_5.0/#webpackconfigjs-usage-update) instructions for 5.0 + +### DDEV + +- Updated [Clustering with DDEV](https://doc.ibexa.co/en/5.0/infrastructure_and_maintenance/clustering/clustering_with_ddev/#elasticsearch) to install Elasticsearch 8 + ## July 2026 ### AI diff --git a/docs/templating/twig_function_reference/recommendations_twig_functions.md b/docs/templating/twig_function_reference/recommendations_twig_functions.md index cfd465d969..dcc15b6b4c 100644 --- a/docs/templating/twig_function_reference/recommendations_twig_functions.md +++ b/docs/templating/twig_function_reference/recommendations_twig_functions.md @@ -1,6 +1,6 @@ --- description: Recommendations Twig Functions -month_change: true +month_change: false --- # Recommendations Twig functions From adab6a4f2e90815ecc824217e5ec34330677095b Mon Sep 17 00:00:00 2001 From: julitafalcondusza Date: Tue, 1 Sep 2026 14:51:37 +0200 Subject: [PATCH 2/2] fixes after rev --- 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 a3b20b1dd2..39123498b0 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -35,11 +35,11 @@ This page contains recent highlights and notable changes in [[= product_name =]] ### Infrastructure - Added a disclaimer about the `ibexa-5.0.9-to-5.0.10.sql` [database upgrade script](https://doc.ibexa.co/en/5.0/update_and_migration/from_5.0/update_from_5.0/), needed for the Translations management LTS Update -- Updated the [`webpack.config.js` usage update](https://doc.ibexa.co/en/5.0/update_and_migration/from_4.6/update_to_5.0/#webpackconfigjs-usage-update) instructions for 5.0 +- Added the [`webpack.config.js` usage update](https://doc.ibexa.co/en/5.0/update_and_migration/from_4.6/update_to_5.0/#webpackconfigjs-usage-update) instructions for 5.0 ### DDEV -- Updated [Clustering with DDEV](https://doc.ibexa.co/en/5.0/infrastructure_and_maintenance/clustering/clustering_with_ddev/#elasticsearch) to install Elasticsearch 8 +- Updated [Clustering with DDEV](https://doc.ibexa.co/en/5.0/infrastructure_and_maintenance/clustering/clustering_with_ddev/#elasticsearch) to install a supported version of Elasticsearch ## July 2026