Compare commits

...

4 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
ndeet
f692cca243 Bump versions.
Some checks failed
Build and deploy to WordPress.org / New release (release) Has been cancelled
2025-05-27 15:35:22 +02:00
ndeet
1238c255da Fix slug. 2025-05-27 15:32:59 +02:00
4 changed files with 13 additions and 5 deletions

View File

@ -34,7 +34,7 @@ jobs:
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SLUG: btcpay-givewp
SLUG: btcpay-for-givewp
- name: Upload release asset
uses: actions/upload-release-asset@v1

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.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.0');
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.0
Stable tag: 1.0.2
Requires Give: 2.24.0
Requires PHP: 8.1
License: MIT
@ -107,5 +107,12 @@ 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
= 1.0.0 :: 2025-05-27 =
* Initial release