Changeset 2965542
- Timestamp:
- 09/11/2023 09:59:51 PM (2 years 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
r2947880 r2965542 4 4 Tags: metamask, cryptocurrency, NFT, restrict content, crypto, ERC-721, ERC-20, ERC-1155, 5 5 Requires at least: 4.0 6 Tested up to: 6. 2.27 Stable Tag: 1.5. 76 Tested up to: 6.3.1 7 Stable Tag: 1.5.8 8 8 License: GPLv2 or later 9 9 -
web3-access/trunk/updates/automatic-updates.php
r2947880 r2965542 35 35 } 36 36 37 update_option('wp_metapress_plugin_version', '1.5. 7');37 update_option('wp_metapress_plugin_version', '1.5.8'); 38 38 } -
web3-access/trunk/web3-access.php
r2947880 r2965542 6 6 Author: Rogue Web Design 7 7 Author URI: https://www.roguewebdesign.ca 8 Version: 1.5. 78 Version: 1.5.8 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.5. 7');38 define('INSTALLED_METAPRESS_PLUGIN_VERSION', '1.5.8'); 39 39 } 40 40
Note: See TracChangeset
for help on using the changeset viewer.