Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions docs/resources/new_in_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,43 @@

This page contains recent highlights and notable changes in [[= product_name =]] documentation.

## July 2025

### v5.0.0

[Ibexa DXP v5.0.0](https://doc.ibexa.co/en/5.0/release_notes/ibexa_dxp_v5.0/#ibexa-dxp-v500) is out!
So, the [Ibexa DXP 5.0 LTS documentation](https://doc.ibexa.co/en/5.0/) is available as well.
Yes, [5.0 is an LTS](https://www.ibexa.co/blog/continuous-innovation-how-ibexa-dxp-s-lifecycle-enhances-feature-delivery)!

See how to [update from 4.6 to 5.0](https://doc.ibexa.co/en/latest/update_and_migration/from_4.6/update_to_5.0/).

#### LTS Updates

4.6's LTS Updates are features included out of the box in 5.0.
The previous 4.6 installation instructions are, in 5.0, unneeded or configuration instructions.

| 5.0 | 4.6 |
|:---------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------|
| [Configure AI Actions](https://doc.ibexa.co/en/5.0/ai_actions/configure_ai_actions/) | [Install AI Actions](https://doc.ibexa.co/en/4.6/ai_actions/install_ai_actions/) |
| [Customize Discounts](https://doc.ibexa.co/en/5.0/discounts/configure_discounts/) directly | [Install Discounts](https://doc.ibexa.co/en/4.6/discounts/install_discounts/) |
| [Date and time attributes: usage](https://doc.ibexa.co/en/5.0/pim/attributes/date_and_time/#usage) | [Date and time attributes: installation](https://doc.ibexa.co/en/4.6/pim/attributes/date_and_time/#installation) |
| [Symbol attribute](https://doc.ibexa.co/en/5.0/pim/attributes/symbol_attribute_type/) | Not released yet |

5.0 will have its own LTS Update to add more features in its future.

Check warning on line 32 in docs/resources/new_in_doc.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/resources/new_in_doc.md#L32

[Ibexa.FutureTense] Use present tense instead of future.
Raw output
{"message": "[Ibexa.FutureTense] Use present tense instead of future.", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 32, "column": 5}}}, "severity": "WARNING"}

#### PHP API

Documentation examples and [PHP API Reference](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/) have been updated for 5.0.
You can use [`ibexa/rector`](https://github.com/ibexa/rector#readme) package to help yourself update your custom PHP and JS code.
And consult the [Ibexa DXP v5.0 renames, deprecations and removals](https://doc.ibexa.co/en/5.0/release_notes/ibexa_dxp_v5.0_deprecations/).

#### REST API

The [5.0's REST API Reference](https://doc.ibexa.co/en/5.0/api/rest_api/rest_api_reference/rest_api_reference.html) layout changed.
As [Ibexa DXP 5.0 is OpenAPI compliant](https://doc.ibexa.co/en/5.0/api/rest_api/rest_api_usage/#openapi-support),
the specification output from the platform is passed to [Redocly CLI](https://redocly.com/docs/cli) to generate the online reference.
You can also consult the documentation directly on your development installations at `/api/ibexa/v2/doc`.

## June 2025

### Security
Expand Down
Loading