Plugin Directory

Changeset 2347252


Ignore:
Timestamp:
07/27/2020 02:39:30 PM (6 years ago)
Author:
soft8soft
Message:

New version 3.3, fix readme file links

Location:
verge3d/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • verge3d/trunk/js/admin.js

    r2341560 r2347252  
    4040        var ext = path.split('.').pop();
    4141
    42         // prevent upload of Blender and Max files
     42        // prevent upload of some files
    4343        if (ext in V3D_IGNORE_EXT || path.indexOf('v3d_app_data') > -1) {
    4444            updateProgress();
  • verge3d/trunk/readme.txt

    r2341560 r2347252  
    55Tested up to: 5.2
    66Requires PHP: 5.6
    7 Stable tag: 3.2.999
     7Stable tag: 3.3.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1616Verge3D can be used to create product configurators, 3D presentations, online stores, e-learning apps, 3D portfolios, browser games and more.
    1717
    18 You can try this plugin live using this [sandbox website](https://sandbox.soft8soft.com/).
     18You 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/).
    1919
    2020= Take 3D web for a spin =
     
    6969== Changelog ==
    7070
    71 = 3.2.999 =
     71= 3.3 =
    7272* Support WooCommerce global attributes. Fix issue with incorrectly uploaded Maya assets.
    7373
  • verge3d/trunk/verge3d.php

    r2341560 r2347252  
    44Plugin URI: https://www.soft8soft.com/verge3d
    55Description: 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.999
     6Version: 3.3.0
    77Author: Soft8Soft LLC
    88Author URI: https://www.soft8soft.com
Note: See TracChangeset for help on using the changeset viewer.