Changeset 2907874
- Timestamp:
- 05/04/2023 08:26:24 AM (3 years ago)
- Location:
- canvasio3d-light/trunk
- Files:
-
- 3 edited
-
canvasio3D.php (modified) (3 diffs)
-
inc/caFunctions.php (modified) (5 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
canvasio3d-light/trunk/canvasio3D.php
r2872037 r2907874 2 2 /** 3 3 * @package canvasio3d 4 * @version 2.4. 34 * @version 2.4.4 5 5 */ 6 6 /* … … 9 9 Description: Free 3D-Model Viewer - Read more in the <a href="https://www.canvasio3d.com/pub/doc/canvasio3d/">documentation</a> 10 10 Author: Thomas Scholl 11 Version: 2.4. 311 Version: 2.4.4 12 12 Author URI: http://www.virtuellwerk.de/ 13 13 */ … … 15 15 // 16 16 $GLOBALS["caArID"]=0; 17 $GLOBALS["caArVersion"]='2.4. 3';17 $GLOBALS["caArVersion"]='2.4.4'; 18 18 $GLOBALS["caHank"]='1'; 19 19 // -
canvasio3d-light/trunk/inc/caFunctions.php
r2849977 r2907874 13 13 arClass::$modus='front';arClass::$backSwitch=''; 14 14 arClass::load_plugin_textdomain('canvasio3d-light','caAR'); 15 // 15 16 add_action('wp_ajax_caARConnect', [new arClass,'caARConnect']); 16 17 add_action('wp_ajax_nopriv_caARConnect', [new arClass,'caARConnect']); … … 116 117 <td valign="top" style="width:50%;border:1px solid #ddd;padding:4px;"> 117 118 <span><b>Change log:</b></span><br> 119 <span>- Little bug fix (Save Info)</span><br> 118 120 <span>- CSS bug fixed</span><br> 119 121 <span>- PHP 8.0 and above, bug fixed</span><br> 120 122 <span>- Delete function added</span><br> 121 <span>- Upload Image added</span><br>122 123 </td> 123 124 </tr> … … 141 142 <textarea class="caTxtInputField" id="caShortCode" readonly rows="2" cols="1" placeholder="Short Code ..." style="position:absolute; width:182px; top:152px;"></textarea> 142 143 <hr style="position:absolute; width:180px; top:192px;"> 143 <input type="b tn" readonly="readonly" id="copyModelEntry" class="caMenuBtn" style="position:absolute; width:180px; top:204px;" value="<?php arClass::msg(11);?>" onClick="caOpt.settings(this);" />144 <input type="b tn" readonly="readonly" id="pasteModelEntry" class="caMenuBtn" style="position:absolute; width:180px; top:234px;" value="<?php arClass::msg(12);?>" onClick="caOpt.settings(this);" />144 <input type="button" id="copyModelEntry" class="caMenuBtn" style="position:absolute; width:180px; top:204px;" value="<?php arClass::msg(11);?>" onClick="caOpt.settings(this);" /> 145 <input type="button" id="pasteModelEntry" class="caMenuBtn" style="position:absolute; width:180px; top:234px;" value="<?php arClass::msg(12);?>" onClick="caOpt.settings(this);" /> 145 146 <div id="delBar" style="height:5px;margin-left:20px; width:0px;background-color:#ff0000;position:absolute; top:275px"></div> 146 147 <input type="btn" readonly="readonly" id="deleteModelEntry" class="caMenuBtn" style="position:absolute; margin-left:20px; width:140px; top:282px;color:#333" value="<?php arClass::msg(8);?>" /> … … 265 266 caID:null, 266 267 backSwitch:'<?php echo arClass::$backSwitch; ?>' 267 } 268 } 268 269 // 269 270 caOpt.numKey=function(_e){ … … 352 353 name=$(_this).children(':selected').attr('name'); 353 354 // 354 caOpt.selectName=name; 355 caOpt.selectName=name; caOpt.saveInfoOn(false); 355 356 // 356 357 if(!caOpt.newEntryFlag)caOpt.newEntryFlag=true; -
canvasio3d-light/trunk/readme.txt
r2889696 r2907874 94 94 == Changelog == 95 95 96 = 2.4.4 = 97 * Little bug fix (Save Info) 98 96 99 = 2.4.3 = 97 100 * CSS Menu color glitch fixed
Note: See TracChangeset
for help on using the changeset viewer.