Changeset 3118407
- Timestamp:
- 07/15/2024 01:56:48 PM (21 months ago)
- Location:
- blockonomics-bitcoin-payments/trunk
- Files:
-
- 4 edited
-
blockonomics-woocommerce.php (modified) (1 diff)
-
php/Blockonomics.php (modified) (2 diffs)
-
php/form_fields.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blockonomics-bitcoin-payments/trunk/blockonomics-woocommerce.php
r3116377 r3118407 4 4 * Plugin URI: https://github.com/blockonomics/woocommerce-plugin 5 5 * Description: Accept Bitcoin Payments on your WooCommerce-powered website with Blockonomics 6 * Version: 3.7. 46 * Version: 3.7.5 7 7 * Author: Blockonomics 8 8 * Author URI: https://www.blockonomics.co -
blockonomics-bitcoin-payments/trunk/php/Blockonomics.php
r3116377 r3118407 39 39 40 40 } 41 42 41 42 private $api_key; 43 43 44 public function __construct() 44 45 { … … 135 136 return $response; 136 137 } 137 138 138 139 public function check_get_callbacks_response_code($response){ 139 140 $error_str = ''; -
blockonomics-bitcoin-payments/trunk/php/form_fields.php
r3116377 r3118407 1 <?php 1 2 2 <?php 3 defined( 'ABSPATH' ) || exit; 3 4 4 5 class FormFields { -
blockonomics-bitcoin-payments/trunk/readme.txt
r3116377 r3118407 4 4 Requires at least: 3.0.1 5 5 Tested up to: 6.5.5 6 Stable tag: 3.7. 46 Stable tag: 3.7.5 7 7 License: MIT 8 8 License URI: http://opensource.org/licenses/MIT … … 77 77 == Changelog == 78 78 79 = 3.7.5 = 80 * Fixed deprecation warnings 81 79 82 = 3.7.4 = 80 83 * New WooCommerce settings page
Note: See TracChangeset
for help on using the changeset viewer.