Skip to content

Commit 21e1473

Browse files
mnoconjulitafalcondusza
authored andcommitted
Reworded section for updating LTS Updates (#2905)
* Reworded section for updating LTS Updates * [WIP] Updated Python * Fixed EOLWhitespace * Fixed Symbol attribute
1 parent 60ef6d9 commit 21e1473

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

docs/update_and_migration/from_4.6/update_from_4.6.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,12 @@ To use the [latest features](ibexa_dxp_v4.6.md) added to them, update them separ
438438

439439
=== "Discounts"
440440

441-
Run the following command to get the latest version:
441+
### Discounts [[% include 'snippets/lts-update_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]]
442+
443+
To install the [Discounts feature](discounts_guide.md), see the [installation instructions](install_discounts.md).
444+
445+
If you're already using it, run the following command to get the latest version of this feature:
446+
442447

443448
```bash
444449
composer require ibexa/discounts:[[= latest_tag_4_6 =]] ibexa/discounts-codes:[[= latest_tag_4_6 =]]
@@ -626,18 +631,38 @@ To use the [latest features](ibexa_dxp_v4.6.md) added to them, update them separ
626631
ON ibexa_discount (indexed_at);
627632
```
628633

629-
=== "AI actions"
634+
=== "AI Actions"
635+
636+
### AI Actions [[% include 'snippets/lts-update_badge.md' %]]
630637

631-
Run the following command to get the latest version:
638+
To install the [AI actions feature](ai_actions_guide.md), see the [installation instructions](install_ai_actions.md).
639+
640+
If you're already using it, run the following command to get the latest version of this feature:
632641

633642
```bash
634643
composer require ibexa/connector-ai:[[= latest_tag_4_6 =]] ibexa/connector-openai:[[= latest_tag_4_6 =]]
635644
```
636645

637646
=== "Date and time attribute"
638647

639-
Run the following command to get the latest version:
648+
### Date and time attribute [[% include 'snippets/lts-update_badge.md' %]]
649+
650+
To install the [Date and time attribute](date_and_time.md), see the [installation instructions](date_and_time.md#installation).
651+
652+
If you're already using it, run the following command to get the latest version of this feature:
640653

641654
```bash
642655
composer require ibexa/product-catalog-date-time-attribute:[[= latest_tag_4_6 =]]
643656
```
657+
658+
=== "Symbol attribute"
659+
660+
### Symbol attribute [[% include 'snippets/lts-update_badge.md' %]]
661+
662+
To install the [Symbol attribute](symbol_attribute_type.md), see the [installation instructions](symbol_attribute_type.md#installation).
663+
664+
If you're already using it, run the following command to get the latest version of this feature:
665+
666+
```bash
667+
composer require ibexa/product-catalog-symbol-attribute:[[= latest_tag_4_6 =]]
668+
```

0 commit comments

Comments
 (0)