Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/api/event_reference/shopping_list_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Events that are triggered while managing shopping lists.
page_type: reference
editions: lts-update commerce
month_change: true
month_change: false
---

# Shopping list events
Expand Down
2 changes: 1 addition & 1 deletion docs/commerce/shopping_list/install_shopping_list.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Install the Shopping list LTS update.
editions: lts-update commerce
month_change: true
month_change: false
---

# Install shopping list
Expand Down
2 changes: 1 addition & 1 deletion docs/commerce/shopping_list/shopping_list_api.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Manage shopping lists from PHP API or REST API.
editions: lts-update commerce
month_change: true
month_change: false
---

# Shopping list APIs
Expand Down
2 changes: 1 addition & 1 deletion docs/commerce/shopping_list/shopping_list_design.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Learn how to integrate the shopping list features to your own online store design.
editions: lts-update commerce
month_change: true
month_change: false
---

# Shopping list design
Expand Down
2 changes: 1 addition & 1 deletion docs/commerce/shopping_list/shopping_list_guide.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: A shopping list allows users to save potential purchases, recurring product sets, and other items for future use in the cart.
editions: lts-update commerce
month_change: true
month_change: false
---

# Shopping list feature guide
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Extend Collaborative editing
month_change: true
month_change: false
---

# Extend Collaborative editing
Expand Down
17 changes: 14 additions & 3 deletions docs/resources/new_in_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,24 @@ month_change: true

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

## April 2026

### Releases

- [v5.0.7 release notes](https://doc.ibexa.co/en/5.0/release_notes/ibexa_dxp_v5.0/#ibexa-dxp-v507)
- [v4.6.29 release notes](https://doc.ibexa.co/en/4.6/release_notes/ibexa_dxp_v4.6/#ibexa-dxp-v4629)
Comment thread
adriendupuis marked this conversation as resolved.

### Configuration

- Added trailing slashes to all `excluded_uri_prefixes` items to avoid collision with other URIs (for example, `/media` matches on both `/media` and `/mediation` while `/media/` only on `/media/`)

## March 2026

### Products

- Distinguish [physical and virtual products in product catalog guide](https://doc.ibexa.co/en/5.0/pim/pim_guide/#virtual-and-physical-products)
- Added [creating product type example in product API](https://doc.ibexa.co/en/5.0/pim/product_api/#creating-product-types)
- Detailed [how to add a custom attribute type to an existing storage definition](https://doc.ibexa.co/en/5.0/pim/create_custom_attribute_type/#storage-definition)
- Distinguish [physical and virtual products in product catalog guide](https://doc.ibexa.co/en/5.0/product_catalog/product_catalog_guide/#virtual-and-physical-products)
- Added [creating product type example in product API](https://doc.ibexa.co/en/5.0/product_catalog/product_api/#creating-product-types)
- Detailed [how to add a custom attribute type to an existing storage definition](https://doc.ibexa.co/en/5.0/product_catalog/create_custom_attribute_type/#storage-definition)

### Collaborative editing

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ Unlike the [`ProductCategory` criterion](productcategory_criterion.md), which ma
``` php
[[= include_file('code_samples/back_office/search/src/Query/ProductCategorySubtreeQuery.php') =]]
```

Copy link
Copy Markdown
Contributor Author

@adriendupuis adriendupuis Apr 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

two new line feeds at the end of this file, my IDE insists to unduplicate, let it do.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Shopping list search criteria help define and fine-tune search queries for shopping lists.
editions: lts-update commerce
month_change: true
month_change: false
---

# Shopping list search criteria reference
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Shopping list search sort clauses help define result order of search queries for shopping lists.
editions: lts-update commerce
month_change: true
month_change: false
---

# Shopping list search sort clauses reference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Page field and page block Twig functions provide access to configuration.
page_type: reference
edition: experience
month_change: true
month_change: false
---

# Page Twig functions
Expand Down
Loading