From e6e456f4fd52810167c4a1cd714cb4b20035ea4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Fri, 19 Sep 2025 10:07:05 +0200 Subject: [PATCH 1/4] Reworded section for updating LTS Updates --- .../from_4.6/update_from_4.6.md | 33 ++++++++++++++++--- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/docs/update_and_migration/from_4.6/update_from_4.6.md b/docs/update_and_migration/from_4.6/update_from_4.6.md index 9fc63a4a36..5fb986b437 100644 --- a/docs/update_and_migration/from_4.6/update_from_4.6.md +++ b/docs/update_and_migration/from_4.6/update_from_4.6.md @@ -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' %]] + + 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 =]] @@ -626,9 +631,13 @@ 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 =]] @@ -636,7 +645,23 @@ To use the [latest features](ibexa_dxp_v4.6.md) added to them, update them separ === "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 =]] From b434f4510588cfe2282fa52cebc2f220db0c8f44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Fri, 19 Sep 2025 10:25:34 +0200 Subject: [PATCH 2/4] [WIP] Updated Python --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2dcff20ab3..438b94da7a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8] + python-version: [3.13] steps: - uses: actions/checkout@v4 From 76d063ee87ae1100a1bd95ac3d213b112118080c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Fri, 19 Sep 2025 10:27:53 +0200 Subject: [PATCH 3/4] Fixed EOLWhitespace --- docs/update_and_migration/from_4.6/update_from_4.6.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/update_and_migration/from_4.6/update_from_4.6.md b/docs/update_and_migration/from_4.6/update_from_4.6.md index 5fb986b437..b36c99ca6d 100644 --- a/docs/update_and_migration/from_4.6/update_from_4.6.md +++ b/docs/update_and_migration/from_4.6/update_from_4.6.md @@ -441,7 +441,7 @@ To use the [latest features](ibexa_dxp_v4.6.md) added to them, update them separ ### Discounts [[% include 'snippets/lts-update_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]] 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: @@ -636,7 +636,7 @@ To use the [latest features](ibexa_dxp_v4.6.md) added to them, update them separ ### AI Actions [[% include 'snippets/lts-update_badge.md' %]] 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 @@ -648,7 +648,7 @@ To use the [latest features](ibexa_dxp_v4.6.md) added to them, update them separ ### 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 @@ -660,7 +660,7 @@ To use the [latest features](ibexa_dxp_v4.6.md) added to them, update them separ ### 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 From 08410b3f389ce6db17ed99c448013e67d08e67d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Mon, 22 Sep 2025 11:31:01 +0200 Subject: [PATCH 4/4] Fixed Symbol attribute --- docs/update_and_migration/from_4.6/update_from_4.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/update_and_migration/from_4.6/update_from_4.6.md b/docs/update_and_migration/from_4.6/update_from_4.6.md index b36c99ca6d..c8b4769963 100644 --- a/docs/update_and_migration/from_4.6/update_from_4.6.md +++ b/docs/update_and_migration/from_4.6/update_from_4.6.md @@ -664,5 +664,5 @@ To use the [latest features](ibexa_dxp_v4.6.md) added to them, update them separ 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 =]] + composer require ibexa/product-catalog-symbol-attribute:[[= latest_tag_4_6 =]] ```