Compare commits

..

No commits in common. "master" and "v1.0.0" have entirely different histories.

4 changed files with 5 additions and 13 deletions

View File

@ -34,7 +34,7 @@ jobs:
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SLUG: btcpay-for-givewp
SLUG: btcpay-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.2
* Version: 1.0.0
* 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.2');
define('BTCPAY_FOR_GIVEWP_VERSION', '1.0.0');
define('BTCPAY_FOR_GIVEWP_DIR', plugin_dir_path(__FILE__));
define('BTCPAY_FOR_GIVEWP_URL', plugin_dir_url(__FILE__));

View File

@ -11,8 +11,7 @@
],
"require": {
"php": ">=8.1",
"composer/installers": "~2.0",
"btcpayserver/btcpayserver-greenfield-php": "^2.0.0"
"composer/installers": "~2.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.2
Stable tag: 1.0.0
Requires Give: 2.24.0
Requires PHP: 8.1
License: MIT
@ -107,12 +107,5 @@ 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