Changeset 3070693
- Timestamp:
- 04/15/2024 11:53:04 AM (2 years ago)
- Location:
- wallets/trunk
- Files:
-
- 20 added
- 20 deleted
- 10 edited
-
adapters/class-bank-fiat-adapter.php (modified) (2 diffs)
-
adapters/class-bitcoin-core-like-wallet-adapter.php (modified) (1 diff)
-
admin/assets.php (modified) (7 diffs)
-
admin/dashboard.php (modified) (1 diff)
-
apis/wp-rest.php (modified) (2 diffs)
-
assets/scripts/bs58check-6.2.4.min.js (deleted)
-
assets/scripts/bs58check-6.2.4.min.js.map (deleted)
-
assets/scripts/bs58check-6.2.5.min.js (added)
-
assets/scripts/bs58check-6.2.5.min.js.map (added)
-
assets/scripts/wallets-admin-capabilities-6.2.4.min.js (deleted)
-
assets/scripts/wallets-admin-capabilities-6.2.4.min.js.map (deleted)
-
assets/scripts/wallets-admin-capabilities-6.2.5.min.js (added)
-
assets/scripts/wallets-admin-capabilities-6.2.5.min.js.map (added)
-
assets/scripts/wallets-admin-cs-tool-6.2.4.min.js (deleted)
-
assets/scripts/wallets-admin-cs-tool-6.2.4.min.js.map (deleted)
-
assets/scripts/wallets-admin-cs-tool-6.2.5.min.js (added)
-
assets/scripts/wallets-admin-cs-tool-6.2.5.min.js.map (added)
-
assets/scripts/wallets-admin-dashboard-6.2.4.min.js (deleted)
-
assets/scripts/wallets-admin-dashboard-6.2.4.min.js.map (deleted)
-
assets/scripts/wallets-admin-dashboard-6.2.5.min.js (added)
-
assets/scripts/wallets-admin-dashboard-6.2.5.min.js.map (added)
-
assets/scripts/wallets-admin-deposit-tool-6.2.4.min.js (deleted)
-
assets/scripts/wallets-admin-deposit-tool-6.2.4.min.js.map (deleted)
-
assets/scripts/wallets-admin-deposit-tool-6.2.5.min.js (added)
-
assets/scripts/wallets-admin-deposit-tool-6.2.5.min.js.map (added)
-
assets/scripts/wallets-admin-docs-6.2.4.min.js (deleted)
-
assets/scripts/wallets-admin-docs-6.2.4.min.js.map (deleted)
-
assets/scripts/wallets-admin-docs-6.2.5.min.js (added)
-
assets/scripts/wallets-admin-docs-6.2.5.min.js.map (added)
-
assets/scripts/wallets-admin-editor-6.2.4.min.js (deleted)
-
assets/scripts/wallets-admin-editor-6.2.4.min.js.map (deleted)
-
assets/scripts/wallets-admin-editor-6.2.5.min.js (added)
-
assets/scripts/wallets-admin-editor-6.2.5.min.js.map (added)
-
assets/scripts/wallets-admin-menu-item-6.2.4.min.js (deleted)
-
assets/scripts/wallets-admin-menu-item-6.2.4.min.js.map (deleted)
-
assets/scripts/wallets-admin-menu-item-6.2.5.min.js (added)
-
assets/scripts/wallets-admin-menu-item-6.2.5.min.js.map (added)
-
assets/scripts/wallets-front-6.2.4.min.js (deleted)
-
assets/scripts/wallets-front-6.2.4.min.js.map (deleted)
-
assets/scripts/wallets-front-6.2.5.min.js (added)
-
assets/scripts/wallets-front-6.2.5.min.js.map (added)
-
assets/styles/wallets-6.2.4.min.css (deleted)
-
assets/styles/wallets-6.2.5.min.css (added)
-
assets/styles/wallets-admin-6.2.4.min.css (deleted)
-
assets/styles/wallets-admin-6.2.5.min.css (added)
-
frontend/assets.php (modified) (3 diffs)
-
helpers/assets.php (modified) (2 diffs)
-
post-types/class-transaction.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
-
wallets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wallets/trunk/adapters/class-bank-fiat-adapter.php
r3025661 r3070693 158 158 159 159 public function get_wallet_version(): string { 160 return '6.2. 4';160 return '6.2.5'; 161 161 } 162 162 … … 683 683 get_asset_path( 'wallets-admin-deposit-tool' ), 684 684 [ 'jquery' ], 685 '6.2. 4',685 '6.2.5', 686 686 true 687 687 ); -
wallets/trunk/adapters/class-bitcoin-core-like-wallet-adapter.php
r3025661 r3070693 738 738 [ 739 739 'timeout' => absint( get_ds_option( 'wallets_http_timeout', 5 ) ), 740 'user-agent' => 'Bitcoin and Altcoin Wallets version 6.2. 4',740 'user-agent' => 'Bitcoin and Altcoin Wallets version 6.2.5', 741 741 'headers' => [ 742 742 'Accept-Encoding: gzip', -
wallets/trunk/admin/assets.php
r3025661 r3070693 22 22 get_asset_path( 'wallets-admin', 'style' ), 23 23 [], 24 '6.2. 4'24 '6.2.5' 25 25 ); 26 26 … … 52 52 get_asset_path( 'wallets-admin-menu-item' ), 53 53 [ 'jquery' ], 54 '6.2. 4',54 '6.2.5', 55 55 true 56 56 ); … … 60 60 get_asset_path( 'wallets-admin-cs-tool' ), 61 61 [ 'jquery-qrcode' ], 62 '6.2. 4',62 '6.2.5', 63 63 true 64 64 ); … … 75 75 get_asset_path( 'wallets-admin-capabilities' ), 76 76 [ 'jquery-ui-tabs' ], 77 '6.2. 4',77 '6.2.5', 78 78 true 79 79 ); … … 83 83 get_asset_path( 'wallets-admin-dashboard' ), 84 84 [ 'jquery-ui-tabs', 'jqcloud' ], 85 '6.2. 4',85 '6.2.5', 86 86 true 87 87 ); … … 91 91 get_asset_path( 'wallets-admin-docs' ), 92 92 [ 'jquery' ], 93 '6.2. 4',93 '6.2.5', 94 94 true 95 95 ); … … 99 99 get_asset_path( 'wallets-admin-editor' ), 100 100 [ 'suggest' ], 101 '6.2. 4',101 '6.2.5', 102 102 true 103 103 ); -
wallets/trunk/admin/dashboard.php
r3025661 r3070693 349 349 global $wpdb; 350 350 351 $debug_data[ (string) __( 'Plugin version', 'wallets' ) ] = '6.2. 4';352 $debug_data[ (string) __( 'Git SHA', 'wallets' ) ] = ' aa58b70d';351 $debug_data[ (string) __( 'Plugin version', 'wallets' ) ] = '6.2.5'; 352 $debug_data[ (string) __( 'Git SHA', 'wallets' ) ] = 'b66f30e0'; 353 353 $debug_data[ (string) __( 'Web Server', 'wallets' ) ] = $_SERVER['SERVER_SOFTWARE']; 354 354 $debug_data[ (string) __( 'PHP version', 'wallets' ) ] = PHP_VERSION; -
wallets/trunk/apis/wp-rest.php
r3025661 r3070693 126 126 'callback' => function( $data ) { 127 127 $currencies = get_all_currencies(); 128 $exclude_tags = explode( ',',$data['exclude_tags']);128 $exclude_tags = explode( ',', $data['exclude_tags'] ?? '' ); 129 129 $result = []; 130 130 … … 294 294 $params = $data->get_url_params(); 295 295 $user_id = $params['user_id']; 296 $exclude_tags = explode( ',',$data['exclude_tags']);296 $exclude_tags = explode( ',', $data['exclude_tags'] ?? '' ); 297 297 298 298 $currencies = get_all_currencies(); -
wallets/trunk/frontend/assets.php
r3025661 r3070693 23 23 get_asset_path( 'wallets', 'style' ), 24 24 [], 25 '6.2. 4'25 '6.2.5' 26 26 ); 27 27 … … 86 86 get_asset_path( 'jsqrcode' ), 87 87 [ 'jquery' ], 88 '6.2. 4',88 '6.2.5', 89 89 true 90 90 ); … … 128 128 get_asset_path( 'wallets-front' ), 129 129 [ 'knockout', 'jquery', 'style-scoped', 'sprintf.js' ], 130 '6.2. 4',130 '6.2.5', 131 131 true 132 132 ); -
wallets/trunk/helpers/assets.php
r2887566 r3070693 45 45 46 46 $plugin_dir = dirname( $backtrace[0]['file'] ); 47 if ( $plugin_dir && preg_match( '*wp-content /plugins/([^/]+)/*', $plugin_dir, $matches ) ) {47 if ( $plugin_dir && preg_match( '*wp-content[/\\\\]plugins[/\\\\]([^\\\\/]+)[\\\\/]*', $plugin_dir, $matches ) ) { 48 48 $plugin = $matches[ 1 ]; 49 49 … … 75 75 return get_asset_path( $name, 'script' ); 76 76 } 77 -
wallets/trunk/post-types/class-transaction.php
r2973854 r3070693 330 330 $tx->comment = $post->post_title; 331 331 $tx->block = absint( get_post_meta( $post->ID, 'wallets_block', true ) ); 332 $tx->timestamp = absint( get_post_meta( $post->ID, 'wallets_timestamp', true ) ); 332 333 $tx->nonce = get_post_meta( $post->ID, 'wallets_nonce', true ); 333 334 $tx->error = get_post_meta( $post->ID, 'wallets_error', true ); -
wallets/trunk/readme.txt
r3025661 r3070693 3 3 Donate link: https://flattr.com/profile/dashed-slug 4 4 Tags: wallet, bitcoin, cryptocurrency, altcoin, coin, money, e-money, e-cash, deposit, withdraw, account, API 5 Requires at least: 5.06 Tested up to: 6. 4.27 Requires PHP: 5.68 Stable tag: 6.2. 45 Requires at least: 6.0 6 Tested up to: 6.5.2 7 Requires PHP: 7.0 8 Stable tag: 6.2.5 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 30 30 The following wallet adapters are available for free to all [dashed-slug subscribers](https://www.dashed-slug.net/dashed-slug/subscribe/). 31 31 32 - [lnd Wallet Adapter extension](https://www.dashed-slug.net/bitcoin-altcoin-wallets-wordpress-plugin/lnd-wallet-adapter-extension/) - Connect to an lnd node, and perform transactions on the Bitcoin Lightning network.32 - [lnd and tapd Wallet Adapter extension](https://www.dashed-slug.net/bitcoin-altcoin-wallets-wordpress-plugin/lnd-wallet-adapter-extension/) - Connect to an lnd node, and perform transactions on the Bitcoin Lightning network. Also connect to a tapd node to mint and transact Taproot Assets. 33 33 - [CoinPayments Adapter extension](https://www.dashed-slug.net/bitcoin-altcoin-wallets-wordpress-plugin/coinpayments-adapter-extension/) - Third-party wallet for many cryptocurrencies. Saves you from the hassle of hosting wallets on servers. But you don't control the private keys. 34 34 - [Monero Coin Adapter extension](https://www.dashed-slug.net/bitcoin-altcoin-wallets-wordpress-plugin/monero-coin-adapter-extension/) - Full node wallet adapter for Monero and its forks. … … 337 337 338 338 == Changelog == 339 340 = 6.2.5 = 341 - Fix: Issue preventing the plugins from running on Windows (XAMPP). 342 - Fix: Deprecation warning in WP-REST API currency endpoints. 343 - Fix: Plugin header now correctly indicates that the plugin requires PHP 7.0 or later. 344 - Fix: `DSWallets\Transaction` objects now correctly load the timestamp field from the DB. 339 345 340 346 = 6.2.4 = … … 1553 1559 == Upgrade Notice == 1554 1560 1555 Version `6.2. 4` is a bugfix release.1561 Version `6.2.5` is a bugfix release. 1556 1562 1557 1563 == Donating == -
wallets/trunk/wallets.php
r3025661 r3070693 3 3 * Plugin Name: Bitcoin and Altcoin Wallets 4 4 * Description: Custodial cryptocurrency wallets. 5 * Version: 6.2. 45 * Version: 6.2.5 6 6 * Plugin URI: https://www.dashed-slug.net/bitcoin-altcoin-wallets-wordpress-plugin 7 * Requires at least: 5.07 * Requires at least: 6.0 8 8 * Requires PHP: 7.2 9 9 * Author: Alexandros Georgiou <info@dashed-slug.net>
Note: See TracChangeset
for help on using the changeset viewer.