Changeset 2801347
- Timestamp:
- 10/19/2022 04:33:25 PM (3 years ago)
- Location:
- web3-access/trunk
- Files:
-
- 1 added
- 3 edited
-
readme.txt (modified) (2 diffs)
-
updates/automatic-updates.php (modified) (1 diff)
-
updates/contract-update.php (added)
-
web3-access.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
web3-access/trunk/readme.txt
r2793670 r2801347 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.0. 27 Stable Tag: 1.4. 36 Tested up to: 6.0.3 7 Stable Tag: 1.4.4 8 8 License: GPLv2 or later 9 9 … … 52 52 == Changelog == 53 53 54 = 1.4.4 = 55 56 <ul> 57 <li>Contract list and version update.</li> 58 </ul> 59 60 54 61 = 1.4.3 = 55 62 -
web3-access/trunk/updates/automatic-updates.php
r2793670 r2801347 20 20 require_once('custom-tokens-132.php'); 21 21 } 22 if($current_version_number < 144) { 23 require_once('contract-update.php'); 24 } 22 25 23 update_option('wp_metapress_plugin_version', '1.4. 3');26 update_option('wp_metapress_plugin_version', '1.4.4'); 24 27 } -
web3-access/trunk/web3-access.php
r2793670 r2801347 6 6 Author: Rogue Web Design 7 7 Author URI: https://www.roguewebdesign.ca 8 Version: 1.4. 38 Version: 1.4.4 9 9 License: GPL2 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 35 35 36 36 if( ! defined('INSTALLED_METAPRESS_PLUGIN_VERSION') ) { 37 define('INSTALLED_METAPRESS_PLUGIN_VERSION', '1.4. 3');37 define('INSTALLED_METAPRESS_PLUGIN_VERSION', '1.4.4'); 38 38 } 39 39
Note: See TracChangeset
for help on using the changeset viewer.