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/CHANGELOG.md b/CHANGELOG.md index cfc9c59..a3ebf91 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 - 22/11/2024 * Styling update; * Domain input field sanitization; 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