diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d0c4d60..3782858 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,7 +47,7 @@ jobs: uses: mathieudutour/github-tag-action@v6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} - custom_tag: '2.0.0' # // TODO caso necessário definir a tag da release manualmente + custom_tag: '2.0.1' # // TODO caso necessário definir a tag da release manualmente # Generate new release - name: Generate new Release diff --git a/CHANGELOG.md b/CHANGELOG.md index efefbe6..7a42593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.0.1 - 10/10/2024 +* Add link to view logs; +* Fix donation status; + # 2.0.0 - 14/05/2024 * Added compatibility with GiveWP 3.0.0 template. * General plugin optimizations. diff --git a/README.txt b/README.txt index 9e1c627..0a16637 100755 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Tags: payment, donation, credit, debit, card Requires at least: 5.7 Requires PHP: 7.4 Tested up to: 6.6 -Stable tag: 2.0.0 +Stable tag: 2.0.1 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -65,6 +65,10 @@ To get your E-Rede production credentials you will need to follow [this guide](h 1. None == Changelog == += 2.0.1 = +**10/10/2024** +* Add link to view logs; +* Fix donation status; = 2.0.0 = **14/05/2024** diff --git a/payment-erede-for-givewp.php b/payment-erede-for-givewp.php index ff99132..4d10ff3 100755 --- a/payment-erede-for-givewp.php +++ b/payment-erede-for-givewp.php @@ -20,7 +20,7 @@ * Plugin Name: Payment Gateway E-Rede for GiveWP * Plugin URI: https://www.linknacional.com.br/wordpress/plugins/ * Description: Credit and debit card payment using E-Rede - * Version: 2.0.0 + * Version: 2.0.1 * Author: Link Nacional * Author URI: https://www.linknacional.com.br/wordpress/plugins/ * License: GPL-3.0+ @@ -41,7 +41,7 @@ * Start at version 1.0.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ -define( 'PAYMENT_EREDE_FOR_GIVEWP_VERSION', '2.0.0' ); +define( 'PAYMENT_EREDE_FOR_GIVEWP_VERSION', '2.0.1' ); define( 'PAYMENT_EREDE_FOR_GIVEWP_MIN_GIVE_VERSION', '2.31.0' );