Changeset 3214214
- Timestamp:
- 12/28/2024 05:01:19 PM (14 months ago)
- Location:
- walktheweb/trunk
- Files:
-
- 3 edited
-
classes/class-wtw-forms.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
walktheweb.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
walktheweb/trunk/classes/class-wtw-forms.php
r2819218 r3214214 121 121 $walktheweb_domainparts = explode(".",$walktheweb_domainname); 122 122 $walktheweb_domainroot = "yoursite"; 123 $walktheweb_wookey = 'ck_' . wc_rand_hash(); 124 $walktheweb_woosecret = 'cs_' . wc_rand_hash(); 123 $walktheweb_wookey = 'ck_'; 124 $walktheweb_woosecret = 'cs_'; 125 if (function_exists('wc_rand_hash')) { 126 $walktheweb_wookey = 'ck_' . wc_rand_hash(); 127 $walktheweb_woosecret = 'cs_' . wc_rand_hash(); 128 } 125 129 126 130 $walktheweb_carturl = $walktheweb_storeurl."/cart/"; -
walktheweb/trunk/readme.txt
r3208820 r3214214 8 8 Requires PHP: 5.2.4 9 9 Tested up to: 6.7.1 10 Stable tag: 3.0. 010 Stable tag: 3.0.1 11 11 License: GPLv3 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 337 337 - Also see: [WalkTheWeb 3D Host Updates](https://github.com/HTTP3D/WalkTheWeb/releases) 338 338 339 == Upgrade Notice ==340 341 339 = 3.0.0 = 342 340 - Complete new rewrite using all of the latest features of WalkTheWeb 3D Internet 3.8.1. WalkTehWeb now supports hosting your own instance of WalkTheWeb as downloaded from GitHub. 343 341 - GitHub: [https://github.com/HTTP3D/WalkTheWeb](https://github.com/HTTP3D/WalkTheWeb) 344 342 - Also see: [WalkTheWeb 3D Host Updates](https://github.com/HTTP3D/WalkTheWeb/releases) 343 344 == Upgrade Notice == 345 346 = 3.0.1 = 347 - Fixed Bug on Dashboard page when WooCommerce is not installed yet. Now it gives a proper notice. -
walktheweb/trunk/walktheweb.php
r3208822 r3214214 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. 06 Version: 3.0.1 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. 014 Stable tag: 3.0.1 15 15 WC requires at least: 3.3 16 16 WC tested up to: 9.4.3
Note: See TracChangeset
for help on using the changeset viewer.