Changeset 3224938
- Timestamp:
- 01/18/2025 08:59:41 PM (15 months ago)
- Location:
- walktheweb
- Files:
-
- 71 added
- 4 edited
-
tags/3.0.2 (added)
-
tags/3.0.2/api (added)
-
tags/3.0.2/api/apikeys.php (added)
-
tags/3.0.2/api/confirmapi.php (added)
-
tags/3.0.2/api/productimage.php (added)
-
tags/3.0.2/api/storeinfo.php (added)
-
tags/3.0.2/api/wtwconnection.php (added)
-
tags/3.0.2/assets (added)
-
tags/3.0.2/assets/images (added)
-
tags/3.0.2/assets/images/3dinternet.jpg (added)
-
tags/3.0.2/assets/images/avatar.png (added)
-
tags/3.0.2/assets/images/avatar2.png (added)
-
tags/3.0.2/assets/images/building.png (added)
-
tags/3.0.2/assets/images/building2.png (added)
-
tags/3.0.2/assets/images/col1.png (added)
-
tags/3.0.2/assets/images/col1set.png (added)
-
tags/3.0.2/assets/images/col2.png (added)
-
tags/3.0.2/assets/images/col2set.png (added)
-
tags/3.0.2/assets/images/col3.png (added)
-
tags/3.0.2/assets/images/col3set.png (added)
-
tags/3.0.2/assets/images/col4.png (added)
-
tags/3.0.2/assets/images/col4set.png (added)
-
tags/3.0.2/assets/images/community.png (added)
-
tags/3.0.2/assets/images/community2.png (added)
-
tags/3.0.2/assets/images/demo1.png (added)
-
tags/3.0.2/assets/images/demo10.png (added)
-
tags/3.0.2/assets/images/demo11.png (added)
-
tags/3.0.2/assets/images/demo12.png (added)
-
tags/3.0.2/assets/images/demo13.png (added)
-
tags/3.0.2/assets/images/demo14.png (added)
-
tags/3.0.2/assets/images/demo15.png (added)
-
tags/3.0.2/assets/images/demo16.png (added)
-
tags/3.0.2/assets/images/demo17.png (added)
-
tags/3.0.2/assets/images/demo2.png (added)
-
tags/3.0.2/assets/images/demo3.png (added)
-
tags/3.0.2/assets/images/demo4.png (added)
-
tags/3.0.2/assets/images/demo5.png (added)
-
tags/3.0.2/assets/images/demo6.png (added)
-
tags/3.0.2/assets/images/demo7.png (added)
-
tags/3.0.2/assets/images/demo8.png (added)
-
tags/3.0.2/assets/images/demo9.png (added)
-
tags/3.0.2/assets/images/menuwtw.png (added)
-
tags/3.0.2/assets/images/thing.png (added)
-
tags/3.0.2/assets/images/thing2.png (added)
-
tags/3.0.2/assets/scripts (added)
-
tags/3.0.2/assets/scripts/walktheweb_downloads.js (added)
-
tags/3.0.2/assets/scripts/walktheweb_main.js (added)
-
tags/3.0.2/assets/styles (added)
-
tags/3.0.2/assets/styles/walktheweb_styles.css (added)
-
tags/3.0.2/classes (added)
-
tags/3.0.2/classes/class-walktheweb.php (added)
-
tags/3.0.2/classes/class-wtw-forms.php (added)
-
tags/3.0.2/classes/class-wtw-functions.php (added)
-
tags/3.0.2/languages (added)
-
tags/3.0.2/license.txt (added)
-
tags/3.0.2/pages (added)
-
tags/3.0.2/pages/walktheweb_3dhosts.php (added)
-
tags/3.0.2/pages/walktheweb_3dwebsites.php (added)
-
tags/3.0.2/pages/walktheweb_about.php (added)
-
tags/3.0.2/pages/walktheweb_add3dhost.php (added)
-
tags/3.0.2/pages/walktheweb_add3dwebsite.php (added)
-
tags/3.0.2/pages/walktheweb_dashboard.php (added)
-
tags/3.0.2/pages/walktheweb_downloadavatar.php (added)
-
tags/3.0.2/pages/walktheweb_downloadbuilding.php (added)
-
tags/3.0.2/pages/walktheweb_downloadcommunity.php (added)
-
tags/3.0.2/pages/walktheweb_downloadthing.php (added)
-
tags/3.0.2/pages/walktheweb_marketplace.php (added)
-
tags/3.0.2/pages/walktheweb_wtw3dhost.php (added)
-
tags/3.0.2/readme.txt (added)
-
tags/3.0.2/uninstall.php (added)
-
tags/3.0.2/walktheweb.php (added)
-
trunk/assets/scripts/walktheweb_main.js (modified) (2 diffs)
-
trunk/classes/class-walktheweb.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/walktheweb.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
walktheweb/trunk/assets/scripts/walktheweb_main.js
r3208818 r3224938 1453 1453 'function':'hostrequest' 1454 1454 }; 1455 1456 1455 walktheweb.postJSON(zhosturl + "/connect/apikeys.php", zrequest, 1457 1456 function(zresponse) { … … 1475 1474 this.checkHosts = function() { 1476 1475 try { 1477 var zcols = document.getElementsByClassName('walktheweb_col 4');1476 var zcols = document.getElementsByClassName('walktheweb_col6right'); 1478 1477 for (var i = 0;i < zcols.length;i++) { 1479 1478 if (zcols[i] != null) { -
walktheweb/trunk/classes/class-walktheweb.php
r2819218 r3224938 12 12 final class WalkTheWeb { 13 13 14 public $version = ' 2.0.0';15 public $dbversion = ' 2.0.0';16 public $jsversion = ' 2.0.0';17 public $cssversion = ' 2.0.0';14 public $version = '3.0.2'; 15 public $dbversion = '3.0.0'; 16 public $jsversion = '3.0.1'; 17 public $cssversion = '3.0.0'; 18 18 public $blogid = ''; 19 19 public $storeurl = ''; … … 291 291 try { 292 292 global $wpdb; 293 $walktheweb_db_version = ''; 293 294 if (is_multisite()) { 294 295 $walktheweb_db_version = get_blog_option($this->blogid, 'walktheweb_db_version'); … … 296 297 $walktheweb_db_version = get_option('walktheweb_db_version'); 297 298 } 298 if ($walktheweb_db_version != $this->dbversion ) {299 if ($walktheweb_db_version != $this->dbversion || !isset($walktheweb_db_version) || empty($walktheweb_db_version)) { 299 300 require_once(ABSPATH.'wp-admin/includes/upgrade.php' ); 300 301 -
walktheweb/trunk/readme.txt
r3214214 r3224938 8 8 Requires PHP: 5.2.4 9 9 Tested up to: 6.7.1 10 Stable tag: 3.0. 110 Stable tag: 3.0.2 11 11 License: GPLv3 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html 13 13 WC requires at least: 3.3.0 14 WC tested up to: 9. 4.314 WC tested up to: 9.5.2 15 15 16 16 WalkTheWeb provides a Metaverse 3D Store front-end for your WooCommerce store in less than 5 minutes, to give you more Internet traffic and sales! … … 342 342 - Also see: [WalkTheWeb 3D Host Updates](https://github.com/HTTP3D/WalkTheWeb/releases) 343 343 344 == Upgrade Notice ==345 346 344 = 3.0.1 = 347 345 - Fixed Bug on Dashboard page when WooCommerce is not installed yet. Now it gives a proper notice. 346 347 == Upgrade Notice == 348 349 = 3.0.2 = 350 - Updated WooCommerce tested version by confirming (HPOS) High Performance Order Storage compatibility. 351 - Fixed bug with adding WalkTheWeb 3D Host API Key validation. 352 - Fixed bug with adding tables on first install. -
walktheweb/trunk/walktheweb.php
r3214214 r3224938 4 4 Plugin URI: https://wordpress.org/plugins/walktheweb/ 5 5 Description: WalkTheWeb provides a Metaverse 3D Store front-end for your WooCommerce store in less than 5 minutes, to give you more Internet traffic and sales! 6 Version: 3.0. 16 Version: 3.0.2 7 7 Author: WalkTheWeb 8 8 Author URI: https://www.walktheweb.com/ … … 12 12 Requires PHP: 5.2.4 13 13 Tested up to: 6.7.1 14 Stable tag: 3.0. 114 Stable tag: 3.0.2 15 15 WC requires at least: 3.3 16 WC tested up to: 9. 4.316 WC tested up to: 9.5.2 17 17 Copyright: © 2013-2025 WalkTheWeb. 18 18 License: GPLv3 … … 30 30 define('WTW_PLUGIN_FILE', __FILE__); 31 31 } 32 33 /** 34 * Declare HPOS High Performance Order Storge Compatibility. 35 */ 36 add_action( 'before_woocommerce_init', function() { 37 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 38 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 39 } 40 } ); 32 41 33 42 /**
Note: See TracChangeset
for help on using the changeset viewer.