From a0726351c502730eb82e688aba2824e69f6d5b70 Mon Sep 17 00:00:00 2001 From: emanuellopess Date: Fri, 29 Nov 2024 15:55:44 -0300 Subject: [PATCH 1/2] dics: Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e86d0..350a4d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.1.1 - 29/11/2024 +* Fix issues for optional inputs validation; +* Update front-end logging. + # 1.1.0 * Styling update; * Domain input field sanitization; From 2074d566a33ddd870ac038bfc70b4a4340dc9be7 Mon Sep 17 00:00:00 2001 From: emanuellopess Date: Fri, 29 Nov 2024 15:57:54 -0300 Subject: [PATCH 2/2] chore: Update version to 1.1.1 --- .github/workflows/build.yml | 6 +++--- style.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 869a3bd..4f80bf0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,9 @@ -name: Encode and generate new release +name: Generate new release on: pull_request: types: [closed] - branches: [dev] + branches: [child-flat] env: PLUGIN_NAME: lkn-orderforms-standard-cart @@ -32,7 +32,7 @@ jobs: uses: mathieudutour/github-tag-action@v6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} - custom_tag: "1.1.0" + custom_tag: "1.1.1" - name: Generate new release with encoded source code uses: ncipollo/release-action@v1 diff --git a/style.css b/style.css index 3f12128..88ec1ac 100755 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ * * @project WHMCS * @cssdoc version 1.0-pre - * @version 1.1.0 + * @version 1.1.1 * @package WHMCS * @author WHMCS Limited * @copyright Copyright (c) WHMCS Limited 2005-2015