Plugin Directory

Changeset 3110114


Ignore:
Timestamp:
06/30/2024 10:50:58 PM (21 months ago)
Author:
3dwebsitebuilder
Message:

version 1.2

Location:
3d-website-builder
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • 3d-website-builder/tags/1.1/wb3d.php

    r3110106 r3110114  
    99 * Requires PHP:      7.2
    1010 * Author:            Keivan Kamali
    11  * License:           GPL v2 or later
     11 * License:           GPLv3
    1212 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
    1313 * Text Domain:       wb3d
  • 3d-website-builder/tags/1.2.0/wb3d.php

    r3110111 r3110114  
    99 * Requires PHP:      7.2
    1010 * Author:            Keivan Kamali
    11  * License:           GPL v2 or later
     11 * License:           GPLv3
    1212 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
    1313 * Text Domain:       wb3d
  • 3d-website-builder/trunk/admin/js/wb3d.js

    r3110106 r3110114  
    526526    this.db_effect=[];
    527527    this.event=[];
    528     this.version='1.1.0';
     528    this.version='1.2.0';
    529529    this.colortable=[];
    530530    this.effect_color=[];
  • 3d-website-builder/trunk/readme.txt

    r3110106 r3110114  
    99Tested up to: 6.5.3
    1010Stable tag: 1.0.1
    11 License: GPLv3
     11License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1313The new generation of plugins(More than a WordPress PageBuilder/Slider).
     
    8989
    9090
     91== 3rd Party-Effect Service ==
     92If you want to use the Effect Service module You need its Files from
     93the link https://service.3dwebsitebuilder.com/effectservice_admin.js . (for admin panel)
     94and from the link https://service.3dwebsitebuilder.com/effectservice.js . (for Clint side & demo side)
     95So if you install Effect Service module These files will be Load to your project by php(WP API)
     96(Those files are loaded from our server and Cloudflare)
     97if you buy pro version you don't need these files and Effect Service module will be ignored.
     98and all files load from your host
     99service terms/privacy policies/License:
     100https://3dwebsitebuilder.com/license
     101
     102
    91103
    92104== Note ==
     
    94106https://ticket.3dwebsitebuilder.com/submit-ticket/
    95107== Changelog ==
     1081.2.0
     109Module Effect service added for unblock Service effect
     110
    961111.1.0
    97112* Rtl css
  • 3d-website-builder/trunk/wb3d.php

    r3110106 r3110114  
    55 * Author URI:        https://3dwebsitebuilder.com/
    66 * Description:       The new generation of plugins(More than a WordPress PageBuilder/Slider)
    7  * Version:           1.1.0
     7 * Version:           1.2.0
    88 * Requires at least: 4.9
    99 * Requires PHP:      7.2
    1010 * Author:            Keivan Kamali
    11  * License:           GPL v2 or later
     11 * License:           GPL3
    1212 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
    1313 * Text Domain:       wb3d
     
    3333$wb3d_cunter0=0;
    3434$wb3d_php_id_num=0;
    35 $wb3d_version='1.1.0';
     35$wb3d_version='1.2.0';
    3636   
    3737Define('wb3d_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.