From 5647622400b41987e042f000d503d7fa8668a8b7 Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Wed, 9 Oct 2024 13:43:15 +0200 Subject: [PATCH] Release of 1.7.0 --- .github/workflows/release.yml | 10 +++++----- CHANGELOG.md | 8 ++++++++ 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62ac5ec..bc8095c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,15 +18,15 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Build project - run: ./bin/release.sh ${{ steps.get_version.outputs.VERSION }} + run: ./bin/release.sh ${{ env.VERSION }} - name: Create Release id: create_release uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ steps.get_version.outputs.VERSION }} - release_name: Release ${{ steps.get_version.outputs.VERSION }} + tag_name: ${{ env.VERSION }} + release_name: Release ${{ env.VERSION }} draft: true prerelease: false - name: Upload Release Asset @@ -36,6 +36,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./.dist/Plugin_CS-Cart_${{ steps.get_version.outputs.VERSION }}.zip - asset_name: Plugin_CS-Cart_${{ steps.get_version.outputs.VERSION }}.zip + asset_path: ./.dist/Plugin_CS-Cart_${{ env.VERSION }}.zip + asset_name: Plugin_CS-Cart_${{ env.VERSION }}.zip asset_content_type: application/zip \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 88fa1df..41e7ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.7.0 +Release date - Oct 9th, 2024 + +### Added ++ PLGCSCS-145: Add Pay After Delivery - BNPL_MF. Remove issuers from iDEAL. + +*** + ## 1.6.2 Release date - Mar 17th, 2023