You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One [taxonomy search](https://doc.ibexa.co/en/4.6/content_management/taxonomy/taxonomy_api/search) criterion is added:
43
+
44
+
-[`TaxonomyNoEntries`](https://doc.ibexa.co/en/4.6/search/criteria_reference/taxonomy_no_entries/) to find content items to which no taxonomy entries have been assigned.
45
+
46
+
#### Custom parameters in `ibexa_render()`
47
+
48
+
You can now pass custom parameters to templates when using the `ibexa_render()` Twig function with the new `params` option, similar to how you can with `render(controller())`.
49
+
50
+
This allows you to provide additional context or data to your view templates:
51
+
52
+
```html+twig
53
+
{{ ibexa_render(content, {
54
+
'viewType': 'line',
55
+
'method': 'inline',
56
+
'params': {
57
+
'custom_param': 'custom_value',
58
+
'another_param': 'another_value'
59
+
}
60
+
}) }}
61
+
```
62
+
63
+
The parameters are available in your template as regular variables.
64
+
65
+
For more information, see [`ibexa_render()` Twig function](https://doc.ibexa.co/en/4.6/templating/twig_function_reference/content_twig_functions/#ibexa_render).
<br>For more information, see [search criteria reference entry](https://doc.ibexa.co/en/4.6/search/criteria_reference/taxonomy_no_entries/).
77
+
-[`Ibexa\Contracts\IntegratedHelp` namespace](https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/namespaces/ibexa-contracts-integratedhelp.html) from the [Integrated help LTS-Update](https://doc.ibexa.co/en/4.6/administration/back_office/integrated_help/)
78
+
79
+
### Full changelog
80
+
81
+
[[% include 'snippets/release_46.md' %]]
82
+
83
+
[[= release_note_entry_end() =]]
84
+
13
85
[[% set version = 'v4.6.28' %]]
14
86
15
87
[[= release_note_entry_begin(
@@ -394,7 +466,7 @@ The Product Picker tool that, for example, lets you [select products eligible fo
The Symbol attribute allows you to store standardized identifiers of your products in the [Product Information Management](https://doc.ibexa.co/en/4.6/pim/pim_guide/) system.
469
+
The Symbol attribute allows you to store standardized identifiers of your products in the [product catalog](https://doc.ibexa.co/en/4.6/pim/pim_guide/).
398
470
399
471
For more information, see [Symbol attribute type](https://doc.ibexa.co/en/4.6/pim/attributes/symbol_attribute_type/).
400
472
@@ -687,7 +759,7 @@ The PHP API has been enhanced with the following new classes:
687
759
688
760
[[= release_note_entry_begin("Date and time attribute " + version, '2025-03-04', ['Headless', 'Experience', 'Commerce', 'LTS Update', 'New feature', 'First release']) =]]
689
761
690
-
The Date and time attributes allow you to represent date and time values as part of the product specification in the [Product Information Management](https://doc.ibexa.co/en/4.6/pim/pim_guide/) system.
762
+
The Date and time attributes allow you to represent date and time values as part of the product specification in the [product catalog](https://doc.ibexa.co/en/4.6/pim/pim_guide/).
691
763
692
764
For more information, see [Date and time attributes](https://doc.ibexa.co/en/4.6/pim/attributes/date_and_time/).
Copy file name to clipboardExpand all lines: docs/snippets/release_46.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,5 +9,5 @@ To learn more about all the included changes, see the full release change logs:
9
9
-[[[= product_name_com =]][[= version =]]](https://github.com/ibexa/commerce/releases/tag/[[= version =]])
10
10
11
11
[[% if version != 'v4.6.0' %]]
12
-
To update your application, see the [update instructions](../update_and_migration/from_4.6/update_from_4.6.md#[[= version_to_anchor(version) =]]).
12
+
To update your application, see the [update instructions](https://doc.ibexa.co/en/4.6/update_and_migration/from_4.6/update_from_4.6/#[[= version_to_anchor(version) =]]).
0 commit comments