Skip to content

Commit e2b2d33

Browse files
committed
Last minute fixes
1 parent 83fbe2f commit e2b2d33

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

docs/permissions/limitation_reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ For more information on how to restrict user's access to part of the subtree, se
322322

323323
## Taxonomy limitation
324324

325-
The taxonomy (`Taxonomy`) limitation specifies on which taxonomies (tags, product categories, or custom ones) user can interact with.
325+
The taxonomy (`Taxonomy`) limitation specifies with which [taxonomies](taxonomy.md) (tags, product categories, or custom ones) user can interact.
326326

327327
The supported policies are:
328328

docs/release_notes/ibexa_dxp_v4.6.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,17 @@ It uses the [special characters plugin](https://ckeditor.com/docs/ckeditor5/late
4141

4242
![Special characters in online editor](4.6_special_characters.png "Special characters in online editor")
4343

44-
#### Pagination for ezobjectrelationlist in GraphQL
44+
#### Support for Solr 9
4545

46-
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.
46+
With this release, [[= product_name =]] starts supporting [Solr 9](requirements.md#search).
4747

48-
#### Taxonomy Subtree limitation
48+
Solr 9 comes with support for [Dense Vector Search](https://solr.apache.org/guide/solr/latest/query-guide/dense-vector-search.html), paving the way for incoming improvements to the [AI Actions](ai_actions.md) feature.
4949

50-
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).
50+
#### Improved content creation interface
5151

52-
In addition, you can now use the [Taxonomy limitation](limitation_reference.md#taxonomy-limitation) together with the `taxonomy/assign` policy.
52+
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.
53+
54+
![Improved interface for content creation](4.6_improved_editing.png "Improved interface for content creation")
5355

5456
#### Twig Components
5557

@@ -61,26 +63,24 @@ With the latest changes to [Twig Components](components.md), you can:
6163
The list of built-in Twig Component groups has been expanded and includes:
6264

6365
- one new group for the [back office](custom_components.md) (`admin-ui-versions-table-before`)
64-
- four new groups for [storefront](customize_storefront_layout.md#customize-with-twig-components)
66+
- eight new groups for [storefront](customize_storefront_layout.md#customize-with-twig-components)
6567

66-
#### Improved content creation interface
68+
#### Taxonomy Subtree limitation
6769

68-
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.
70+
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).
6971

70-
![Improved interface for content creation](4.6_improved_editing.png "Improved interface for content creation")
72+
In addition, you can now use the [Taxonomy limitation](limitation_reference.md#taxonomy-limitation) together with the `taxonomy/assign` policy.
73+
74+
#### Pagination for ezobjectrelationlist in GraphQL
75+
76+
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.
7177

7278
#### Breaking changes
7379

7480
- 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)
7581
- The `Ibexa\Contracts\AdminUi\Permission\PermissionCheckContextProviderInterface` interface has been removed
7682
- The `Ibexa\Contracts\AdminUi\Values\PermissionCheckContext` class has been removed
7783

78-
#### Support for Solr 9
79-
80-
With this release, [[= product_name =]] starts supporting [Solr 9](requirements.md#search).
81-
82-
Solr 9 comes with support for [Dense Vector Search](https://solr.apache.org/guide/solr/latest/query-guide/dense-vector-search.html), paving the way for incoming improvements to the [AI Actions](ai_actions.md) feature.
83-
8484
#### PHP API
8585

8686
The PHP API has been enhanced with the following new classes:

0 commit comments

Comments
 (0)