Bump versions.
Some checks failed
Build and deploy to WordPress.org / New release (release) Has been cancelled

This commit is contained in:
ndeet 2025-05-27 15:35:22 +02:00
parent 1238c255da
commit f692cca243
2 changed files with 7 additions and 3 deletions

View File

@ -3,7 +3,7 @@
* Plugin Name: BTCPay for GiveWP
* Plugin URI: https://docs.btcpayserver.org/GiveWP/
* Description: BTCPay Server Bitcoin / Lightning Network payment gateway integration for GiveWP
* Version: 1.0.0
* Version: 1.0.1
* Author: BTCPay Server integrations team
* Author URI: https://btcpayserver.org
* Text Domain: btcpay-for-givewp
@ -23,7 +23,7 @@ if (!defined('ABSPATH')) {
}
// Define plugin constants
define('BTCPAY_FOR_GIVEWP_VERSION', '1.0.0');
define('BTCPAY_FOR_GIVEWP_VERSION', '1.0.1');
define('BTCPAY_FOR_GIVEWP_DIR', plugin_dir_path(__FILE__));
define('BTCPAY_FOR_GIVEWP_URL', plugin_dir_url(__FILE__));

View File

@ -3,7 +3,7 @@ Contributors: ndeet
Tags: Bitcoin, BTCPay Server, cryptocurrency, GiveWP, donations
Requires at least: 6.0
Tested up to: 6.8
Stable tag: 1.0.0
Stable tag: 1.0.1
Requires Give: 2.24.0
Requires PHP: 8.1
License: MIT
@ -107,5 +107,9 @@ You'll find extensive documentation and answers to many of your questions on [BT
== Changelog ==
= 1.0.1 :: 2025-05-27 =
* Fix slug in workflow
= 1.0.0 :: 2025-05-27 =
* Initial release