Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
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
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.13]

steps:
- uses: actions/checkout@v4
Expand Down
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 @@ To use the [latest features](ibexa_dxp_v4.6.md) added to them, update them separ

=== "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).

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 @@ To use the [latest features](ibexa_dxp_v4.6.md) added to them, update them separ
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).

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).

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).

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