Changeset 3095812
- Timestamp:
- 05/31/2024 06:34:36 PM (22 months ago)
- Location:
- web3-access/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
updates/automatic-updates.php (modified) (1 diff)
-
web3-access.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
web3-access/trunk/readme.txt
r3082748 r3095812 2 2 Contributors: RogueWebDesign 3 3 Donate Link: https://metapress.ca/donate 4 Tags: web3, web 3, cryptocurrency, NFT, restrict content, crypto, ERC-721, ERC-20, ERC-1155, metamask4 Tags: web3, cryptocurrency, NFT, restrict content, crypto payments 5 5 Requires at least: 4.0 6 6 Tested up to: 6.5.3 7 Stable Tag: 1.6. 57 Stable Tag: 1.6.6 8 8 License: GPLv2 or later 9 9 -
web3-access/trunk/updates/automatic-updates.php
r3082748 r3095812 38 38 } 39 39 40 update_option('wp_metapress_plugin_version', '1.6. 5');40 update_option('wp_metapress_plugin_version', '1.6.6'); 41 41 } -
web3-access/trunk/web3-access.php
r3082748 r3095812 3 3 Plugin Name: Web3 Access 4 4 Plugin 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.5 Description: Accept cryptocurrency payments via MetaMask or web3 browser wallets. Restrict content to NFT owners or crypto wallets that make a payment. 6 6 Author: Rogue Web Design 7 7 Author URI: https://www.roguewebdesign.ca 8 Version: 1.6. 58 Version: 1.6.6 9 9 License: GPL2 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 36 36 37 37 if( ! defined('INSTALLED_METAPRESS_PLUGIN_VERSION') ) { 38 define('INSTALLED_METAPRESS_PLUGIN_VERSION', '1.6. 5');38 define('INSTALLED_METAPRESS_PLUGIN_VERSION', '1.6.6'); 39 39 } 40 40
Note: See TracChangeset
for help on using the changeset viewer.