Changeset 3452286
- Timestamp:
- 02/02/2026 05:20:14 PM (2 months ago)
- Location:
- coinsnap-for-wpforms
- Files:
-
- 68 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/coinsnap-style.css (added)
-
tags/1.4.5/assets/css/index.php (added)
-
tags/1.4.5/assets/images (added)
-
tags/1.4.5/assets/images/coinsnap_logo.png (added)
-
tags/1.4.5/assets/images/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/coinsnap-for-wpforms.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)
-
tags/1.4.5/src (added)
-
tags/1.4.5/src/Plugin.php (added)
-
tags/1.4.5/src/index.php (added)
-
trunk/coinsnap-for-wpforms.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
coinsnap-for-wpforms/trunk/coinsnap-for-wpforms.php
r3429220 r3452286 4 4 * Plugin URI: https://coinsnap.io/coinsnap-for-wpforms-plugin/ 5 5 * Description: Sell products, downloads, bookings for Bitcoin or get Bitcoin-donations in any form you created with WPForms! Easy setup, fast & simple transactions. 6 * Version: 1.4. 46 * Version: 1.4.5 7 7 * Author: Coinsnap 8 8 * Author URI: https://coinsnap.io/ … … 12 12 * Tested up to: 6.9 13 13 * Requires at least: 5.2 14 * WPForms tested up to: 1.9. 8.714 * WPForms tested up to: 1.9.9.2 15 15 * License: GPL2 16 16 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 27 27 const WPFORMS_COINSNAP_FILE = __FILE__; 28 28 29 if(!defined('COINSNAP_WPFORMS_VERSION')){ define( 'COINSNAP_WPFORMS_VERSION', '1.4. 4' ); }29 if(!defined('COINSNAP_WPFORMS_VERSION')){ define( 'COINSNAP_WPFORMS_VERSION', '1.4.5' ); } 30 30 if(!defined('COINSNAP_WPFORMS_REFERRAL_CODE')){ define( 'COINSNAP_WPFORMS_REFERRAL_CODE', 'D19824' ); } 31 31 if(!defined('COINSNAP_PLUGIN_ID')){ define( 'COINSNAP_PLUGIN_ID', 'coinsnap-for-wpforms' ); } -
coinsnap-for-wpforms/trunk/readme.txt
r3428908 r3452286 3 3 Tags: Lightning, SATS, bitcoin, WPForms, payment gateway 4 4 Tested up to: 6.9 5 Stable tag: 1.4. 45 Stable tag: 1.4.5 6 6 License: GPL2 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 242 242 * Compatibility with WPForms 1.9.8.7 is tested. 243 243 * Updated PHP files protection. 244 245 = 1.4.5 :: 2026-02-02 = 246 * Compatibility with WPForms 1.9.9.2 is tested. 247 * Updated PHP files protection. 248
Note: See TracChangeset
for help on using the changeset viewer.