Skip to content

Commit

Permalink
Merge pull request #16 from LinkNacional/dev
Browse files Browse the repository at this point in the history
Fix build script
  • Loading branch information
emanuellopess authored Nov 29, 2024
2 parents 4ae7633 + c7129ef commit 014e54e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
uses: mathieudutour/[email protected]
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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @project WHMCS
* @cssdoc version 1.0-pre
* @version 1.1.0
* @version 1.1.1
* @package WHMCS
* @author WHMCS Limited <[email protected]>
* @copyright Copyright (c) WHMCS Limited 2005-2015
Expand Down

0 comments on commit 014e54e

Please sign in to comment.