diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14f1f0bb..cd297a17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: run: shopware-cli extension zip . --disable-git - name: Upload release zip file - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ${{ env.PLUGIN_NAME }}.zip path: ./nosto-shopware6/${{ env.PLUGIN_NAME }}.zip @@ -61,7 +61,7 @@ jobs: run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/} - name: Download release zip file - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: ${{ env.PLUGIN_NAME }}.zip path: ./ diff --git a/CHANGELOG_de-DE.md b/CHANGELOG_de-DE.md index 7fc4443f..e10429ab 100644 --- a/CHANGELOG_de-DE.md +++ b/CHANGELOG_de-DE.md @@ -1,3 +1,8 @@ +# 4.2.6 +* Feature: Funktion hinzugefügt um Cookie-Zustimmungsabhängigkeit auszuschalten +* Fix: Fehler behoben der dafür sorgte, dass nach Änderung der öOrtierung die Seitennummerierung ausgeblendet wurde +* Fix: Erhöhte Timeout-Zeit beim Senden von Produktdaten an Nosto, um weniger Fehlalarme bei Synchronisierungsproblemen zu verursachen + # 4.2.5 * Fix: Inklusion von Produktnummern im Order-Tagging, für Fälle in denen die Produktnummer anstelle der Product-ID als Identifikation genutzt werden. * Fix: Warnung hinzugefügt die ausgespielt wird, wenn die Nosto-Identifikation geändert wird. diff --git a/CHANGELOG_en-GB.md b/CHANGELOG_en-GB.md index 922fa952..fe1ef6d6 100644 --- a/CHANGELOG_en-GB.md +++ b/CHANGELOG_en-GB.md @@ -1,3 +1,8 @@ +# 4.2.6 +* Feature: Adding possibility to disable cookie consent requirement +* Fix: Resolved issue where pagination disappeared when the sort order has been changed +* Fix: Increased timeout when sending product data to Nosto to have less false positive sync issues + # 4.2.5 * Fix: Include product number in the order tagging to account for setups where the product number is being used as the product identifier instead of the product ID. * Fix: Add a warning when the nosto identifier is changed