Skip to content

Commit

Permalink
Updating changelog + release workflow deprecated action
Browse files Browse the repository at this point in the history
  • Loading branch information
iganulevics committed Sep 10, 2024
1 parent a49122c commit 61d957d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: ./
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG_de-DE.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG_en-GB.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 61d957d

Please sign in to comment.