Changeset 2347252
- Timestamp:
- 07/27/2020 02:39:30 PM (6 years ago)
- Location:
- verge3d/trunk
- Files:
-
- 3 edited
-
js/admin.js (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
verge3d.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
verge3d/trunk/js/admin.js
r2341560 r2347252 40 40 var ext = path.split('.').pop(); 41 41 42 // prevent upload of Blender and Maxfiles42 // prevent upload of some files 43 43 if (ext in V3D_IGNORE_EXT || path.indexOf('v3d_app_data') > -1) { 44 44 updateProgress(); -
verge3d/trunk/readme.txt
r2341560 r2347252 5 5 Tested up to: 5.2 6 6 Requires PHP: 5.6 7 Stable tag: 3. 2.9997 Stable tag: 3.3.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 16 16 Verge3D can be used to create product configurators, 3D presentations, online stores, e-learning apps, 3D portfolios, browser games and more. 17 17 18 You can try this plugin live using this [sandbox website](https://sandbox.soft8soft.com/) .18 You can try this plugin live using this [sandbox website](https://sandbox.soft8soft.com/) or follow the quick-start guide [here](https://www.soft8soft.com/making-3d-product-configurator-for-woocommerce/). 19 19 20 20 = Take 3D web for a spin = … … 69 69 == Changelog == 70 70 71 = 3. 2.999=71 = 3.3 = 72 72 * Support WooCommerce global attributes. Fix issue with incorrectly uploaded Maya assets. 73 73 -
verge3d/trunk/verge3d.php
r2341560 r2347252 4 4 Plugin URI: https://www.soft8soft.com/verge3d 5 5 Description: Verge3D is the most artist-friendly toolkit for creating interactive web-based experiences. It can be used to create product configurators, 3D presentations, online stores, e-learning apps, 3D portfolios, browser games and more. 6 Version: 3. 2.9996 Version: 3.3.0 7 7 Author: Soft8Soft LLC 8 8 Author URI: https://www.soft8soft.com
Note: See TracChangeset
for help on using the changeset viewer.