Plugin Directory

Changeset 2956686


Ignore:
Timestamp:
08/22/2023 10:23:27 AM (2 years ago)
Author:
dashedslug
Message:

Adding version 6.1.9 of wallets

Location:
wallets/trunk
Files:
20 added
20 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • wallets/trunk/adapters/class-bank-fiat-adapter.php

    r2941101 r2956686  
    158158
    159159    public function get_wallet_version(): string {
    160         return '6.1.8';
     160        return '6.1.9';
    161161    }
    162162
     
    683683                    get_asset_path( 'wallets-admin-deposit-tool' ),
    684684                    [ 'jquery' ],
    685                     '6.1.8',
     685                    '6.1.9',
    686686                    true
    687687                );
  • wallets/trunk/adapters/class-bitcoin-core-like-wallet-adapter.php

    r2941101 r2956686  
    600600                [
    601601                    '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',
    603603                    'headers'     => [
    604604                        'Accept-Encoding: gzip',
     
    10341034                            $wallets_migration_api_message = apply_filters(
    10351035                                '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!'
    10371037                            );
    10381038
     
    11351135                            $wallets_migration_api_message = apply_filters(
    11361136                                '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!'
    11381138                            );
    11391139
  • wallets/trunk/admin/assets.php

    r2941101 r2956686  
    2222                get_asset_path( 'wallets-admin', 'style' ),
    2323                [],
    24                 '6.1.8'
     24                '6.1.9'
    2525            );
    2626
     
    5252                get_asset_path( 'wallets-admin-menu-item' ),
    5353                [ 'jquery' ],
    54                 '6.1.8',
     54                '6.1.9',
    5555                true
    5656            );
     
    6060                get_asset_path( 'wallets-admin-cs-tool' ),
    6161                [ 'jquery-qrcode' ],
    62                 '6.1.8',
     62                '6.1.9',
    6363                true
    6464            );
     
    7575                get_asset_path( 'wallets-admin-capabilities' ),
    7676                [ 'jquery-ui-tabs' ],
    77                 '6.1.8',
     77                '6.1.9',
    7878                true
    7979            );
     
    8383                get_asset_path( 'wallets-admin-dashboard' ),
    8484                [ 'jquery-ui-tabs', 'jqcloud' ],
    85                 '6.1.8',
     85                '6.1.9',
    8686                true
    8787            );
     
    9191                get_asset_path( 'wallets-admin-docs' ),
    9292                [ 'jquery' ],
    93                 '6.1.8',
     93                '6.1.9',
    9494                true
    9595            );
     
    9999                get_asset_path( 'wallets-admin-editor' ),
    100100                [ 'suggest' ],
    101                 '6.1.8',
     101                '6.1.9',
    102102                true
    103103            );
  • wallets/trunk/admin/dashboard.php

    r2941101 r2956686  
    349349        global $wpdb;
    350350
    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';
    353353        $debug_data[ (string) __( 'Web Server', 'wallets' ) ]             = $_SERVER['SERVER_SOFTWARE'];
    354354        $debug_data[ (string) __( 'PHP version', 'wallets' ) ]            = PHP_VERSION;
  • wallets/trunk/apis/wp-rest.php

    r2940696 r2956686  
    5151                $wallets_migration_api_message = apply_filters(
    5252                    '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!'
    5454                );
    5555
  • wallets/trunk/frontend/assets.php

    r2941101 r2956686  
    2323            get_asset_path( 'wallets', 'style' ),
    2424            [],
    25             '6.1.8'
     25            '6.1.9'
    2626        );
    2727
     
    8686            get_asset_path( 'jsqrcode' ),
    8787            [ 'jquery' ],
    88             '6.1.8',
     88            '6.1.9',
    8989            true
    9090        );
     
    128128            get_asset_path( 'wallets-front' ),
    129129            [ 'knockout', 'jquery', 'style-scoped', 'sprintf.js' ],
    130             '6.1.8',
     130            '6.1.9',
    131131            true
    132132        );
  • wallets/trunk/readme.txt

    r2941101 r2956686  
    44Tags: wallet, bitcoin, cryptocurrency, altcoin, coin, money, e-money, e-cash, deposit, withdraw, account, API
    55Requires at least: 5.0
    6 Tested up to: 6.2.2
     6Tested up to: 6.3
    77Requires PHP: 5.6
    8 Stable tag: 6.1.8
     8Stable tag: 6.1.9
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    336336
    337337== Changelog ==
     338
     339= 6.1.9 =
     340- Fix: Silly syntax errors introduced right before summer vacation.
    338341
    339342= 6.1.8 =
     
    15151518== Upgrade Notice ==
    15161519
    1517 Version `6.1.8` adresses a potential issue with balances-only migration and repeated blocknotify messages from Bitcoin core wallets.
     1520Version `6.1.9` is a bug fix release.
    15181521
    15191522== Donating ==
  • wallets/trunk/wallets.php

    r2941101 r2956686  
    33 * Plugin Name:         Bitcoin and Altcoin Wallets
    44 * Description:         Custodial cryptocurrency wallets.
    5  * Version:             6.1.8
     5 * Version:             6.1.9
    66 * Plugin URI:          https://www.dashed-slug.net/bitcoin-altcoin-wallets-wordpress-plugin
    77 * Requires at least:   5.0
Note: See TracChangeset for help on using the changeset viewer.