Skip to content

Commit 181c97f

Browse files
committed
Implement reviewer comments
1 parent d260f4b commit 181c97f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/release_notes/ibexa_dxp_v4.6.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ With improved reasoning and greater accuracy in mind, the AI Connector package h
4141

4242
Discounts now allow scheduling a mass re-indexing of discounted product catalog prices at the most convenient time by using the Ibexa Messenger package.
4343
Ibexa Messenger is a customization of the Symfony Messenger package, created to adjust it to [[= product_name =]]'s needs.
44-
Once properly configured, it monitors your system resources to trigger price re-indexing without causing performance-based disruptions.
44+
45+
Once properly configured, it uses a background queue to trigger price re-indexing, ensuring efficient use of system resources without causing performance disruptions.
4546

4647
[[= release_note_entry_end() =]]
4748

docs/release_notes/ibexa_dxp_v5.0.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Additionally, shared drafts can be accessed and managed through new dashboard ta
2727

2828
Discounts now allow scheduling a mass re-indexing of discounted product catalog prices at the most convenient time by using the Ibexa Messenger package.
2929
Ibexa Messenger is a customization of the Symfony Messenger package, created to adjust it to [[= product_name =]]'s needs.
30-
Once properly configured, it monitors your system resources to trigger price re-indexing without causing performance-based disruptions.
30+
31+
Once properly configured, it uses a background queue to trigger price re-indexing, ensuring efficient use of system resources without causing performance disruptions.
3132

3233
#### Improvements to notifications
3334

@@ -105,6 +106,7 @@ The PHP API has been expanded with the following:
105106
- [`Ibexa\Contracts\Collaboration\Session\SessionQuery`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Session-SessionQuery.html)
106107
- [`Ibexa\Contracts\Collaboration\Session\SessionRedirectProviderInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Session-SessionRedirectProviderInterface.html)
107108
- [`Ibexa\Contracts\Collaboration\Session\SessionScopeInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Session-SessionScopeInterface.html)
109+
- [`Ibexa\Contracts\Messenger\Transport`](/api/php_api/php_api_reference/namespaces/ibexa-contracts-messenger-transport.html)
108110

109111
??? note "Events"
110112
- [`Ibexa\Contracts\Core\Repository\Events\Notification\BeforeMarkNotificationAsUnreadEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Events-Notification-BeforeMarkNotificationAsUnreadEvent.html)
@@ -128,6 +130,10 @@ The PHP API has been expanded with the following:
128130
- [`Ibexa\Contracts\Collaboration\Session\Event\DeleteSessionEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Session-Event-DeleteSessionEvent.html)
129131
- [`Ibexa\Contracts\Collaboration\Session\Event\LeaveSessionEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Session-Event-LeaveSessionEvent.html)
130132
- [`Ibexa\Contracts\Collaboration\Session\Event\UpdateSessionEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Session-Event-UpdateSessionEvent.html)
133+
- [`Ibexa\Contracts\Discounts\Event\EnableDiscountEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-EnableDiscountEvent.html)
134+
- [`Ibexa\Contracts\Discounts\Event\BeforeDisableDiscountEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-BeforeDisableDiscountEvent.html)
135+
- [`Ibexa\Contracts\Discounts\Event\BeforeEnableDiscountEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-BeforeEnableDiscountEvent.html)
136+
- [`Ibexa\Contracts\Discounts\Event\DisableDiscountEvent`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-DisableDiscountEvent.html)
131137

132138
??? note "Search criteria"
133139
- [`Ibexa\Contracts\Core\Repository\Values\Notification\Query\Criterion\DateCreated`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Notification-Query-Criterion-DateCreated.html)
@@ -152,6 +158,8 @@ The PHP API has been expanded with the following:
152158
- [`Ibexa\Contracts\Collaboration\Session\Query\Criterion\Type`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Session-Query-Criterion-Type.html)
153159
- [`Ibexa\Contracts\Collaboration\Session\Query\Criterion\UpdatedAt`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Session-Query-Criterion-UpdatedAt.html)
154160
- [`Ibexa\Contracts\Collaboration\Session\Query\Criterion\UserId`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Session-Query-Criterion-UserId.html)
161+
- [`Ibexa\Contracts\Discounts\Value\Query\Criterion\IndexedAtCriterion`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Value-Query-Criterion-IndexedAtCriterion.html)
162+
- [`Ibexa\Contracts\Discounts\Value\Query\Criterion\UpdatedAtCriterion`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Value-Query-Criterion-UpdatedAtCriterion.html)
155163

156164
??? note "Sort clauses"
157165
- [`Ibexa\Contracts\Collaboration\Invitation\Query\SortClause\CreatedAt`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Invitation-Query-SortClause-CreatedAt.html)

0 commit comments

Comments
 (0)