Plugin Directory

Changeset 3132356


Ignore:
Timestamp:
08/07/2024 08:51:06 PM (19 months ago)
Author:
RogueWebDesign
Message:

version 6.6.1 tested

Location:
web3-access
Files:
119 added
4 edited

Legend:

Unmodified
Added
Removed
  • web3-access/trunk/js/wallet.js

    r3007435 r3132356  
    8989            this.#setWalletAddress(wallet_address);
    9090            this.provider.chainId = '0xsolana';
     91            this.chainId = '0xsolana';
    9192            this.complete_account_connection();
    9293            this.#checkSolanaWalletChange();
  • web3-access/trunk/readme.txt

    r3100740 r3132356  
    44Tags: web3, cryptocurrency, NFT, restrict content, crypto payments
    55Requires at least: 4.0
    6 Tested up to: 6.5.4
    7 Stable Tag: 1.6.9
     6Tested up to: 6.6.1
     7Stable Tag: 1.7.0
    88License: GPLv2 or later
    99Accept cryptocurrency payments via MetaMask or web3 browser wallets. Restrict content to NFT owners or crypto wallets that make a payment.
  • web3-access/trunk/updates/automatic-updates.php

    r3100740 r3132356  
    3838    }
    3939
    40     update_option('wp_metapress_plugin_version', '1.6.9');
     40    update_option('wp_metapress_plugin_version', '1.7.0');
    4141}
  • web3-access/trunk/web3-access.php

    r3100740 r3132356  
    66Author:      Rogue Web Design
    77Author URI:  https://www.roguewebdesign.ca
    8 Version:     1.6.9
     8Version:     1.7.0
    99License:     GPL2
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3636
    3737if( ! defined('INSTALLED_METAPRESS_PLUGIN_VERSION') ) {
    38     define('INSTALLED_METAPRESS_PLUGIN_VERSION', '1.6.9');
     38    define('INSTALLED_METAPRESS_PLUGIN_VERSION', '1.7.0');
    3939}
    4040
Note: See TracChangeset for help on using the changeset viewer.