Plugin Directory

Changeset 3095812


Ignore:
Timestamp:
05/31/2024 06:34:36 PM (22 months ago)
Author:
RogueWebDesign
Message:

readme file updates

Location:
web3-access/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • web3-access/trunk/readme.txt

    r3082748 r3095812  
    22Contributors: RogueWebDesign
    33Donate Link: https://metapress.ca/donate
    4 Tags: web3, web 3, cryptocurrency, NFT, restrict content, crypto, ERC-721, ERC-20, ERC-1155, metamask
     4Tags: web3, cryptocurrency, NFT, restrict content, crypto payments
    55Requires at least: 4.0
    66Tested up to: 6.5.3
    7 Stable Tag: 1.6.5
     7Stable Tag: 1.6.6
    88License: GPLv2 or later
    99
  • web3-access/trunk/updates/automatic-updates.php

    r3082748 r3095812  
    3838    }
    3939
    40     update_option('wp_metapress_plugin_version', '1.6.5');
     40    update_option('wp_metapress_plugin_version', '1.6.6');
    4141}
  • web3-access/trunk/web3-access.php

    r3082748 r3095812  
    33Plugin Name: Web3 Access
    44Plugin URI:  https://metapress.ca
    5 Description: Web3 Access (formerly MetaPress) is a web3 wallet plugin for WordPress that allows you to accept cryptocurrency payments via MetaMask or other browser wallets for access to content on your WordPress website. Restrict specific content or entire Pages, Posts and custom content types to NFT owners, specific cryptocurrency holders OR visitors that make a transaction via a web3 browser wallet.
     5Description: Accept cryptocurrency payments via MetaMask or web3 browser wallets. Restrict content to NFT owners or crypto wallets that make a payment.
    66Author:      Rogue Web Design
    77Author URI:  https://www.roguewebdesign.ca
    8 Version:     1.6.5
     8Version:     1.6.6
    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.5');
     38    define('INSTALLED_METAPRESS_PLUGIN_VERSION', '1.6.6');
    3939}
    4040
Note: See TracChangeset for help on using the changeset viewer.