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
* Added Redis 8+ and Valkey 9+ support (#2996)
* Added Redis 8+, 9+ and Valkey 9+ support
* Removed Redis 9
* Update docs/getting_started/requirements.md
* Apply suggestions from code review
* Added mention about messenger tables (#3003)
* Removed warning about Safari
* Elasticsearch 8 support (#3002)
* Adjusted the doc
* Selfreview
* Apply suggestion from @mnocon
* Reworked the doc: api_key examples and ES7 is still supported
* Apply suggestions from Doc review
Co-authored-by: julitafalcondusza <117284672+julitafalcondusza@users.noreply.github.com>
* Added suggestion that updating is recommended - and removed explicit version
* Update docs/search/search_engines/elasticsearch/configure_elasticsearch.md
Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com>
* Improved wording
---------
Co-authored-by: julitafalcondusza <117284672+julitafalcondusza@users.noreply.github.com>
Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com>
* Mention that the new configuration is for both ES 7 and 8 (#3013)
* PHP API Ref HTML
* REST API Ref HTML
* Release notes for 5.0.5 (#3011)
* Adjusted the doc
* Selfreview
* Apply suggestion from @mnocon
* Reworked the doc: api_key examples and ES7 is still supported
* Apply suggestions from Doc review
Co-authored-by: julitafalcondusza <117284672+julitafalcondusza@users.noreply.github.com>
* Release notes for 5.0.5
* Added suggestion that updating is recommended - and removed explicit version
* Update docs/search/search_engines/elasticsearch/configure_elasticsearch.md
Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com>
* Removed broken links
* Removed broken fragment
* Bumped mkdocs variable
* Fixed image
* Removed big TODO headers
* Fixes
* Adjusted headers
* Apply suggestions from code review
Co-authored-by: julitafalcondusza <117284672+julitafalcondusza@users.noreply.github.com>
---------
Co-authored-by: julitafalcondusza <117284672+julitafalcondusza@users.noreply.github.com>
Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com>
* Added links to REST API ref
---------
Co-authored-by: julitafalcondusza <117284672+julitafalcondusza@users.noreply.github.com>
Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com>
Co-authored-by: ibexa-workflow-automation-1[bot] <ibexa-workflow-automation-1[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/content_management/collaborative_editing/collaborative_editing_guide.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,6 @@ This allows the user to grant preview access to logged-in users, as well as shar
31
31
You can share a direct link to the collaborative session using the **Copy link** button.
32
32
Link is copied to the clipboard and you can share it with the users through communication channels.
33
33
34
-
!!! caution "Browser Compatibility"
35
-
36
-
To use the **Copy link** option, which allows you to copy a link to the clipboard and share it through communication channels with other users, the Clipboard API is required.
37
-
As a result, this option may not work in some browsers, such as Safari.
38
-
39
34
### Collaboration session
40
35
41
36
Collaborative editing allows to work together on the same content items.
Copy file name to clipboardExpand all lines: docs/getting_started/requirements.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ For production setups it's recommended that you use Varnish/Fastly, Redis, NFS/E
215
215
|Name|Version|
216
216
|---|---|
217
217
|Solr|8.11.1+ or 9.8.1+|
218
-
|Elasticsearch| 7.16.2+ |
218
+
|Elasticsearch| 7.16.2+ or 8.19+ |
219
219
220
220
If you see a "+" next to the product version, it indicates a recommended version or higher within the same major release.
221
221
For example, "1.18+" means any 1.x version equal to or higher than 1.18, but not 2.x.
@@ -295,7 +295,7 @@ For production setups it's recommended that you use Varnish/Fastly, Redis, NFS/E
295
295
=== "[[= product_name =]] v5.0"
296
296
297
297
- Linux NFS or S3/EFS (for IO, aka binary files stored in content repository, not supported with legacy)
298
-
- Redis 7.2+ (separate instances for session and cache, both using a `volatile-*` [eviction policy](https://redis.io/docs/latest/develop/reference/eviction/), session instance configured for persistence)
298
+
- Redis 7.2+, 8.4+, or Valkey 9.0+ (separate instances for session and cache, both using a `volatile-*` [eviction policy](https://redis.io/docs/latest/develop/reference/eviction/), session instance configured for persistence)
299
299
- [Varnish](http://varnish-cache.org/) 6.0LTS or 7.1 with [varnish-modules](https://github.com/varnish/varnish-modules/blob/master/README.md) or [Fastly](https://www.fastly.com/) using [the provided bundle](http_cache.md) (for HTTP Cache)
300
300
301
301
If you see a "+" next to the product version, it indicates a recommended version or higher within the same major release.
@@ -304,7 +304,7 @@ For production setups it's recommended that you use Varnish/Fastly, Redis, NFS/E
304
304
=== "[[= product_name =]] v4.6"
305
305
306
306
- Linux NFS or S3/EFS (for IO, aka binary files stored in content repository, not supported with legacy)
307
-
- Redis 4.0+, 5.0+, and 7.2+(separate instances for session and cache, both using a `volatile-*` [eviction policy](https://redis.io/docs/latest/develop/reference/eviction/), session instance configured for persistence) or [Memcached](https://memcached.org/) 1.5 or higher
307
+
- Redis 4.0+, 5.0+, 7.2+, 8.4+, or Valkey 9.0+ (separate instances for session and cache, both using a `volatile-*` [eviction policy](https://redis.io/docs/latest/develop/reference/eviction/), session instance configured for persistence), or [Memcached](https://memcached.org/) 1.5 or higher
308
308
- [Varnish](http://varnish-cache.org/) 6.0LTS or 7.1 with [varnish-modules](https://github.com/varnish/varnish-modules/blob/master/README.md) or [Fastly](https://www.fastly.com/) using [the provided bundle](http_cache.md) (for HTTP Cache)
309
309
310
310
If you see a "+" next to the product version, it indicates a recommended version or higher within the same major release.
#### Added OpenAPI support for Collaborative editing REST API
55
+
56
+
The [Collaborative editing](collaborative_editing.md) REST API endpoints are now included in the [OpenAPI-based REST API reference](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Collaboration-Sessions).
To learn more, see the [corresponding security advisory](https://developers.ibexa.co/security-advisories/ibexa-sa-2025-005-password-change-and-xss-vulnerabilities-in-back-office).
42
93
43
-
####Real-time collaborative editing
94
+
### Real-time collaborative editing
44
95
45
96
Real-time editing is now part of the [Collaborative editing](collaborative_editing.md) feature.
46
97
@@ -53,7 +104,7 @@ This extends the already existing capabilities allowing editors to work on the s
53
104
54
105
For more information, see how to [configure Collaborative editing](configure_collaborative_editing.md).
55
106
56
-
####Taxonomy suggestions for faster content classification
107
+
### Taxonomy suggestions for faster content classification
57
108
58
109
You can now speed up taxonomy assignment with AI-powered taxonomy suggestions.
59
110
@@ -65,17 +116,17 @@ This approach reduces manual effort, minimizes errors, and significantly improve
65
116
66
117
For more information, see [Taxonomy suggestions](taxonomy.md#taxonomy-suggestions).
67
118
68
-
####Infrastructure
119
+
### Infrastructure
69
120
70
121
- MariaDB 11.4 is now [officially supported](requirements.md#dbms)
To learn more, see the [corresponding security advisory](https://developers.ibexa.co/security-advisories/ibexa-sa-2025-004-xss-and-enumeration-vulnerabilities-in-back-office).
146
197
147
-
####Developer experience
198
+
### Developer experience
148
199
149
-
#####PHP API
200
+
#### PHP API
150
201
151
202
The PHP API has been expanded with the following:
152
203
@@ -187,7 +238,7 @@ The PHP API has been expanded with the following:
The new [Collaborative editing feature](collaborative_editing_guide.md) allows multiple users to preview, review, and edit the same content, improving teamwork and streamlining the review process.
193
244
Internal and external users can be invited to a collaboration session, through different sharing options.
@@ -196,36 +247,36 @@ With Real-time editing, more advanced part of the feature, users can see each ot
196
247
197
248
Additionally, shared drafts can be accessed and managed through new dashboard tabs: **My shared drafts** and **Drafts shared with me**, helping users stay organized.
198
249
199
-
####Discount indexing
250
+
### Discount indexing
200
251
201
252
Discounts now allow scheduling a re-indexing of discounted product catalog prices at the most convenient time by using the Ibexa Messenger package.
202
253
Ibexa Messenger is a customization of the Symfony Messenger package, created to adjust it to [[= product_name =]]'s needs.
203
254
204
255
Once properly configured, it uses a background queue to trigger price re-indexing, ensuring efficient use of system resources without causing performance disruptions.
205
256
206
-
####Improvements to notifications
257
+
### Improvements to notifications
207
258
208
259
An improved notifications system is now more intuitive.
209
260
Developers can now create and configure their own notification types, while users can now [browse through a list of notifications](https://doc.ibexa.co/projects/userguide/en/latest/getting_started/notifications/), where they can either act on them or dismiss them.
210
261
211
262

212
263
213
-
####Chat GPT 5.0 support
264
+
### Chat GPT 5.0 support
214
265
215
266
With improved reasoning and greater accuracy in mind, the AI Connector package has been enhanced by adding ChatGPT 5.0 to its list of supported LLMs.
216
267
217
268

218
269
219
-
####Developer experience
270
+
### Developer experience
220
271
221
-
#####New packages
272
+
#### New packages
222
273
223
274
The following packages have been introduced in Ibexa DXP v5.0.2:
224
275
225
276
- ibexa/collaboration
226
277
- ibexa/messenger
227
278
228
-
#####New version of PHP Storm Plugin
279
+
#### New version of PHP Storm Plugin
229
280
230
281
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:
231
282
@@ -235,7 +286,7 @@ To further improve your experience with Ibexa DXP, a 1.14.0 version of [PHP Stor
235
286
- Added code completion for Twig Component Groups in YAML config files and AsTwigComponent attribute
236
287
- Added code completion for Twig Component Types in YAML config files
237
288
238
-
#####REST APIs
289
+
#### REST APIs
239
290
240
291
Ibexa DXP v5.0.2 adds REST API coverage for the following features:
241
292
@@ -254,7 +305,7 @@ Ibexa DXP v5.0.2 adds REST API coverage for the following features:
254
305
- Discount
255
306
- DiscountList
256
307
257
-
#####PHP API
308
+
#### PHP API
258
309
259
310
The PHP API has been expanded with the following:
260
311
@@ -312,7 +363,7 @@ The PHP API has been expanded with the following:
The [online editor](online_editor_guide.md) now allows to easily enter special characters like currency symbols.
328
379
It uses the [special characters plugin](https://ckeditor.com/docs/ckeditor5/latest/features/special-characters.html).
329
380
330
381

331
382
332
-
####Support for Solr 9
383
+
### Support for Solr 9
333
384
334
385
With this release, [[= product_name =]] starts supporting [Solr 9](requirements.md#search).
335
386
336
387
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.
337
388
338
-
####Improved content creation interface
389
+
### Improved content creation interface
339
390
340
391
The editing interface of the back office is now improved to better highlight the language, creator, and the publication date when working with content items.
341
392
342
393

343
394
344
-
####Taxonomy Subtree limitation
395
+
### Taxonomy Subtree limitation
345
396
346
397
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).
347
398
348
399
In addition, you can now use the [Taxonomy limitation](limitation_reference.md#taxonomy-limitation) together with the `taxonomy/assign` policy.
349
400
350
-
####Base price column added to a Product Picker view
401
+
### Base price column added to a Product Picker view
351
402
352
403
The Product Picker tool that, for example, lets you [select products eligible for discounts]([[= user_doc =]]/commerce/discounts/work_with_discounts/#create-new-discount), now displays a **Base price** column for products and product variants.
353
404
354
-
####PHP API
405
+
### PHP API
355
406
356
407
The PHP API has been enhanced with the following new classes:
357
408
@@ -361,7 +412,7 @@ The PHP API has been enhanced with the following new classes:
361
412
362
413
This release brings additional minor improvements to the developer's experience that result from capabilities offered by PHP in version 8.3.
0 commit comments