From b4bc820aaee8c93e72d3ce0296c97613c791c222 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:28:09 +0100 Subject: [PATCH] November 2024 changelog (#2564) --------- Co-authored-by: julitafalcondusza <117284672+julitafalcondusza@users.noreply.github.com> (cherry picked from commit 2c74ca8cdc431775ca0c3dc7c58dd432acaf825e) --- docs/ai_actions/ai_actions.md | 2 +- docs/ai_actions/ai_actions_guide.md | 2 +- docs/ai_actions/install_ai_actions.md | 2 +- docs/api/rest_api/rest_api_authentication.md | 2 +- .../data_migration/data_migration_actions.md | 2 +- .../pages/create_custom_page_block.md | 2 +- .../cache/http_cache/reverse_proxy.md | 2 +- .../api_reference/recommendation_api.md | 2 +- .../personalization/enable_personalization.md | 2 +- .../integrate_recommendation_service.md | 2 +- docs/personalization/tracking_integration.md | 2 +- .../tracking_with_ibexa-tracker.md | 2 +- docs/pim/product_api.md | 2 +- docs/resources/new_in_doc.md | 37 +++++++++++++++++-- .../isbookmarked_criterion.md | 1 + .../isuserenabled_criterion.md | 3 +- docs/update_and_migration/from_2.5/to_3.3.md | 2 +- docs/update_and_migration/from_3.3/to_4.0.md | 2 +- .../from_4.3/update_from_4.3_new_commerce.md | 2 +- 19 files changed, 52 insertions(+), 21 deletions(-) diff --git a/docs/ai_actions/ai_actions.md b/docs/ai_actions/ai_actions.md index 9ac1a4706d..fa2d4c87c7 100644 --- a/docs/ai_actions/ai_actions.md +++ b/docs/ai_actions/ai_actions.md @@ -15,4 +15,4 @@ You can also extend it to perform other tasks or support additional AI services. "ai_actions/ai_actions_guide", "ai_actions/install_ai_actions", "ai_actions/extend_ai_actions" -], columns=4) =]] \ No newline at end of file +], columns=4) =]] diff --git a/docs/ai_actions/ai_actions_guide.md b/docs/ai_actions/ai_actions_guide.md index b6912390d8..51c6c0c097 100644 --- a/docs/ai_actions/ai_actions_guide.md +++ b/docs/ai_actions/ai_actions_guide.md @@ -147,4 +147,4 @@ Once the feature is configured, editors can generate alt text for images they up ![Alt text generation](img/alt_text_use_ai.png) -With some customization, administrators could use the API to run a batch process against a larger collection of illustrations. \ No newline at end of file +With some customization, administrators could use the API to run a batch process against a larger collection of illustrations. diff --git a/docs/ai_actions/install_ai_actions.md b/docs/ai_actions/install_ai_actions.md index a8cb77860e..a501ed6a5e 100644 --- a/docs/ai_actions/install_ai_actions.md +++ b/docs/ai_actions/install_ai_actions.md @@ -80,4 +80,4 @@ php bin/console ibexa:migrations:import vendor/ibexa/connector-openai/src/bundle php bin/console ibexa:migrations:migrate ``` -Based on these examples, which reflect the most common use cases, you can learn to configure your own AI actions with greater ease. \ No newline at end of file +Based on these examples, which reflect the most common use cases, you can learn to configure your own AI actions with greater ease. diff --git a/docs/api/rest_api/rest_api_authentication.md b/docs/api/rest_api/rest_api_authentication.md index b6f458fbad..eb6b77be9d 100644 --- a/docs/api/rest_api/rest_api_authentication.md +++ b/docs/api/rest_api/rest_api_authentication.md @@ -1,6 +1,6 @@ --- description: To authenticate REST API communication you can use session (default), JWT, basic, OAuth and client certificate (SSL) authentication. -month_change: true +month_change: false --- # REST API authentication diff --git a/docs/content_management/data_migration/data_migration_actions.md b/docs/content_management/data_migration/data_migration_actions.md index 8b33941835..2550af6957 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/pages/create_custom_page_block.md b/docs/content_management/pages/create_custom_page_block.md index 31998acecd..8459060974 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/infrastructure_and_maintenance/cache/http_cache/reverse_proxy.md b/docs/infrastructure_and_maintenance/cache/http_cache/reverse_proxy.md index 3367b6e64d..5b63899c90 100644 --- a/docs/infrastructure_and_maintenance/cache/http_cache/reverse_proxy.md +++ b/docs/infrastructure_and_maintenance/cache/http_cache/reverse_proxy.md @@ -1,6 +1,6 @@ --- description: You can use Symfony HttpCache Proxy, Varnish or Fastly as reverse proxies with Ibexa DXP. -month_change: true +month_change: false --- # Reverse proxy diff --git a/docs/personalization/api_reference/recommendation_api.md b/docs/personalization/api_reference/recommendation_api.md index 76afb40f29..daf1685733 100644 --- a/docs/personalization/api_reference/recommendation_api.md +++ b/docs/personalization/api_reference/recommendation_api.md @@ -1,6 +1,6 @@ --- description: Use HTTP GET request method to render recommendations. -month_change: true +month_change: false --- # Recommendation API diff --git a/docs/personalization/enable_personalization.md b/docs/personalization/enable_personalization.md index b9b512deaa..c35fccbb73 100644 --- a/docs/personalization/enable_personalization.md +++ b/docs/personalization/enable_personalization.md @@ -1,6 +1,6 @@ --- description: Configure your project files to enable Personalization and set up items you want to track. -month_change: true +month_change: false --- # Enable Personalization diff --git a/docs/personalization/integrate_recommendation_service.md b/docs/personalization/integrate_recommendation_service.md index de0ee73945..8a9d3bba6d 100644 --- a/docs/personalization/integrate_recommendation_service.md +++ b/docs/personalization/integrate_recommendation_service.md @@ -1,6 +1,6 @@ --- description: Integrate recommendation service into your website. -month_change: true +month_change: false --- # Integrate recommendation service diff --git a/docs/personalization/tracking_integration.md b/docs/personalization/tracking_integration.md index 7627ee47e6..3ab8b63542 100644 --- a/docs/personalization/tracking_integration.md +++ b/docs/personalization/tracking_integration.md @@ -1,6 +1,6 @@ --- description: See the methods of event tracking integration using tracking from server or from client-side. -month_change: true +month_change: false --- # Tracking integration diff --git a/docs/personalization/tracking_with_ibexa-tracker.md b/docs/personalization/tracking_with_ibexa-tracker.md index 0866895c37..8357133ab7 100644 --- a/docs/personalization/tracking_with_ibexa-tracker.md +++ b/docs/personalization/tracking_with_ibexa-tracker.md @@ -1,6 +1,6 @@ --- description: Integrate tracking with a Google-style JavaScript. -month_change: true +month_change: false --- # Track events with ibexa-tracker.js diff --git a/docs/pim/product_api.md b/docs/pim/product_api.md index 6e44c83fb6..5cfd1480a5 100644 --- a/docs/pim/product_api.md +++ b/docs/pim/product_api.md @@ -1,6 +1,6 @@ --- description: Use PHP API to manage products in PIM, their attributes, availability and prices. -month_change: true +month_change: false --- # Product API diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index 9e81f4b139..d767668e01 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -6,6 +6,36 @@ description: Overview of major recent additions to Ibexa DXP documentation. This page contains recent highlights and notable changes in [[= product_name =]] documentation. +## November 2024 + +### Infrastructure and maintenance + +- Added [v4.6.13 to v4.6.14 update instructions](https://doc.ibexa.co/en/master/update_and_migration/from_4.6/update_from_4.6/#v4614) which include security fixes. +- Added [v3.3.40 to v3.3.41 update instructions](https://doc.ibexa.co/en/master/update_and_migration/from_3.3/update_from_3.3/#v3341) which include security fixes. + +### Content management + +- Added [AI Actions documentation](https://doc.ibexa.co/en/master/ai_actions/ai_actions/) + +### Search + +- New [`IsBookmarked` location criterion](https://doc.ibexa.co/en/master/search/criteria_reference/isbookmarked_criterion/) +- [`IsUserEnabled` is now available on Solr and Elastisearch](https://doc.ibexa.co/en/master/search/criteria_reference/isuserenabled_criterion/) + +### Documentation + +- When you search using the top bar, if there are more than the 10 listed results, you can see a link to a page with further results at the bottom of the drop-down suggestion list. + +### PHP API + +- Added the following namespaces, interfaces, and classes to the public PHP API: + - [`Ibexa\Contracts\Core\Validation`](https://doc.ibexa.co/en/master/api/php_api/php_api_reference/namespaces/ibexa-contracts-core-validation.html) namespace and its descendants + - [`Ibexa\Contracts\Notifications\SystemNotification`](https://doc.ibexa.co/en/master/api/php_api/php_api_reference/namespaces/ibexa-contracts-notifications-systemnotification.html) namespace and its descendants + - [`Ibexa\Contracts\Notifications\Value\Recipent\UserRecipientInterface`](https://doc.ibexa.co/en/master/api/php_api/php_api_reference/classes/Ibexa-Contracts-Notifications-Value-Recipent-UserRecipientInterface.html) + - [`Ibexa\Contracts\ProductCatalog\Values\Product\Query\Criterion\UpdatedAt`](https://doc.ibexa.co/en/master/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-Query-Criterion-UpdatedAt.html) + - [`Ibexa\Contracts\ProductCatalog\Values\Product\Query\Criterion\UpdatedAtRange`](https://doc.ibexa.co/en/master/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-Query-Criterion-UpdatedAtRange.html) + - [`Ibexa\Contracts\ProductCatalog\ProductReferencesResolverStrategy`](https://doc.ibexa.co/en/master/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-ProductReferencesResolverStrategy.html) + ## October 2024 ### Content management @@ -56,7 +86,6 @@ This page contains recent highlights and notable changes in [[= product_name =]] - Updated the [REST API authentication](https://doc.ibexa.co/en/master/api/rest_api/rest_api_authentication/) instructions - ## September 2024 ### Getting started @@ -66,7 +95,7 @@ This page contains recent highlights and notable changes in [[= product_name =]] ### Infrastructure and maintenance - Modified v4.5.x to v4.6 update instructions by adding [Update Solr configuration](https://doc.ibexa.co/en/master/update_and_migration/from_4.5/update_from_4.5/#update-solr-configuration) section -- [Added v4.6.8 to v4.6.11 update instructions](https://doc.ibexa.co/en/master/update_and_migration/from_4.6/update_from_4.6/#v4611) +- Added [v4.6.8 to v4.6.11 update instructions](https://doc.ibexa.co/en/master/update_and_migration/from_4.6/update_from_4.6/#v4611) ### PHP API @@ -104,8 +133,8 @@ This page contains recent highlights and notable changes in [[= product_name =]] ### Infrastructure and maintenance -- [Added v4.6.4 to v4.6.8 update instructions](https://doc.ibexa.co/en/master/update_and_migration/from_4.5/update_from_4.5/#v468) -- [Modified v3.3.x to v3.3.latest update instructions](https://doc.ibexa.co/en/master/update_and_migration/from_3.3/update_from_3.3/#update-the-application) +- Added [v4.6.4 to v4.6.8 update instructions](https://doc.ibexa.co/en/master/update_and_migration/from_4.5/update_from_4.5/#v468) +- Modified [v3.3.x to v3.3.latest update instructions](https://doc.ibexa.co/en/master/update_and_migration/from_3.3/update_from_3.3/#update-the-application) - Updated the recommendations in [Performance](https://doc.ibexa.co/en/master/infrastructure_and_maintenance/performance/#symfony) by mentioning Symfony ### Data migration diff --git a/docs/search/criteria_reference/isbookmarked_criterion.md b/docs/search/criteria_reference/isbookmarked_criterion.md index 049232deca..9bf96d3e72 100644 --- a/docs/search/criteria_reference/isbookmarked_criterion.md +++ b/docs/search/criteria_reference/isbookmarked_criterion.md @@ -1,5 +1,6 @@ --- description: IsBookmarked Search Criterion +month_change: true --- # IsBookmarked Criterion diff --git a/docs/search/criteria_reference/isuserenabled_criterion.md b/docs/search/criteria_reference/isuserenabled_criterion.md index 737dac8a0f..b13d07fa35 100644 --- a/docs/search/criteria_reference/isuserenabled_criterion.md +++ b/docs/search/criteria_reference/isuserenabled_criterion.md @@ -1,5 +1,6 @@ --- description: IsUserEnabled Search Criterion +month_change: true --- # IsUserEnabled Criterion @@ -42,4 +43,4 @@ $query->query = new Criterion\IsUserEnabled(); "IsUserEnabledCriterion": "true" } } - ``` \ No newline at end of file + ``` diff --git a/docs/update_and_migration/from_2.5/to_3.3.md b/docs/update_and_migration/from_2.5/to_3.3.md index 3baee0f7c3..0d8992a0b7 100644 --- a/docs/update_and_migration/from_2.5/to_3.3.md +++ b/docs/update_and_migration/from_2.5/to_3.3.md @@ -1,6 +1,6 @@ --- target_version: '3.3' -month_change: true +month_change: false --- # Update the app to v3.3 diff --git a/docs/update_and_migration/from_3.3/to_4.0.md b/docs/update_and_migration/from_3.3/to_4.0.md index 537aa49846..4566dad378 100644 --- a/docs/update_and_migration/from_3.3/to_4.0.md +++ b/docs/update_and_migration/from_3.3/to_4.0.md @@ -1,6 +1,6 @@ --- description: Update your installation to v4.0 from the latest v3.3 version. -month_change: true +month_change: false --- # Update from v3.3.x to v4.0 diff --git a/docs/update_and_migration/from_4.3/update_from_4.3_new_commerce.md b/docs/update_and_migration/from_4.3/update_from_4.3_new_commerce.md index bab50fa442..d294460b36 100644 --- a/docs/update_and_migration/from_4.3/update_from_4.3_new_commerce.md +++ b/docs/update_and_migration/from_4.3/update_from_4.3_new_commerce.md @@ -1,6 +1,6 @@ --- description: Update procedure to v4.4 for people who don't use Commerce packages and can remove them. -month_change: true +month_change: false --- # Update with new Commerce packages