Skip to content

Commit

Permalink
added .distignore
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBeycan committed Nov 26, 2024
1 parent 57403e4 commit ffc9310
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/.git
/.github
/.wordpress-org
.distignore
.gitattributes
phpcs.xml
readme.md
4 changes: 2 additions & 2 deletions cryptopay-gateway-for-memberdash.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/**
* Plugin Name: CryptoPay Gateway for MemberDash
* Version: 1.0.0
* Version: 1.0.1
* Plugin URI: https://beycanpress.com/cryptopay/
* Description: Adds Cryptocurrency payment gateway (CryptoPay) for MemberDash.
* Author: BeycanPress LLC
Expand All @@ -31,7 +31,7 @@
use BeycanPress\CryptoPay\Integrator\Helpers;

define('MD_CRYPTOPAY_FILE', __FILE__);
define('MD_CRYPTOPAY_VERSION', '1.0.0');
define('MD_CRYPTOPAY_VERSION', '1.0.1');
define('MD_CRYPTOPAY_URL', plugin_dir_url(__FILE__));
define('MD_CRYPTOPAY_DIR', plugin_dir_path(__FILE__));

Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Tags: Bitcoin, Ethereum, Cryptocurrency, Payments, MemberDash
Requires at least: 5.0
Tested up to: 6.7.1
Requires PHP: 8.1
Stable Tag: 1.0.0
Version: 1.0.0
Stable Tag: 1.0.1
Version: 1.0.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit ffc9310

Please sign in to comment.