Compare commits

..

2 Commits

Author SHA1 Message Date
ndeet
909397101f Bump versions.
Some checks failed
Build and deploy to WordPress.org / New release (release) Has been cancelled
2025-05-27 16:02:09 +02:00
ndeet
5a5607f967 Add missing btcpay library dependency. 2025-05-27 16:00:19 +02:00
3 changed files with 8 additions and 4 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.1
* Version: 1.0.2
* 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.1');
define('BTCPAY_FOR_GIVEWP_VERSION', '1.0.2');
define('BTCPAY_FOR_GIVEWP_DIR', plugin_dir_path(__FILE__));
define('BTCPAY_FOR_GIVEWP_URL', plugin_dir_url(__FILE__));

View File

@ -11,7 +11,8 @@
],
"require": {
"php": ">=8.1",
"composer/installers": "~2.0"
"composer/installers": "~2.0",
"btcpayserver/btcpayserver-greenfield-php": "^2.0.0"
},
"autoload": {
"psr-4": {

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.1
Stable tag: 1.0.2
Requires Give: 2.24.0
Requires PHP: 8.1
License: MIT
@ -108,6 +108,9 @@ You'll find extensive documentation and answers to many of your questions on [BT
== Changelog ==
= 1.0.2 :: 2025-05-27 =
* Fix missing BTCPay library dependency
= 1.0.1 :: 2025-05-27 =
* Fix slug in workflow