Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
8 changes: 8 additions & 0 deletions docs/release_notes/ibexa_dxp_v4.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ month_change: true

<div class="release-notes" markdown="1">

[[% set version = 'v4.6.31' %]]

[[= release_note_entry_begin("Ibexa DXP " + version, '2026-06-31', ['Headless', 'Experience', 'Commerce', ]) =]]

[[% include 'snippets/release_46.md' %]]

[[= release_note_entry_end() =]]

[[% set version = 'v4.6.30' %]]
[[% set date = '2026-05-21' %]]

Expand Down
4 changes: 4 additions & 0 deletions docs/update_and_migration/from_4.6/update_from_4.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,10 @@

In addition, consider upgrading your project to one of [the actively supported PHP versions](requirements.md#php).

## v4.6.31

Check notice on line 753 in docs/update_and_migration/from_4.6/update_from_4.6.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/update_and_migration/from_4.6/update_from_4.6.md#L753

[Ibexa.SentenceCapitalizationInHeadings] Use sentence-style capitalization in headings
Raw output
{"message": "[Ibexa.SentenceCapitalizationInHeadings] Use sentence-style capitalization in headings", "location": {"path": "docs/update_and_migration/from_4.6/update_from_4.6.md", "range": {"start": {"line": 753, "column": 4}}}, "severity": "INFO"}

No additional steps needed.

## LTS Updates

[LTS Updates](https://doc.ibexa.co/en/4.6/ibexa_products/editions/#lts-updates) are standalone packages with their own update procedures.
Expand Down
19 changes: 19 additions & 0 deletions docs/update_and_migration/from_5.0/update_from_5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,3 +499,22 @@ To use the [latest features](ibexa_dxp_v5.0.md) added to them, update them separ
```bash
composer require ibexa/fieldtype-richtext-rte:[[= latest_tag_5_0 =]] ibexa/ckeditor-premium:[[= latest_tag_5_0 =]]
```

=== "MCP Servers"

### MCP Servers

To learn more about the [MCP Servers](https://doc.ibexa.co/en/5.0/ai/mcp/mcp_guide/), see the [installation and configuration instructions](https://doc.ibexa.co/en/5.0/ai/mcp/mcp_config/).

If you're already using it, run the following command to get the latest version of this feature:

```bash
composer require ibexa/mcp:[[= latest_tag_5_0 =]]
```

#### v5.0.9

Between v5.0.8 and v5.0.9, the following changes were made to the MCP Servers feature:

- An [`allowed_hosts`](https://doc.ibexa.co/en/5.0/ai/mcp/mcp_config.md#allowed-hosts) setting has been added, restricting usage to localhost by default. Customize this value to allow more hosts.
- The [built-in tool](https://doc.ibexa.co/en/5.0/ai/mcp/mcp_config.md#built-in-tools) `list_content_translations` is now renamed to `list_content_languages`.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -999,8 +999,8 @@ extra:
latest_tag_4_3: '4.3.5'
latest_tag_4_4: '4.4.4'
latest_tag_4_5: '4.5.7'
latest_tag_4_6: '4.6.30'
latest_tag_5_0: '5.0.8'
latest_tag_4_6: '4.6.31'
latest_tag_5_0: '5.0.9'

symfony_doc: 'https://symfony.com/doc/5.x'
user_doc: 'https://doc.ibexa.co/projects/userguide/en/4.6'
Expand Down
Loading