Changeset 2956686
- Timestamp:
- 08/22/2023 10:23:27 AM (2 years ago)
- Location:
- wallets/trunk
- Files:
-
- 20 added
- 20 deleted
- 8 edited
-
adapters/class-bank-fiat-adapter.php (modified) (2 diffs)
-
adapters/class-bitcoin-core-like-wallet-adapter.php (modified) (3 diffs)
-
admin/assets.php (modified) (7 diffs)
-
admin/dashboard.php (modified) (1 diff)
-
apis/wp-rest.php (modified) (1 diff)
-
assets/scripts/bs58check-6.1.8.min.js (deleted)
-
assets/scripts/bs58check-6.1.8.min.js.map (deleted)
-
assets/scripts/bs58check-6.1.9.min.js (added)
-
assets/scripts/bs58check-6.1.9.min.js.map (added)
-
assets/scripts/wallets-admin-capabilities-6.1.8.min.js (deleted)
-
assets/scripts/wallets-admin-capabilities-6.1.8.min.js.map (deleted)
-
assets/scripts/wallets-admin-capabilities-6.1.9.min.js (added)
-
assets/scripts/wallets-admin-capabilities-6.1.9.min.js.map (added)
-
assets/scripts/wallets-admin-cs-tool-6.1.8.min.js (deleted)
-
assets/scripts/wallets-admin-cs-tool-6.1.8.min.js.map (deleted)
-
assets/scripts/wallets-admin-cs-tool-6.1.9.min.js (added)
-
assets/scripts/wallets-admin-cs-tool-6.1.9.min.js.map (added)
-
assets/scripts/wallets-admin-dashboard-6.1.8.min.js (deleted)
-
assets/scripts/wallets-admin-dashboard-6.1.8.min.js.map (deleted)
-
assets/scripts/wallets-admin-dashboard-6.1.9.min.js (added)
-
assets/scripts/wallets-admin-dashboard-6.1.9.min.js.map (added)
-
assets/scripts/wallets-admin-deposit-tool-6.1.8.min.js (deleted)
-
assets/scripts/wallets-admin-deposit-tool-6.1.8.min.js.map (deleted)
-
assets/scripts/wallets-admin-deposit-tool-6.1.9.min.js (added)
-
assets/scripts/wallets-admin-deposit-tool-6.1.9.min.js.map (added)
-
assets/scripts/wallets-admin-docs-6.1.8.min.js (deleted)
-
assets/scripts/wallets-admin-docs-6.1.8.min.js.map (deleted)
-
assets/scripts/wallets-admin-docs-6.1.9.min.js (added)
-
assets/scripts/wallets-admin-docs-6.1.9.min.js.map (added)
-
assets/scripts/wallets-admin-editor-6.1.8.min.js (deleted)
-
assets/scripts/wallets-admin-editor-6.1.8.min.js.map (deleted)
-
assets/scripts/wallets-admin-editor-6.1.9.min.js (added)
-
assets/scripts/wallets-admin-editor-6.1.9.min.js.map (added)
-
assets/scripts/wallets-admin-menu-item-6.1.8.min.js (deleted)
-
assets/scripts/wallets-admin-menu-item-6.1.8.min.js.map (deleted)
-
assets/scripts/wallets-admin-menu-item-6.1.9.min.js (added)
-
assets/scripts/wallets-admin-menu-item-6.1.9.min.js.map (added)
-
assets/scripts/wallets-front-6.1.8.min.js (deleted)
-
assets/scripts/wallets-front-6.1.8.min.js.map (deleted)
-
assets/scripts/wallets-front-6.1.9.min.js (added)
-
assets/scripts/wallets-front-6.1.9.min.js.map (added)
-
assets/styles/wallets-6.1.8.min.css (deleted)
-
assets/styles/wallets-6.1.9.min.css (added)
-
assets/styles/wallets-admin-6.1.8.min.css (deleted)
-
assets/styles/wallets-admin-6.1.9.min.css (added)
-
frontend/assets.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
-
wallets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wallets/trunk/adapters/class-bank-fiat-adapter.php
r2941101 r2956686 158 158 159 159 public function get_wallet_version(): string { 160 return '6.1. 8';160 return '6.1.9'; 161 161 } 162 162 … … 683 683 get_asset_path( 'wallets-admin-deposit-tool' ), 684 684 [ 'jquery' ], 685 '6.1. 8',685 '6.1.9', 686 686 true 687 687 ); -
wallets/trunk/adapters/class-bitcoin-core-like-wallet-adapter.php
r2941101 r2956686 600 600 [ 601 601 'timeout' => absint( get_ds_option( 'wallets_http_timeout', 5 ) ), 602 'user-agent' => 'Bitcoin and Altcoin Wallets version 6.1. 8',602 'user-agent' => 'Bitcoin and Altcoin Wallets version 6.1.9', 603 603 'headers' => [ 604 604 'Accept-Encoding: gzip', … … 1034 1034 $wallets_migration_api_message = apply_filters( 1035 1035 'wallets_migration_api_message', 1036 'The server is currently performing data migration. Please come back later!' ,1036 'The server is currently performing data migration. Please come back later!' 1037 1037 ); 1038 1038 … … 1135 1135 $wallets_migration_api_message = apply_filters( 1136 1136 'wallets_migration_api_message', 1137 'The server is currently performing data migration. Please come back later!' ,1137 'The server is currently performing data migration. Please come back later!' 1138 1138 ); 1139 1139 -
wallets/trunk/admin/assets.php
r2941101 r2956686 22 22 get_asset_path( 'wallets-admin', 'style' ), 23 23 [], 24 '6.1. 8'24 '6.1.9' 25 25 ); 26 26 … … 52 52 get_asset_path( 'wallets-admin-menu-item' ), 53 53 [ 'jquery' ], 54 '6.1. 8',54 '6.1.9', 55 55 true 56 56 ); … … 60 60 get_asset_path( 'wallets-admin-cs-tool' ), 61 61 [ 'jquery-qrcode' ], 62 '6.1. 8',62 '6.1.9', 63 63 true 64 64 ); … … 75 75 get_asset_path( 'wallets-admin-capabilities' ), 76 76 [ 'jquery-ui-tabs' ], 77 '6.1. 8',77 '6.1.9', 78 78 true 79 79 ); … … 83 83 get_asset_path( 'wallets-admin-dashboard' ), 84 84 [ 'jquery-ui-tabs', 'jqcloud' ], 85 '6.1. 8',85 '6.1.9', 86 86 true 87 87 ); … … 91 91 get_asset_path( 'wallets-admin-docs' ), 92 92 [ 'jquery' ], 93 '6.1. 8',93 '6.1.9', 94 94 true 95 95 ); … … 99 99 get_asset_path( 'wallets-admin-editor' ), 100 100 [ 'suggest' ], 101 '6.1. 8',101 '6.1.9', 102 102 true 103 103 ); -
wallets/trunk/admin/dashboard.php
r2941101 r2956686 349 349 global $wpdb; 350 350 351 $debug_data[ (string) __( 'Plugin version', 'wallets' ) ] = '6.1. 8';352 $debug_data[ (string) __( 'Git SHA', 'wallets' ) ] = ' b2bc5bfc';351 $debug_data[ (string) __( 'Plugin version', 'wallets' ) ] = '6.1.9'; 352 $debug_data[ (string) __( 'Git SHA', 'wallets' ) ] = 'c95593db'; 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
r2940696 r2956686 51 51 $wallets_migration_api_message = apply_filters( 52 52 'wallets_migration_api_message', 53 'The server is currently performing data migration. Please come back later!' ,53 'The server is currently performing data migration. Please come back later!' 54 54 ); 55 55 -
wallets/trunk/frontend/assets.php
r2941101 r2956686 23 23 get_asset_path( 'wallets', 'style' ), 24 24 [], 25 '6.1. 8'25 '6.1.9' 26 26 ); 27 27 … … 86 86 get_asset_path( 'jsqrcode' ), 87 87 [ 'jquery' ], 88 '6.1. 8',88 '6.1.9', 89 89 true 90 90 ); … … 128 128 get_asset_path( 'wallets-front' ), 129 129 [ 'knockout', 'jquery', 'style-scoped', 'sprintf.js' ], 130 '6.1. 8',130 '6.1.9', 131 131 true 132 132 ); -
wallets/trunk/readme.txt
r2941101 r2956686 4 4 Tags: wallet, bitcoin, cryptocurrency, altcoin, coin, money, e-money, e-cash, deposit, withdraw, account, API 5 5 Requires at least: 5.0 6 Tested up to: 6. 2.26 Tested up to: 6.3 7 7 Requires PHP: 5.6 8 Stable tag: 6.1. 88 Stable tag: 6.1.9 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 336 336 337 337 == Changelog == 338 339 = 6.1.9 = 340 - Fix: Silly syntax errors introduced right before summer vacation. 338 341 339 342 = 6.1.8 = … … 1515 1518 == Upgrade Notice == 1516 1519 1517 Version `6.1. 8` adresses a potential issue with balances-only migration and repeated blocknotify messages from Bitcoin core wallets.1520 Version `6.1.9` is a bug fix release. 1518 1521 1519 1522 == Donating == -
wallets/trunk/wallets.php
r2941101 r2956686 3 3 * Plugin Name: Bitcoin and Altcoin Wallets 4 4 * Description: Custodial cryptocurrency wallets. 5 * Version: 6.1. 85 * Version: 6.1.9 6 6 * Plugin URI: https://www.dashed-slug.net/bitcoin-altcoin-wallets-wordpress-plugin 7 7 * Requires at least: 5.0
Note: See TracChangeset
for help on using the changeset viewer.