Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBeycan committed Jul 22, 2024
1 parent d059db8 commit 8b6769d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cryptopay-gateway-for-profilepress.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/**
* Plugin Name: CryptoPay Gateway for ProfilePress
* Version: 1.0.0
* Version: 1.0.1
* Plugin URI: https://beycanpress.com/cryptopay/
* Description: Adds Cryptocurrency payment gateway (CryptoPay) for ProfilePress.
* Author: BeycanPress LLC
Expand All @@ -29,7 +29,7 @@
require_once __DIR__ . '/vendor/autoload.php';

define('PP_CRYPTOPAY_FILE', __FILE__);
define('PP_CRYPTOPAY_VERSION', '1.0.0');
define('PP_CRYPTOPAY_VERSION', '1.0.1');
define('PP_CRYPTOPAY_KEY', basename(__DIR__));
define('PP_CRYPTOPAY_URL', plugin_dir_url(__FILE__));
define('PP_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, Crypto, Payment, ProfilePress
Requires at least: 5.0
Tested up to: 6.6
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 8b6769d

Please sign in to comment.