From 5c20c689365b3a3cde72f4d91097a7baf72d66f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Tue, 9 Jul 2024 08:58:50 +0200 Subject: [PATCH] Update changelog for June 2024 (#2426) * Update changelog for June 2024 * Changed link to redirect to latest version * Added mention of the Now pill * More new pills for the Ibexa Engage * Update docs/resources/new_in_doc.md Co-authored-by: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> --------- Co-authored-by: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> --- .../dashboard/configure_default_dashboard.md | 1 + .../recent_activity/recent_activity.md | 1 - .../getting_started/install_on_ibexa_cloud.md | 1 + docs/ibexa_engage/create_campaign.md | 1 + docs/ibexa_engage/install_ibexa_engage.md | 1 + docs/ibexa_engage/integrate_ibexa_connect.md | 1 + docs/resources/new_in_doc.md | 24 +++++++++++++++++++ .../contentname_criterion.md | 4 ++++ .../configure_elastic_search.md | 1 + 9 files changed, 34 insertions(+), 1 deletion(-) diff --git a/docs/administration/dashboard/configure_default_dashboard.md b/docs/administration/dashboard/configure_default_dashboard.md index 37e810b2b7..5fa2674b47 100644 --- a/docs/administration/dashboard/configure_default_dashboard.md +++ b/docs/administration/dashboard/configure_default_dashboard.md @@ -1,6 +1,7 @@ --- title: Default dashboard configuration description: Configure default dashboard. +month_change: true --- # Configure default dashboard diff --git a/docs/administration/recent_activity/recent_activity.md b/docs/administration/recent_activity/recent_activity.md index 34f3d0227b..ef34ca910b 100644 --- a/docs/administration/recent_activity/recent_activity.md +++ b/docs/administration/recent_activity/recent_activity.md @@ -1,6 +1,5 @@ --- description: Log and monitor activity through UI, PHP API and REST API. -month_change: true --- # Recent activity [[% include 'snippets/experience_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]] diff --git a/docs/getting_started/install_on_ibexa_cloud.md b/docs/getting_started/install_on_ibexa_cloud.md index 164cffb10a..4dc996cbbd 100644 --- a/docs/getting_started/install_on_ibexa_cloud.md +++ b/docs/getting_started/install_on_ibexa_cloud.md @@ -1,5 +1,6 @@ --- description: Install and configure Ibexa DXP to run in cloud using Ibexa Cloud. +month_change: true --- # Install on Ibexa Cloud diff --git a/docs/ibexa_engage/create_campaign.md b/docs/ibexa_engage/create_campaign.md index df430ffbfc..f3221e75db 100644 --- a/docs/ibexa_engage/create_campaign.md +++ b/docs/ibexa_engage/create_campaign.md @@ -1,6 +1,7 @@ --- description: Create campaign with Ibexa Engage edition: experience +month_change: true --- # Create campaign diff --git a/docs/ibexa_engage/install_ibexa_engage.md b/docs/ibexa_engage/install_ibexa_engage.md index 575b7ca77f..da311fd479 100644 --- a/docs/ibexa_engage/install_ibexa_engage.md +++ b/docs/ibexa_engage/install_ibexa_engage.md @@ -1,6 +1,7 @@ --- description: Install and configure Ibexa Engage. edition: experience +month_change: true --- # [[= product_name_engage =]] diff --git a/docs/ibexa_engage/integrate_ibexa_connect.md b/docs/ibexa_engage/integrate_ibexa_connect.md index aca78ca9d5..cd0fdcf923 100644 --- a/docs/ibexa_engage/integrate_ibexa_connect.md +++ b/docs/ibexa_engage/integrate_ibexa_connect.md @@ -1,6 +1,7 @@ --- description: Integrate Ibexa Engage with Ibexa Connect edition: experience +month_change: true --- # Use Ibexa Connect diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index 8d67c1163e..3d5d4c3811 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -6,6 +6,30 @@ description: Overview of major recent additions to Ibexa DXP documentation. This page contains recent highlights and notable changes in [[= product_name =]] documentation. +## June 2024 + +### Ibexa Engage + +- [Learn more about Ibexa Engage](https://doc.ibexa.co/en/latest/ibexa_engage/install_ibexa_engage/) + +### Search + +- [Configuring Elasticsearch with analyzers for different languages](https://doc.ibexa.co/en/latest/search/search_engines/elastic_search/configure_elastic_search/#add-language-specific-analysers) +- [ContentName search criterion](https://doc.ibexa.co/en/latest/search/criteria_reference/contentname_criterion/) + +### Dashboard + +- [Customizing the content type for Dashboard container](https://doc.ibexa.co/en/latest/administration/dashboard/configure_default_dashboard/#container-content-type-identifier) + +### Infrastructure and maintenance + +- [Updated Ibexa Cloud domain to ibexa.cloud](https://doc.ibexa.co/en/latest/getting_started/install_on_ibexa_cloud/#4-push-the-project) +- [v4.6.3 to v4.6.4 update instructions](https://doc.ibexa.co/en/latest/update_and_migration/from_4.5/update_from_4.5/#v464) + +### Documentation + +- A "new" pill now appears in the table of content alongside pages which have been recently created, or have recent important updates or additions. + ## May 2024 ### PHP API diff --git a/docs/search/criteria_reference/contentname_criterion.md b/docs/search/criteria_reference/contentname_criterion.md index b9f72819b4..4877116ac2 100644 --- a/docs/search/criteria_reference/contentname_criterion.md +++ b/docs/search/criteria_reference/contentname_criterion.md @@ -1,3 +1,7 @@ +--- +month_change: true +--- + # ContentName Criterion The [`ContentName` Search Criterion](https://github.com/ibexa/core/blob/main/src/contracts/Repository/Values/Content/Query/Criterion/ContentName.php) diff --git a/docs/search/search_engines/elastic_search/configure_elastic_search.md b/docs/search/search_engines/elastic_search/configure_elastic_search.md index be23a734f6..5de834e6d0 100644 --- a/docs/search/search_engines/elastic_search/configure_elastic_search.md +++ b/docs/search/search_engines/elastic_search/configure_elastic_search.md @@ -1,5 +1,6 @@ --- description: Configure Elasticsearch to use it with Ibexa DXP. +month_change: true --- # Configure Elasticsearch