Skip to content

Commit

Permalink
docs: Atualizando versão
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhermeLinkNacional committed Oct 10, 2024
1 parent 5734395 commit 641e5c0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: mathieudutour/[email protected]
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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 5 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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**
Expand Down
4 changes: 2 additions & 2 deletions payment-erede-for-givewp.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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' );

Expand Down

0 comments on commit 641e5c0

Please sign in to comment.