Plugin Directory

Changeset 3020891


Ignore:
Timestamp:
01/12/2024 10:19:49 AM (2 years ago)
Author:
dashedslug
Message:

Adding version 6.2.3 of wallets

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

Legend:

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

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

    r3020838 r3020891  
    276276                            'wallets_height': wallet_height,
    277277                        },
    278                         complete: location.reload
     278                        complete: function() {
     279                            location.reload();
     280                        }
    279281                    });
    280282                }
    281283            </script>
    282284
    283 <!--
    284             <input type="hidden" name="action" value="wallets_scrape_restart" />
    285             <input type="hidden" name="wallet_id" value="<?php echo absint( $this->wallet->post_id ); ?>" />
    286 -->
    287285            <label>
    288286
     
    740738                [
    741739                    'timeout'     => absint( get_ds_option( 'wallets_http_timeout', 5 ) ),
    742                     'user-agent'  => 'Bitcoin and Altcoin Wallets version 6.2.2',
     740                    'user-agent'  => 'Bitcoin and Altcoin Wallets version 6.2.3',
    743741                    'headers'     => [
    744742                        'Accept-Encoding: gzip',
  • wallets/trunk/admin/assets.php

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

    r3020838 r3020891  
    349349        global $wpdb;
    350350
    351         $debug_data[ (string) __( 'Plugin version', 'wallets' ) ]         = '6.2.2';
    352         $debug_data[ (string) __( 'Git SHA', 'wallets' ) ]                = '4bafbcf3';
     351        $debug_data[ (string) __( 'Plugin version', 'wallets' ) ]         = '6.2.3';
     352        $debug_data[ (string) __( 'Git SHA', 'wallets' ) ]                = '81fdc730';
    353353        $debug_data[ (string) __( 'Web Server', 'wallets' ) ]             = $_SERVER['SERVER_SOFTWARE'];
    354354        $debug_data[ (string) __( 'PHP version', 'wallets' ) ]            = PHP_VERSION;
  • wallets/trunk/frontend/assets.php

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

    r3020838 r3020891  
    66Tested up to: 6.4.2
    77Requires PHP: 5.6
    8 Stable tag: 6.2.2
     8Stable tag: 6.2.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    337337
    338338== Changelog ==
     339
     340= 6.2.3 =
     341- Fix: Clicking the re-scrape button in Bitcoin-like wallet adapters now refreshes the page again.
    339342
    340343= 6.2.2 =
     
    15461549== Upgrade Notice ==
    15471550
    1548 Version `6.2.1` includes a bug fix and some changes necessary for the upcoming taproot assets adapter. See the changelog for details.
     1551Version `6.2.3` is a bugfix release.
    15491552
    15501553== Donating ==
  • wallets/trunk/wallets.php

    r3020838 r3020891  
    33 * Plugin Name:         Bitcoin and Altcoin Wallets
    44 * Description:         Custodial cryptocurrency wallets.
    5  * Version:             6.2.2
     5 * Version:             6.2.3
    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.