Changeset 3476910
- Timestamp:
- 03/07/2026 07:42:16 AM (4 weeks ago)
- Location:
- coinsnap-for-givewp
- Files:
-
- 63 added
- 2 edited
-
tags/1.4.5 (added)
-
tags/1.4.5/assets (added)
-
tags/1.4.5/assets/css (added)
-
tags/1.4.5/assets/css/backend-style.css (added)
-
tags/1.4.5/assets/css/index.php (added)
-
tags/1.4.5/assets/index.php (added)
-
tags/1.4.5/assets/js (added)
-
tags/1.4.5/assets/js/adminFields.js (added)
-
tags/1.4.5/assets/js/connectionCheck.js (added)
-
tags/1.4.5/assets/js/index.php (added)
-
tags/1.4.5/class-coinsnap-gateway.php (added)
-
tags/1.4.5/coinsnap-for-givewp.php (added)
-
tags/1.4.5/index.php (added)
-
tags/1.4.5/languages (added)
-
tags/1.4.5/languages/index.php (added)
-
tags/1.4.5/library (added)
-
tags/1.4.5/library/Client (added)
-
tags/1.4.5/library/Client/AbstractClient.php (added)
-
tags/1.4.5/library/Client/BTCPayApiAuthorization.php (added)
-
tags/1.4.5/library/Client/BTCPayApiKey.php (added)
-
tags/1.4.5/library/Client/Invoice.php (added)
-
tags/1.4.5/library/Client/InvoiceCheckoutOptions.php (added)
-
tags/1.4.5/library/Client/Server.php (added)
-
tags/1.4.5/library/Client/Store.php (added)
-
tags/1.4.5/library/Client/User.php (added)
-
tags/1.4.5/library/Client/Webhook.php (added)
-
tags/1.4.5/library/Client/index.php (added)
-
tags/1.4.5/library/Exception (added)
-
tags/1.4.5/library/Exception/BadRequestException.php (added)
-
tags/1.4.5/library/Exception/CSException.php (added)
-
tags/1.4.5/library/Exception/ConnectException.php (added)
-
tags/1.4.5/library/Exception/ForbiddenException.php (added)
-
tags/1.4.5/library/Exception/RequestException.php (added)
-
tags/1.4.5/library/Exception/index.php (added)
-
tags/1.4.5/library/Http (added)
-
tags/1.4.5/library/Http/ClientInterface.php (added)
-
tags/1.4.5/library/Http/Response.php (added)
-
tags/1.4.5/library/Http/ResponseInterface.php (added)
-
tags/1.4.5/library/Http/WPRemoteClient.php (added)
-
tags/1.4.5/library/Http/index.php (added)
-
tags/1.4.5/library/Result (added)
-
tags/1.4.5/library/Result/AbstractResult.php (added)
-
tags/1.4.5/library/Result/ApiKey.php (added)
-
tags/1.4.5/library/Result/Invoice.php (added)
-
tags/1.4.5/library/Result/InvoiceCheckoutHTML.php (added)
-
tags/1.4.5/library/Result/InvoiceList.php (added)
-
tags/1.4.5/library/Result/InvoicePayment.php (added)
-
tags/1.4.5/library/Result/InvoicePaymentMethod.php (added)
-
tags/1.4.5/library/Result/ServerInfo.php (added)
-
tags/1.4.5/library/Result/Store.php (added)
-
tags/1.4.5/library/Result/User.php (added)
-
tags/1.4.5/library/Result/Webhook.php (added)
-
tags/1.4.5/library/Result/WebhookAuthorizedEvents.php (added)
-
tags/1.4.5/library/Result/WebhookCreated.php (added)
-
tags/1.4.5/library/Result/index.php (added)
-
tags/1.4.5/library/Util (added)
-
tags/1.4.5/library/Util/Notice.php (added)
-
tags/1.4.5/library/Util/PreciseNumber.php (added)
-
tags/1.4.5/library/Util/index.php (added)
-
tags/1.4.5/library/index.php (added)
-
tags/1.4.5/library/loader.php (added)
-
tags/1.4.5/license.txt (added)
-
tags/1.4.5/readme.txt (added)
-
trunk/coinsnap-for-givewp.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
coinsnap-for-givewp/trunk/coinsnap-for-givewp.php
r3428870 r3476910 2 2 /* 3 3 * Plugin Name: Bitcoin payment for GiveWP 4 * Plugin URI: https://coinsnap.io/ coinsnap-for-givewp-payment-plugin/4 * Plugin URI: https://coinsnap.io/wp-add-ons/givewp/ 5 5 * Description: Receive Bitcoin donations or Bitcoin contributions for your fundraisers. Easy setup, fast & simple transactions. 6 6 * Author: Coinsnap … … 8 8 * Text Domain: coinsnap-for-givewp 9 9 * Domain Path: /languages 10 * Version: 1.4. 410 * Version: 1.4.5 11 11 * Requires PHP: 7.4 12 12 * Requires at least: 6.0 13 13 * Tested up to: 6.9 14 14 * Requires Plugins: give 15 * GiveWP tested up to: 4.1 3.215 * GiveWP tested up to: 4.14.2 16 16 * License: GPL2 17 17 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 25 25 26 26 if(!defined('COINSNAP_GIVEWP_PHP_VERSION')){ define( 'COINSNAP_GIVEWP_PHP_VERSION', '7.4' );} 27 if(!defined('COINSNAP_GIVEWP_VERSION')){ define( 'COINSNAP_GIVEWP_VERSION', '1.4. 4' );}27 if(!defined('COINSNAP_GIVEWP_VERSION')){ define( 'COINSNAP_GIVEWP_VERSION', '1.4.5' );} 28 28 if(!defined('COINSNAP_GIVEWP_REFERRAL_CODE')){ define( 'COINSNAP_GIVEWP_REFERRAL_CODE', 'D19825' );} 29 29 if(!defined('COINSNAP_GIVEWP_PLUGIN_ID')){ define( 'COINSNAP_GIVEWP_PLUGIN_ID', 'coinsnap-for-givewp' );} -
coinsnap-for-givewp/trunk/readme.txt
r3428870 r3476910 4 4 Tags: Lightning, SATS, bitcoin, GiveWP, payment gateway 5 5 Tested up to: 6.9 6 Stable tag: 1.4. 46 Stable tag: 1.4.5 7 7 License: GPL2 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 214 214 * Updated dependency functions naming. 215 215 216 = 1.4.5 :: 2026-03-06 = 217 * Updated plugin description. 218 * Compatibility with GiveWP 4.14.0 - 4.14.2 is tested. 219 220
Note: See TracChangeset
for help on using the changeset viewer.