-
Notifications
You must be signed in to change notification settings - Fork 82
New in doc: February 2025 #2660
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
Changes from 5 commits
ef779ec
6c6e1f8
6654c12
c37342b
3964c17
30631c4
80b23b7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
description: Use DDEV to run an Ibexa Cloud project locally. | ||
month_change: true | ||
--- | ||
|
||
# DDEV and Ibexa Cloud | ||
|
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
|
@@ -7,6 +7,136 @@ | |||||||
|
||||||||
This page contains recent highlights and notable changes in [[= product_name =]] documentation. | ||||||||
|
||||||||
## February 2025 | ||||||||
|
||||||||
### Security | ||||||||
|
||||||||
- Expanded security recommendations to follow when working with [images submitted by users](images.md#configuring-image-variations). | ||||||||
|
||||||||
### Date and time attributes | ||||||||
|
||||||||
- Added documentation for the latest LTS Update: [Date and time attributes](date_and_time.md) | ||||||||
|
||||||||
### Automated Translation | ||||||||
Check warning on line 20 in docs/resources/new_in_doc.md
|
||||||||
|
||||||||
- Added information about how you can install and extend the [Automated Translation](automated_translations.md) feature. | ||||||||
|
- Added information about how you can install and extend the [Automated Translation](automated_translations.md) feature. | |
- Added information about how you can install and extend the [Automated Translation](automated_translations.md) feature |
Outdated
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.
- The [Form Builder](form_builder_guide.md#how-does-form-builder-work), [Page Builder](page_builder_guide.md#edit-page), and [Online Editor](online_editor_guide.md#what-is-online-editor) product guides now include interactive demos presenting these features. | |
- Updated [Form Builder](form_builder_guide.md#how-does-form-builder-work), [Page Builder](page_builder_guide.md#edit-page), and [Online Editor](online_editor_guide.md#what-is-online-editor) product guides by addng interactive demos that present these features |
Outdated
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.
- Described how you can use the [Page Builder's clipboard]([[= user_doc =]]content_management/create_edit_pages/#copy-blocks) to copy blocks between landing pages. | |
- Described how you can use the [Page Builder's clipboard]([[= user_doc =]]content_management/create_edit_pages/#copy-blocks) to copy blocks between pages |
Outdated
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.
- Described endpoints for [Segment](../api/rest_api/rest_api_reference/rest_api_reference.html#segments) and [Segment Group](http://localhost:8103/en/latest/api/rest_api/rest_api_reference/rest_api_reference.html#segment-groups) management. | |
- Described endpoints for [Segment](../api/rest_api/rest_api_reference/rest_api_reference.html#segments) and [Segment Group](http://localhost:8103/en/latest/api/rest_api/rest_api_reference/rest_api_reference.html#segment-groups) management |
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.
Thans! I've also removed the localhost link 🙈
Outdated
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Outdated
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.
- Improved the example for [creating Orders](../api/rest_api/rest_api_reference/rest_api_reference.html#orders-create-order), showing how to pass shipping cost data. | |
- Improved the example for [creating Orders](../api/rest_api/rest_api_reference/rest_api_reference.html#orders-create-order), to show how to pass shipping cost data |
Outdated
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.
- Improved the VCL snippet to cache the first ESI request when [using Basic Auth with Fastly](fastly.md#enable-basic-auth-on-fastly). | |
- Improved the VCL snippet to cache the first ESI request when [using Basic Auth with Fastly](fastly.md#enable-basic-auth-on-fastly) |
Outdated
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Outdated
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.
- The lists of [search criteria](search_criteria_reference.md) and [sort clauses](sort_clause_reference.md) have been expanded to show their support for [searching in Trash](search_in_trash_reference.md). | |
- Expanded the lists of [search criteria](search_criteria_reference.md) and [sort clauses](sort_clause_reference.md) to show their support for [searching in Trash](search_in_trash_reference.md) |
Outdated
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.
- The new [icon reference](icon_twig_functions.md#icons-reference) lists all the icons you can use when extending the back office. | |
- Added the [icon reference](icon_twig_functions.md#icons-reference) that lists all the icons you can use when extending the back office |
Check failure on line 48 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L48
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 48, "column": 136}}}, "severity": "ERROR"}
Outdated
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.
- The following Twig functions now support objects implementing the [`ContentAwareInterface`](../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-ContentAwareInterface.html) as arguments: | |
- Updated descriptions of the following Twig functions to mention their support for objects implementing the [`ContentAwareInterface`](../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-ContentAwareInterface.html) as arguments: |
Outdated
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.
- Described how you can use the [Ibexa Cloud addons](ddev_and_ibexa_cloud.md#with-ibexa-cloud-add-ons) when working with [[= product_name_cloud =]] projects. | |
- Described how you can use the [Ibexa Cloud addons](ddev_and_ibexa_cloud.md#with-ibexa-cloud-add-ons) when working with [[= product_name_cloud =]] projects |
Outdated
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.
- Described how to [set up Composer authentication](install_on_ibexa_cloud.md#composer-authentication-using-the-web-console) when creating an [[= product_name_cloud =]] project. | |
- Described how to [set up Composer authentication](install_on_ibexa_cloud.md#composer-authentication-using-the-web-console) when creating an [[= product_name_cloud =]] project |
Outdated
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.
The PHP API has been enhanced with the following new classes and interfaces: | |
Enhanced the PHP API with the following new classes and interfaces: |
Check failure on line 76 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L76
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 76, "column": 85}}}, "severity": "ERROR"}
Check failure on line 77 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L77
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 77, "column": 89}}}, "severity": "ERROR"}
Check failure on line 78 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L78
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 78, "column": 83}}}, "severity": "ERROR"}
Check failure on line 80 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L80
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 80, "column": 97}}}, "severity": "ERROR"}
Check failure on line 82 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L82
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 82, "column": 101}}}, "severity": "ERROR"}
Check failure on line 84 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L84
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 84, "column": 75}}}, "severity": "ERROR"}
Check failure on line 85 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L85
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 85, "column": 83}}}, "severity": "ERROR"}
Check failure on line 86 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L86
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 86, "column": 84}}}, "severity": "ERROR"}
Check failure on line 87 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L87
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 87, "column": 85}}}, "severity": "ERROR"}
Check failure on line 88 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L88
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 88, "column": 72}}}, "severity": "ERROR"}
Check failure on line 89 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L89
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 89, "column": 96}}}, "severity": "ERROR"}
Check failure on line 90 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L90
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 90, "column": 101}}}, "severity": "ERROR"}
Check failure on line 91 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L91
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 91, "column": 95}}}, "severity": "ERROR"}
Check failure on line 92 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L92
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 92, "column": 97}}}, "severity": "ERROR"}
Check failure on line 93 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L93
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 93, "column": 101}}}, "severity": "ERROR"}
Check failure on line 94 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L94
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 94, "column": 84}}}, "severity": "ERROR"}
Check failure on line 95 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L95
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 95, "column": 83}}}, "severity": "ERROR"}
Check failure on line 96 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L96
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 96, "column": 77}}}, "severity": "ERROR"}
Check failure on line 97 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L97
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 97, "column": 87}}}, "severity": "ERROR"}
Check failure on line 98 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L98
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 98, "column": 75}}}, "severity": "ERROR"}
Check failure on line 99 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L99
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 99, "column": 91}}}, "severity": "ERROR"}
Check failure on line 100 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L100
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 100, "column": 85}}}, "severity": "ERROR"}
Check failure on line 101 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L101
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 101, "column": 79}}}, "severity": "ERROR"}
Check failure on line 102 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L102
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 102, "column": 91}}}, "severity": "ERROR"}
Check failure on line 103 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L103
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 103, "column": 85}}}, "severity": "ERROR"}
Check failure on line 104 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L104
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 104, "column": 91}}}, "severity": "ERROR"}
Check failure on line 105 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L105
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 105, "column": 75}}}, "severity": "ERROR"}
Check failure on line 106 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L106
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 106, "column": 91}}}, "severity": "ERROR"}
Check failure on line 107 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L107
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 107, "column": 85}}}, "severity": "ERROR"}
Check failure on line 108 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L108
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 108, "column": 79}}}, "severity": "ERROR"}
Check failure on line 109 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L109
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 109, "column": 90}}}, "severity": "ERROR"}
Check failure on line 110 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L110
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 110, "column": 88}}}, "severity": "ERROR"}
Check failure on line 111 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L111
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 111, "column": 92}}}, "severity": "ERROR"}
Check failure on line 112 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L112
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 112, "column": 81}}}, "severity": "ERROR"}
Check failure on line 113 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L113
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 113, "column": 79}}}, "severity": "ERROR"}
Check failure on line 114 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L114
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 114, "column": 83}}}, "severity": "ERROR"}
Check failure on line 115 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L115
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 115, "column": 85}}}, "severity": "ERROR"}
Check failure on line 116 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L116
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 116, "column": 85}}}, "severity": "ERROR"}
Check failure on line 117 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L117
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 117, "column": 83}}}, "severity": "ERROR"}
Check failure on line 118 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L118
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 118, "column": 87}}}, "severity": "ERROR"}
Check failure on line 119 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L119
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 119, "column": 93}}}, "severity": "ERROR"}
Check failure on line 120 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L120
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 120, "column": 91}}}, "severity": "ERROR"}
Check failure on line 121 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L121
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 121, "column": 95}}}, "severity": "ERROR"}
Check failure on line 122 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L122
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 122, "column": 93}}}, "severity": "ERROR"}
Check failure on line 123 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L123
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 123, "column": 88}}}, "severity": "ERROR"}
Check failure on line 124 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L124
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 124, "column": 85}}}, "severity": "ERROR"}
Check failure on line 125 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L125
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 125, "column": 83}}}, "severity": "ERROR"}
Check failure on line 126 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L126
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 126, "column": 87}}}, "severity": "ERROR"}
Check failure on line 127 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L127
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 127, "column": 70}}}, "severity": "ERROR"}
Check failure on line 128 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L128
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 128, "column": 71}}}, "severity": "ERROR"}
Check failure on line 129 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L129
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 129, "column": 73}}}, "severity": "ERROR"}
Check failure on line 130 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L130
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 130, "column": 86}}}, "severity": "ERROR"}
Check failure on line 131 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L131
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 131, "column": 77}}}, "severity": "ERROR"}
Check failure on line 132 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L132
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 132, "column": 89}}}, "severity": "ERROR"}
Check failure on line 133 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L133
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 133, "column": 86}}}, "severity": "ERROR"}
Check failure on line 134 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L134
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 134, "column": 90}}}, "severity": "ERROR"}
Check failure on line 135 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L135
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 135, "column": 90}}}, "severity": "ERROR"}
Check failure on line 136 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L136
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 136, "column": 68}}}, "severity": "ERROR"}
Check failure on line 137 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L137
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 137, "column": 69}}}, "severity": "ERROR"}
Check failure on line 138 in docs/resources/new_in_doc.md
GitHub Actions / vale
[vale] docs/resources/new_in_doc.md#L138
[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/resources/new_in_doc.md", "range": {"start": {"line": 138, "column": 69}}}, "severity": "ERROR"}
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.
It's a bullet and we don't put fullstops at the end of bullets