Changeset 3110118
- Timestamp:
- 06/30/2024 11:09:32 PM (21 months ago)
- Location:
- 3d-website-builder
- Files:
-
- 5 edited
-
tags/1.2.0/readme.txt (modified) (1 diff)
-
tags/1.2.0/wb3d.php (modified) (1 diff)
-
trunk/admin/js/wb3d.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wb3d.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
3d-website-builder/tags/1.2.0/readme.txt
r3110111 r3110118 8 8 9 9 Tested up to: 6.5.3 10 Stable tag: 1. 0.111 License: GPLv 2 or later12 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 Stable tag: 1.2.0 11 License: GPLv3 12 13 13 The new generation of plugins(More than a WordPress PageBuilder/Slider). 14 14 == Description == -
3d-website-builder/tags/1.2.0/wb3d.php
r3110114 r3110118 10 10 * Author: Keivan Kamali 11 11 * License: GPLv3 12 * License URI: https://www.gnu.org/licenses/gpl-2.0.html13 12 * Text Domain: wb3d 14 13 * Domain Path: /languages -
3d-website-builder/trunk/admin/js/wb3d.js
r3110114 r3110118 526 526 this.db_effect=[]; 527 527 this.event=[]; 528 this.version='1. 2.0';528 this.version='1.1.0'; 529 529 this.colortable=[]; 530 530 this.effect_color=[]; -
3d-website-builder/trunk/readme.txt
r3110114 r3110118 8 8 9 9 Tested up to: 6.5.3 10 Stable tag: 1. 0.111 License: GPLv 2 or later12 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 Stable tag: 1.3.0 11 License: GPLv3 12 13 13 The new generation of plugins(More than a WordPress PageBuilder/Slider). 14 14 == Description == … … 106 106 https://ticket.3dwebsitebuilder.com/submit-ticket/ 107 107 == Changelog == 108 1.3.0 109 Module ajaxwb3d(3d Website Builder) Added 110 108 111 1.2.0 109 112 Module Effect service added for unblock Service effect -
3d-website-builder/trunk/wb3d.php
r3110115 r3110118 5 5 * Author URI: https://3dwebsitebuilder.com/ 6 6 * Description: The new generation of plugins(More than a WordPress PageBuilder/Slider) 7 * Version: 1. 2.07 * Version: 1.3.0 8 8 * Requires at least: 4.9 9 9 * Requires PHP: 7.2 10 10 * Author: Keivan Kamali 11 * License: GPLv3 12 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 * License: GPL v3 13 12 * Text Domain: wb3d 14 13 * Domain Path: /languages … … 33 32 $wb3d_cunter0=0; 34 33 $wb3d_php_id_num=0; 35 $wb3d_version='1. 2.0';34 $wb3d_version='1.3.0'; 36 35 37 36 Define('wb3d_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.