Changeset 3093019
- Timestamp:
- 05/27/2024 09:42:46 AM (21 months 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)
-
assets/scripts/bs58check-6.2.6.min.js (deleted)
-
assets/scripts/bs58check-6.2.6.min.js.map (deleted)
-
assets/scripts/bs58check-6.2.7.min.js (added)
-
assets/scripts/bs58check-6.2.7.min.js.map (added)
-
assets/scripts/wallets-admin-capabilities-6.2.6.min.js (deleted)
-
assets/scripts/wallets-admin-capabilities-6.2.6.min.js.map (deleted)
-
assets/scripts/wallets-admin-capabilities-6.2.7.min.js (added)
-
assets/scripts/wallets-admin-capabilities-6.2.7.min.js.map (added)
-
assets/scripts/wallets-admin-cs-tool-6.2.6.min.js (deleted)
-
assets/scripts/wallets-admin-cs-tool-6.2.6.min.js.map (deleted)
-
assets/scripts/wallets-admin-cs-tool-6.2.7.min.js (added)
-
assets/scripts/wallets-admin-cs-tool-6.2.7.min.js.map (added)
-
assets/scripts/wallets-admin-dashboard-6.2.6.min.js (deleted)
-
assets/scripts/wallets-admin-dashboard-6.2.6.min.js.map (deleted)
-
assets/scripts/wallets-admin-dashboard-6.2.7.min.js (added)
-
assets/scripts/wallets-admin-dashboard-6.2.7.min.js.map (added)
-
assets/scripts/wallets-admin-deposit-tool-6.2.6.min.js (deleted)
-
assets/scripts/wallets-admin-deposit-tool-6.2.6.min.js.map (deleted)
-
assets/scripts/wallets-admin-deposit-tool-6.2.7.min.js (added)
-
assets/scripts/wallets-admin-deposit-tool-6.2.7.min.js.map (added)
-
assets/scripts/wallets-admin-docs-6.2.6.min.js (deleted)
-
assets/scripts/wallets-admin-docs-6.2.6.min.js.map (deleted)
-
assets/scripts/wallets-admin-docs-6.2.7.min.js (added)
-
assets/scripts/wallets-admin-docs-6.2.7.min.js.map (added)
-
assets/scripts/wallets-admin-editor-6.2.6.min.js (deleted)
-
assets/scripts/wallets-admin-editor-6.2.6.min.js.map (deleted)
-
assets/scripts/wallets-admin-editor-6.2.7.min.js (added)
-
assets/scripts/wallets-admin-editor-6.2.7.min.js.map (added)
-
assets/scripts/wallets-admin-menu-item-6.2.6.min.js (deleted)
-
assets/scripts/wallets-admin-menu-item-6.2.6.min.js.map (deleted)
-
assets/scripts/wallets-admin-menu-item-6.2.7.min.js (added)
-
assets/scripts/wallets-admin-menu-item-6.2.7.min.js.map (added)
-
assets/scripts/wallets-front-6.2.6.min.js (deleted)
-
assets/scripts/wallets-front-6.2.6.min.js.map (deleted)
-
assets/scripts/wallets-front-6.2.7.min.js (added)
-
assets/scripts/wallets-front-6.2.7.min.js.map (added)
-
assets/styles/wallets-6.2.6.min.css (deleted)
-
assets/styles/wallets-6.2.7.min.css (added)
-
assets/styles/wallets-admin-6.2.6.min.css (deleted)
-
assets/styles/wallets-admin-6.2.7.min.css (added)
-
frontend/assets.php (modified) (3 diffs)
-
post-types/class-currency.php (modified) (1 diff)
-
post-types/class-transaction.php (modified) (2 diffs)
-
post-types/class-wallet.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
wallets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wallets/trunk/adapters/class-bank-fiat-adapter.php
r3089855 r3093019 158 158 159 159 public function get_wallet_version(): string { 160 return '6.2. 6';160 return '6.2.7'; 161 161 } 162 162 … … 683 683 get_asset_path( 'wallets-admin-deposit-tool' ), 684 684 [ 'jquery' ], 685 '6.2. 6',685 '6.2.7', 686 686 true 687 687 ); -
wallets/trunk/adapters/class-bitcoin-core-like-wallet-adapter.php
r3089855 r3093019 738 738 [ 739 739 'timeout' => absint( get_ds_option( 'wallets_http_timeout', 5 ) ), 740 'user-agent' => 'Bitcoin and Altcoin Wallets version 6.2. 6',740 'user-agent' => 'Bitcoin and Altcoin Wallets version 6.2.7', 741 741 'headers' => [ 742 742 'Accept-Encoding: gzip', -
wallets/trunk/admin/assets.php
r3089855 r3093019 22 22 get_asset_path( 'wallets-admin', 'style' ), 23 23 [], 24 '6.2. 6'24 '6.2.7' 25 25 ); 26 26 … … 52 52 get_asset_path( 'wallets-admin-menu-item' ), 53 53 [ 'jquery' ], 54 '6.2. 6',54 '6.2.7', 55 55 true 56 56 ); … … 60 60 get_asset_path( 'wallets-admin-cs-tool' ), 61 61 [ 'jquery-qrcode' ], 62 '6.2. 6',62 '6.2.7', 63 63 true 64 64 ); … … 75 75 get_asset_path( 'wallets-admin-capabilities' ), 76 76 [ 'jquery-ui-tabs' ], 77 '6.2. 6',77 '6.2.7', 78 78 true 79 79 ); … … 83 83 get_asset_path( 'wallets-admin-dashboard' ), 84 84 [ 'jquery-ui-tabs', 'jqcloud' ], 85 '6.2. 6',85 '6.2.7', 86 86 true 87 87 ); … … 91 91 get_asset_path( 'wallets-admin-docs' ), 92 92 [ 'jquery' ], 93 '6.2. 6',93 '6.2.7', 94 94 true 95 95 ); … … 99 99 get_asset_path( 'wallets-admin-editor' ), 100 100 [ 'suggest' ], 101 '6.2. 6',101 '6.2.7', 102 102 true 103 103 ); -
wallets/trunk/admin/dashboard.php
r3089855 r3093019 349 349 global $wpdb; 350 350 351 $debug_data[ (string) __( 'Plugin version', 'wallets' ) ] = '6.2. 6';352 $debug_data[ (string) __( 'Git SHA', 'wallets' ) ] = ' c1bedcf0';351 $debug_data[ (string) __( 'Plugin version', 'wallets' ) ] = '6.2.7'; 352 $debug_data[ (string) __( 'Git SHA', 'wallets' ) ] = '52a5a16e'; 353 353 $debug_data[ (string) __( 'Web Server', 'wallets' ) ] = $_SERVER['SERVER_SOFTWARE']; 354 354 $debug_data[ (string) __( 'PHP version', 'wallets' ) ] = PHP_VERSION; -
wallets/trunk/frontend/assets.php
r3089855 r3093019 23 23 get_asset_path( 'wallets', 'style' ), 24 24 [], 25 '6.2. 6'25 '6.2.7' 26 26 ); 27 27 … … 86 86 get_asset_path( 'jsqrcode' ), 87 87 [ 'jquery' ], 88 '6.2. 6',88 '6.2.7', 89 89 true 90 90 ); … … 128 128 get_asset_path( 'wallets-front' ), 129 129 [ 'knockout', 'jquery', 'style-scoped', 'sprintf.js' ], 130 '6.2. 6',130 '6.2.7', 131 131 true 132 132 ); -
wallets/trunk/post-types/class-currency.php
r3089855 r3093019 299 299 $currency->fee_deposit_site = absint( $postmeta['wallets_fee_deposit_site'] ?? 0 ); 300 300 $currency->fee_move_site = absint( $postmeta['wallets_fee_move_site'] ?? 0 ); 301 $currency->fee_withdraw_site = absint( $postmeta['wallets_fee_withdraw_site'] ?? 0 ); 301 302 $currency->explorer_uri_tx = $postmeta['wallets_explorer_uri_tx'] ?? ''; 302 303 $currency->explorer_uri_add = $postmeta['wallets_explorer_uri_add'] ?? ''; -
wallets/trunk/post-types/class-transaction.php
r3089855 r3093019 309 309 310 310 // populate fields 311 $tx->post_id = $post_id;311 $tx->post_id = $post_id; 312 312 $tx->category = $postmeta['wallets_category'] ?? 'move'; 313 313 $tx->txid = $postmeta['wallets_txid'] ?? ''; … … 2381 2381 'shutdown', 2382 2382 function() use ( &$old_statuses_original, &$new_statuses_final ) { 2383 2384 // Ensure that any tx status values come straight from DB and not from cache 2385 foreach ( Post_Type::$object_cache as $id => $object ) { 2386 if ( $object instanceof Transaction ) { 2387 unset( Post_Type::$object_cache[ $id ] ); 2388 } 2389 } 2390 Transaction::load_many( array_keys( $old_statuses_original ) ); 2391 2383 2392 foreach ( array_keys( $old_statuses_original ) as $post_id ) { 2384 2393 if ( $old_statuses_original[ $post_id ] != $new_statuses_final[ $post_id ] ) { -
wallets/trunk/post-types/class-wallet.php
r3089855 r3093019 157 157 158 158 /** 159 * Retrieve many wallet ts by their post_ids.159 * Retrieve many wallets by their post_ids. 160 160 * 161 161 * Any post_ids not found are skipped silently. -
wallets/trunk/readme.txt
r3089855 r3093019 6 6 Tested up to: 6.5.3 7 7 Requires PHP: 7.0 8 Stable tag: 6.2. 68 Stable tag: 6.2.7 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 337 337 338 338 == Changelog == 339 340 = 6.2.7 = 341 - Fix: Issue with withdrawal fees not loaded, introduced in 6.2.6 is now fixed. 342 - Fix: Issue with transaction emails not being sent in some environments, introduced in 6.2.6, is possibly now fixed (CNR). 339 343 340 344 = 6.2.6 = … … 492 496 == Upgrade Notice == 493 497 494 Version `6.2. 6` improves performance of the plugin, by batching and caching plugin access to database objects.498 Version `6.2.7` fixes a few issues introduced in `6.2.6`. 495 499 496 500 == Donating == -
wallets/trunk/wallets.php
r3089855 r3093019 3 3 * Plugin Name: Bitcoin and Altcoin Wallets 4 4 * Description: Custodial cryptocurrency wallets. 5 * Version: 6.2. 65 * Version: 6.2.7 6 6 * Plugin URI: https://www.dashed-slug.net/bitcoin-altcoin-wallets-wordpress-plugin 7 7 * Requires at least: 6.0
Note: See TracChangeset
for help on using the changeset viewer.