diff --git a/.distignore b/.distignore new file mode 100644 index 0000000..38e4d6e --- /dev/null +++ b/.distignore @@ -0,0 +1,7 @@ +/.git +/.github +/.wordpress-org +.distignore +.gitattributes +phpcs.xml +readme.md \ No newline at end of file diff --git a/cryptopay-gateway-for-memberdash.php b/cryptopay-gateway-for-memberdash.php index 699abb9..2f5b2bc 100644 --- a/cryptopay-gateway-for-memberdash.php +++ b/cryptopay-gateway-for-memberdash.php @@ -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 @@ -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__)); diff --git a/readme.txt b/readme.txt index 41f2688..ebef4af 100644 --- a/readme.txt +++ b/readme.txt @@ -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