@@ -16,7 +16,7 @@ month_change: true
1616
1717#### Collaboration
1818
19- The new [ Collaborative editing] ( collaborative_editing_guide.md ) LTS Update allows multiple users to preview, review, and edit the same content, improving teamwork and streamlining the review process.
19+ The new [ Collaborative editing] ( https://doc.ibexa.co/en/4.6/content_management/collaborative_editing/collaborative_editing_guide/ ) LTS Update allows multiple users to preview, review, and edit the same content, improving teamwork and streamlining the review process.
2020Internal and external users can be invited to a collaboration session, through different sharing options.
2121
2222With Real-time editing, more advanced part of the feature, users can see each other’s changes in the real time, or work on the content asynchronously.
@@ -49,15 +49,14 @@ Once properly configured, it uses a background queue to trigger price re-indexin
4949The following additions were made to the Discounts PHP API:
5050
5151??? note "Events"
52- - [ ` Ibexa\Contracts\AdminUi\Event\ResolveVersionPreviewUrlEvent ` ] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-AdminUi-Event-ResolveVersionPreviewUrlEvent.html )
53- - [ ` Ibexa\Contracts\Discounts\Event\EnableDiscountEvent ` ] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-EnableDiscountEvent.html )
54- - [ ` Ibexa\Contracts\Discounts\Event\BeforeDisableDiscountEvent ` ] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-BeforeDisableDiscountEvent.html )
55- - [ ` Ibexa\Contracts\Discounts\Event\BeforeEnableDiscountEvent ` ] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-BeforeEnableDiscountEvent.html )
56- - [ ` Ibexa\Contracts\Discounts\Event\DisableDiscountEvent ` ] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-DisableDiscountEvent.html )
52+ - [ ` Ibexa\Contracts\Discounts\Event\EnableDiscountEvent ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-EnableDiscountEvent.html )
53+ - [ ` Ibexa\Contracts\Discounts\Event\BeforeDisableDiscountEvent ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-BeforeDisableDiscountEvent.html )
54+ - [ ` Ibexa\Contracts\Discounts\Event\BeforeEnableDiscountEvent ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-BeforeEnableDiscountEvent.html )
55+ - [ ` Ibexa\Contracts\Discounts\Event\DisableDiscountEvent ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-DisableDiscountEvent.html )
5756
5857??? note "Search criteria"
59- - [ ` Ibexa\Contracts\Discounts\Value\Query\Criterion\IndexedAtCriterion ` ] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Value-Query-Criterion-IndexedAtCriterion.html )
60- - [ ` Ibexa\Contracts\Discounts\Value\Query\Criterion\UpdatedAtCriterion ` ] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Value-Query-Criterion-UpdatedAtCriterion.html )
58+ - [ ` Ibexa\Contracts\Discounts\Value\Query\Criterion\IndexedAtCriterion ` ] ( https://doc.ibexa.co/en/4.6 /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Value-Query-Criterion-IndexedAtCriterion.html)
59+ - [ ` Ibexa\Contracts\Discounts\Value\Query\Criterion\UpdatedAtCriterion ` ] ( https://doc.ibexa.co/en/4.6 /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Value-Query-Criterion-UpdatedAtCriterion.html)
6160
6261[[ = release_note_entry_end() =]]
6362
@@ -78,7 +77,7 @@ The only package that has been introduced in [[= product_name =]] v4.6.24 is ibe
7877
7978##### New version of PHP Storm Plugin
8079
81- To further improve your experience with Ibexa DXP, a 1.14.0 version of PHP Storm Plugin has been released, which brings the following changes:
80+ To further improve your experience with Ibexa DXP, a 1.14.0 version of [ PHP Storm Plugin] ( phpstorm_plugin.md ) has been released, which brings the following changes:
8281
8382- Added support for Ibexa DXP v5.0
8483- Added compatibility with PhpStorm 2024.3.6+
@@ -88,33 +87,36 @@ To further improve your experience with Ibexa DXP, a 1.14.0 version of PHP Storm
8887
8988##### Infrastructure
9089
91- - Redis 7.2+ are now [ officially supported] ( https://doc.ibexa.co/en/4.6/getting_started/requirements/ )
90+ - Redis 7.2+ is now [ officially supported] ( https://doc.ibexa.co/en/4.6/getting_started/requirements/ )
9291
9392
9493##### PHP API
9594
9695The PHP API has been enhanced with the following:
9796
9897??? note "PHP API classes and interfaces"
99- - [ ` Ibexa\Contracts\AdminUi\Exception ` ] ( /api/php_api/php_api_reference/namespaces/ibexa-contracts-adminui-exception.html )
100- - [ ` Ibexa\Contracts\AdminUi\Exception\UnresolvedPreviewUrlException ` ] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-AdminUi-Exception-UnresolvedPreviewUrlException.html )
101- - [ ` Ibexa\Contracts\AdminUi\PreviewUrlResolver ` ] ( /api/php_api/php_api_reference/namespaces/ibexa-contracts-adminui-previewurlresolver.html )
102- - [ ` Ibexa\Contracts\AdminUi\PreviewUrlResolver\VersionPreviewUrlResolverInterface ` ] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-AdminUi-PreviewUrlResolver-VersionPreviewUrlResolverInterface.html )
103- - [ ` Ibexa\Contracts\Core\Validation\Constraint ` ] ( /api/php_api/php_api_reference/namespaces/ibexa-contracts-core-validation-constraint.html )
104- - [ ` Ibexa\Contracts\Core\Validation\Constraint\UniqueIdentifier ` ] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Validation-Constraint-UniqueIdentifier.html )
105- - [ ` Ibexa\Contracts\Core\Validation\Constraint\UniqueIdentifierValidator ` ] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Validation-Constraint-UniqueIdentifierValidator.html )
106- - [ ` Ibexa\Contracts\Messenger ` ] ( /api/php_api/php_api_reference/namespaces/ibexa-contracts-messenger.html )
107- - [ ` Ibexa\Contracts\Messenger\Transport ` ] ( /api/php_api/php_api_reference/namespaces/ibexa-contracts-messenger-transport.html )
108- - [ ` Ibexa\Contracts\Messenger\Transport\MessageProviderInterface ` ] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Messenger-Transport-MessageProviderInterface.html )
109- - [ ` Ibexa\Contracts\ProductCatalog\Values\Product\Query\AttributeCriterionBuilder ` ] ( /api/php_api/php_api_reference/namespaces/ibexa-contracts-productcatalog-values-product-query-attributecriterionbuilder.html )
110- - [ ` Ibexa\Contracts\ProductCatalog\Values\Product\Query\AttributeCriterionBuilderRegistry ` ] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-Query-AttributeCriterionBuilderRegistry.html )
111- - [ ` Ibexa\Contracts\ProductCatalog\Values\Product\Query\AttributeCriterionBuilderRegistryInterface ` ] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-Query-AttributeCriterionBuilderRegistryInterface.html )
112- - [ ` Ibexa\Contracts\ProductCatalog\Values\Product\Query\AttributeCriterionBuilder\AttributeCriterionBuilderInterface ` ] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-Query-AttributeCriterionBuilder-AttributeCriterionBuilderInterface.html )
113- - [ ` Ibexa\Contracts\ProductCatalog\Values\Product\Query\AttributeCriterionBuilder\CheckboxBuilder ` ] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-Query-AttributeCriterionBuilder-CheckboxBuilder.html )
114- - [ ` Ibexa\Contracts\ProductCatalog\Values\Product\Query\AttributeCriterionBuilder\ColorBuilder ` ] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-Query-AttributeCriterionBuilder-ColorBuilder.html )
115- - [ ` Ibexa\Contracts\ProductCatalog\Values\Product\Query\AttributeCriterionBuilder\FloatBuilder ` ] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-Query-AttributeCriterionBuilder-FloatBuilder.html )
116- - [ ` Ibexa\Contracts\ProductCatalog\Values\Product\Query\AttributeCriterionBuilder\IntegerBuilder ` ] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-Query-AttributeCriterionBuilder-IntegerBuilder.html )
117- - [ ` Ibexa\Contracts\ProductCatalog\Values\Product\Query\AttributeCriterionBuilder\SelectionBuilder ` ] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-Query-AttributeCriterionBuilder-SelectionBuilder.html )
98+ - [ ` Ibexa\Contracts\AdminUi\Exception ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/namespaces/ibexa-contracts-adminui-exception.html )
99+ - [ ` Ibexa\Contracts\AdminUi\Exception\UnresolvedPreviewUrlException ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/classes/Ibexa-Contracts-AdminUi-Exception-UnresolvedPreviewUrlException.html )
100+ - [ ` Ibexa\Contracts\AdminUi\PreviewUrlResolver ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/namespaces/ibexa-contracts-adminui-previewurlresolver.html )
101+ - [ ` Ibexa\Contracts\AdminUi\PreviewUrlResolver\VersionPreviewUrlResolverInterface ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/classes/Ibexa-Contracts-AdminUi-PreviewUrlResolver-VersionPreviewUrlResolverInterface.html )
102+ - [ ` Ibexa\Contracts\Core\Validation\Constraint ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/namespaces/ibexa-contracts-core-validation-constraint.html )
103+ - [ ` Ibexa\Contracts\Core\Validation\Constraint\UniqueIdentifier ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Validation-Constraint-UniqueIdentifier.html )
104+ - [ ` Ibexa\Contracts\Core\Validation\Constraint\UniqueIdentifierValidator ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Validation-Constraint-UniqueIdentifierValidator.html )
105+ - [ ` Ibexa\Contracts\Messenger ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/namespaces/ibexa-contracts-messenger.html )
106+ - [ ` Ibexa\Contracts\Messenger\Transport ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/namespaces/ibexa-contracts-messenger-transport.html )
107+ - [ ` Ibexa\Contracts\Messenger\Transport\MessageProviderInterface ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/classes/Ibexa-Contracts-Messenger-Transport-MessageProviderInterface.html )
108+ - [ ` Ibexa\Contracts\ProductCatalog\Values\Product\Query\AttributeCriterionBuilder ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/namespaces/ibexa-contracts-productcatalog-values-product-query-attributecriterionbuilder.html )
109+ - [ ` Ibexa\Contracts\ProductCatalog\Values\Product\Query\AttributeCriterionBuilderRegistry ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-Query-AttributeCriterionBuilderRegistry.html )
110+ - [ ` Ibexa\Contracts\ProductCatalog\Values\Product\Query\AttributeCriterionBuilderRegistryInterface ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-Query-AttributeCriterionBuilderRegistryInterface.html )
111+ - [ ` Ibexa\Contracts\ProductCatalog\Values\Product\Query\AttributeCriterionBuilder\AttributeCriterionBuilderInterface ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-Query-AttributeCriterionBuilder-AttributeCriterionBuilderInterface.html )
112+ - [ ` Ibexa\Contracts\ProductCatalog\Values\Product\Query\AttributeCriterionBuilder\CheckboxBuilder ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-Query-AttributeCriterionBuilder-CheckboxBuilder.html )
113+ - [ ` Ibexa\Contracts\ProductCatalog\Values\Product\Query\AttributeCriterionBuilder\ColorBuilder ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-Query-AttributeCriterionBuilder-ColorBuilder.html )
114+ - [ ` Ibexa\Contracts\ProductCatalog\Values\Product\Query\AttributeCriterionBuilder\FloatBuilder ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-Query-AttributeCriterionBuilder-FloatBuilder.html )
115+ - [ ` Ibexa\Contracts\ProductCatalog\Values\Product\Query\AttributeCriterionBuilder\IntegerBuilder ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-Query-AttributeCriterionBuilder-IntegerBuilder.html )
116+ - [ ` Ibexa\Contracts\ProductCatalog\Values\Product\Query\AttributeCriterionBuilder\SelectionBuilder ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-Query-AttributeCriterionBuilder-SelectionBuilder.html )
117+
118+ ??? note "Events"
119+ - [ ` Ibexa\Contracts\AdminUi\Event\ResolveVersionPreviewUrlEvent ` ] ( https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/classes/Ibexa-Contracts-AdminUi-Event-ResolveVersionPreviewUrlEvent.html )
118120
119121#### Full changelog
120122
0 commit comments