Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 29 additions & 4 deletions docs/update_and_migration/from_4.6/update_from_4.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,12 @@

=== "Discounts"

Run the following command to get the latest version:
### Discounts [[% include 'snippets/lts-update_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only point of this header is to have a place where I can attach the badges


To install the [Discounts feature](discounts_guide.md), see the [installation instructions](install_discounts.md).

Check warning on line 444 in docs/update_and_migration/from_4.6/update_from_4.6.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/update_and_migration/from_4.6/update_from_4.6.md#L444

[Ibexa.EOLWhitespace] Remove whitespace characters from the end of the line.
Raw output
{"message": "[Ibexa.EOLWhitespace] Remove whitespace characters from the end of the line.", "location": {"path": "docs/update_and_migration/from_4.6/update_from_4.6.md", "range": {"start": {"line": 444, "column": 1}}}, "severity": "WARNING"}
If you're already using it, run the following command to get the latest version of this feature:


```bash
composer require ibexa/discounts:[[= latest_tag_4_6 =]] ibexa/discounts-codes:[[= latest_tag_4_6 =]]
Expand Down Expand Up @@ -626,17 +631,37 @@
ON ibexa_discount (indexed_at);
```

=== "AI actions"
=== "AI Actions"

### AI Actions [[% include 'snippets/lts-update_badge.md' %]]

Run the following command to get the latest version:
To install the [AI actions feature](ai_actions_guide.md), see the [installation instructions](install_ai_actions.md).

Check warning on line 639 in docs/update_and_migration/from_4.6/update_from_4.6.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/update_and_migration/from_4.6/update_from_4.6.md#L639

[Ibexa.EOLWhitespace] Remove whitespace characters from the end of the line.
Raw output
{"message": "[Ibexa.EOLWhitespace] Remove whitespace characters from the end of the line.", "location": {"path": "docs/update_and_migration/from_4.6/update_from_4.6.md", "range": {"start": {"line": 639, "column": 1}}}, "severity": "WARNING"}
If you're already using it, run the following command to get the latest version of this feature:

```bash
composer require ibexa/connector-ai:[[= latest_tag_4_6 =]] ibexa/connector-openai:[[= latest_tag_4_6 =]]
```

=== "Date and time attribute"

Run the following command to get the latest version:
### Date and time attribute [[% include 'snippets/lts-update_badge.md' %]]

To install the [Date and time attribute](date_and_time.md), see the [installation instructions](date_and_time.md#installation).

Check warning on line 651 in docs/update_and_migration/from_4.6/update_from_4.6.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/update_and_migration/from_4.6/update_from_4.6.md#L651

[Ibexa.EOLWhitespace] Remove whitespace characters from the end of the line.
Raw output
{"message": "[Ibexa.EOLWhitespace] Remove whitespace characters from the end of the line.", "location": {"path": "docs/update_and_migration/from_4.6/update_from_4.6.md", "range": {"start": {"line": 651, "column": 1}}}, "severity": "WARNING"}
If you're already using it, run the following command to get the latest version of this feature:

```bash
composer require ibexa/product-catalog-date-time-attribute:[[= latest_tag_4_6 =]]
```

=== "Symbol attribute"

### Symbol attribute [[% include 'snippets/lts-update_badge.md' %]]

To install the [Symbol attribute](symbol_attribute_type.md), see the [installation instructions](symbol_attribute_type.md#installation).

Check warning on line 663 in docs/update_and_migration/from_4.6/update_from_4.6.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/update_and_migration/from_4.6/update_from_4.6.md#L663

[Ibexa.EOLWhitespace] Remove whitespace characters from the end of the line.
Raw output
{"message": "[Ibexa.EOLWhitespace] Remove whitespace characters from the end of the line.", "location": {"path": "docs/update_and_migration/from_4.6/update_from_4.6.md", "range": {"start": {"line": 663, "column": 1}}}, "severity": "WARNING"}
If you're already using it, run the following command to get the latest version of this feature:

```bash
composer require ibexa/product-catalog-date-time-attribute:[[= latest_tag_4_6 =]]
Expand Down
Loading