Changeset 3110114
- Timestamp:
- 06/30/2024 10:50:58 PM (21 months ago)
- Location:
- 3d-website-builder
- Files:
-
- 5 edited
-
tags/1.1/wb3d.php (modified) (1 diff)
-
tags/1.2.0/wb3d.php (modified) (1 diff)
-
trunk/admin/js/wb3d.js (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/wb3d.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
3d-website-builder/tags/1.1/wb3d.php
r3110106 r3110114 9 9 * Requires PHP: 7.2 10 10 * Author: Keivan Kamali 11 * License: GPL v2 or later11 * License: GPLv3 12 12 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 13 13 * Text Domain: wb3d -
3d-website-builder/tags/1.2.0/wb3d.php
r3110111 r3110114 9 9 * Requires PHP: 7.2 10 10 * Author: Keivan Kamali 11 * License: GPL v2 or later11 * License: GPLv3 12 12 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 13 13 * Text Domain: wb3d -
3d-website-builder/trunk/admin/js/wb3d.js
r3110106 r3110114 526 526 this.db_effect=[]; 527 527 this.event=[]; 528 this.version='1. 1.0';528 this.version='1.2.0'; 529 529 this.colortable=[]; 530 530 this.effect_color=[]; -
3d-website-builder/trunk/readme.txt
r3110106 r3110114 9 9 Tested up to: 6.5.3 10 10 Stable tag: 1.0.1 11 License: GPLv 311 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html 13 13 The new generation of plugins(More than a WordPress PageBuilder/Slider). … … 89 89 90 90 91 == 3rd Party-Effect Service == 92 If you want to use the Effect Service module You need its Files from 93 the link https://service.3dwebsitebuilder.com/effectservice_admin.js . (for admin panel) 94 and from the link https://service.3dwebsitebuilder.com/effectservice.js . (for Clint side & demo side) 95 So 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) 97 if you buy pro version you don't need these files and Effect Service module will be ignored. 98 and all files load from your host 99 service terms/privacy policies/License: 100 https://3dwebsitebuilder.com/license 101 102 91 103 92 104 == Note == … … 94 106 https://ticket.3dwebsitebuilder.com/submit-ticket/ 95 107 == Changelog == 108 1.2.0 109 Module Effect service added for unblock Service effect 110 96 111 1.1.0 97 112 * Rtl css -
3d-website-builder/trunk/wb3d.php
r3110106 r3110114 5 5 * Author URI: https://3dwebsitebuilder.com/ 6 6 * Description: The new generation of plugins(More than a WordPress PageBuilder/Slider) 7 * Version: 1. 1.07 * Version: 1.2.0 8 8 * Requires at least: 4.9 9 9 * Requires PHP: 7.2 10 10 * Author: Keivan Kamali 11 * License: GPL v2 or later11 * License: GPL3 12 12 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 13 13 * Text Domain: wb3d … … 33 33 $wb3d_cunter0=0; 34 34 $wb3d_php_id_num=0; 35 $wb3d_version='1. 1.0';35 $wb3d_version='1.2.0'; 36 36 37 37 Define('wb3d_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.