Skip to content

Commit

Permalink
November 2024 changelog (#2564)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: julitafalcondusza <117284672+julitafalcondusza@users.noreply.github.com>
  • Loading branch information
adriendupuis and julitafalcondusza authored Dec 4, 2024
1 parent fd6d1a6 commit 2c74ca8
Show file tree
Hide file tree
Showing 19 changed files with 52 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docs/ai_actions/ai_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) =]]
], columns=4) =]]
2 changes: 1 addition & 1 deletion docs/ai_actions/ai_actions_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
With some customization, administrators could use the API to run a batch process against a larger collection of illustrations.
2 changes: 1 addition & 1 deletion docs/ai_actions/install_ai_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Based on these examples, which reflect the most common use cases, you can learn to configure your own AI actions with greater ease.
2 changes: 1 addition & 1 deletion docs/api/rest_api/rest_api_authentication.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content_management/pages/create_custom_page_block.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/personalization/api_reference/recommendation_api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Use HTTP GET request method to render recommendations.
month_change: true
month_change: false
---

# Recommendation API
Expand Down
2 changes: 1 addition & 1 deletion docs/personalization/enable_personalization.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/personalization/integrate_recommendation_service.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Integrate recommendation service into your website.
month_change: true
month_change: false
---

# Integrate recommendation service
Expand Down
2 changes: 1 addition & 1 deletion docs/personalization/tracking_integration.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/personalization/tracking_with_ibexa-tracker.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Integrate tracking with a Google-style JavaScript.
month_change: true
month_change: false
---

# Track events with ibexa-tracker.js
Expand Down
2 changes: 1 addition & 1 deletion docs/pim/product_api.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
37 changes: 33 additions & 4 deletions docs/resources/new_in_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/search/criteria_reference/isbookmarked_criterion.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: IsBookmarked Search Criterion
month_change: true
---

# IsBookmarked Criterion
Expand Down
3 changes: 2 additions & 1 deletion docs/search/criteria_reference/isuserenabled_criterion.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: IsUserEnabled Search Criterion
month_change: true
---

# IsUserEnabled Criterion
Expand Down Expand Up @@ -38,4 +39,4 @@ $query->query = new Criterion\IsUserEnabled();
"IsUserEnabledCriterion": "true"
}
}
```
```
2 changes: 1 addition & 1 deletion docs/update_and_migration/from_2.5/to_3.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
target_version: '3.3'
month_change: true
month_change: false
---

# Update the app to v3.3
Expand Down
2 changes: 1 addition & 1 deletion docs/update_and_migration/from_3.3/to_4.0.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 2c74ca8

Please sign in to comment.