-
Notifications
You must be signed in to change notification settings - Fork 82
Release notes #2869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release notes #2869
Changes from 3 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
a7838b0
IBX-10262: Added mention of the renamed class
mnocon f28720b
Release notes for 4.6.22
mnocon 01aed8d
Apply suggestions from code review
mnocon 97ea04c
Review fixes
mnocon c48b3da
Merge remote-tracking branch 'origin/release-4.6.22' into release-notes
mnocon 83fbe2f
Fixed link
mnocon e2b2d33
Last minute fixes
mnocon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -11,7 +11,7 @@ month_change: true | |||||
<div class="release-notes" markdown="1"> | ||||||
|
||||||
[[% set version = 'v4.6.22' %]] | ||||||
[[= release_note_entry_begin("Discounts " + version, 'TODO', ['LTS Update', 'Commerce']) =]] | ||||||
[[= release_note_entry_begin("Discounts " + version, '2025-08-05', ['LTS Update', 'Commerce']) =]] | ||||||
|
||||||
#### Global discount codes limits | ||||||
|
||||||
|
@@ -32,9 +32,44 @@ The PHP API has been enhanced with the following new classes: | |||||
- TODO | ||||||
|
||||||
[[= release_note_entry_end() =]] | ||||||
[[= release_note_entry_begin("Ibexa DXP " + version, 'TODO', ['Headless', 'Experience', 'Commerce']) =]] | ||||||
[[= release_note_entry_begin("Ibexa DXP " + version, '2025-08-05', ['Headless', 'Experience', 'Commerce', 'New feature']) =]] | ||||||
|
||||||
#### TODO | ||||||
#### Special characters in online editor | ||||||
|
||||||
The [online editor](online_editor_guide.md) now allows to easily enter special characters like currency symbols. | ||||||
It uses the [special characters plugin](https://ckeditor.com/docs/ckeditor5/latest/features/special-characters.html), | ||||||
|
||||||
 | ||||||
|
||||||
#### Pagination for ezobjectrelationlist in GraphQL | ||||||
|
||||||
To improve performance and gain greater control over the returned responses from the [GraphQL API](graphql.md), you can now [enable pagination](relationlistfield.md#enable-pagination-in-graphql) of relations specified using the Relationlist field type. | ||||||
|
||||||
#### Taxonomy Subtree limitation | ||||||
|
||||||
You can now manage access to [taxonomy items](taxonomy.md) more effectively by using the new [Taxonomy Subtree limitation](limitation_reference.md#taxonomy-subtree-limitation). | ||||||
|
||||||
#### Twig Components | ||||||
|
||||||
With the latest changes to [Twig Components](components.md), you can: | ||||||
|
||||||
- set component priority when using YAML configuration | ||||||
- render a menu with help of the new Menu component | ||||||
|
||||||
The list of built-in Twig Component groups has been expanded and includes: | ||||||
|
||||||
- one new group for the [back office](custom_components.md) (`admin-ui-versions-table-before`) | ||||||
- four new groups for [storefront](custommize_storefront_layout.md#customize-with-twig-components) | ||||||
|
||||||
#### Improved content creation interface | ||||||
|
||||||
The editing interface of the back office has been improved to better highlight the language, creator, and the publication date when working with content items. | ||||||
|
||||||
 | ||||||
|
||||||
#### Breaking changes | ||||||
|
||||||
- The `Ibexa\FieldTypeRichText\RichText\Validator\CustomTagsValidator` class has been renamed to `Ibexa\FieldTypeRichText\RichText\Validator\CustomTemplateValidator`, expanding its responsibility to validate both [custom tags](extend_online_editor.md# configure-custom-tags) and [custom styles](extend_online_editor.md#configure-custom-styles) | ||||||
|
- The `Ibexa\FieldTypeRichText\RichText\Validator\CustomTagsValidator` class has been renamed to `Ibexa\FieldTypeRichText\RichText\Validator\CustomTemplateValidator`, expanding its responsibility to validate both [custom tags](extend_online_editor.md# configure-custom-tags) and [custom styles](extend_online_editor.md#configure-custom-styles) | |
- The `Ibexa\FieldTypeRichText\RichText\Validator\CustomTagsValidator` class has been renamed to `Ibexa\FieldTypeRichText\RichText\Validator\CustomTemplateValidator`, expanding its responsibility to validate both [custom tags](extend_online_editor.md#configure-custom-tags) and [custom styles](extend_online_editor.md#configure-custom-styles) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.

Fixed in 97ea04c , thanks!
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This comment was marked as resolved.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, there is a
graphql
variant as well (https://pygments.org/languages/) - will be fixed in a follow-up commit 🙇Edit: done in 97ea04c