💦 FULL SET: Changeset/ - Uncensored 2025

Changeset 2907874


Ignore:
Timestamp:
05/04/2023 08:26:24 AM (3 years ago)
Author:
virtuellwerk
Message:

Update to Version 2.4.4

Location:
canvasio3d-light/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • canvasio3d-light/trunk/canvasio3D.php

    r2872037 r2907874  
    22/**
    33 * @package canvasio3d
    4  * @version 2.4.3
     4 * @version 2.4.4
    55 */
    66/*
     
    99Description: Free 3D-Model Viewer - Read more in the <a href="https://www.canvasio3d.com/pub/doc/canvasio3d/">documentation</a>
    1010Author: Thomas Scholl
    11 Version: 2.4.3
     11Version: 2.4.4
    1212Author URI: http://www.virtuellwerk.de/
    1313*/
     
    1515//
    1616$GLOBALS["caArID"]=0;
    17 $GLOBALS["caArVersion"]='2.4.3';
     17$GLOBALS["caArVersion"]='2.4.4';
    1818$GLOBALS["caHank"]='1';
    1919//
  • canvasio3d-light/trunk/inc/caFunctions.php

    r2849977 r2907874  
    1313        arClass::$modus='front';arClass::$backSwitch='';
    1414        arClass::load_plugin_textdomain('canvasio3d-light','caAR');
     15        //
    1516        add_action('wp_ajax_caARConnect', [new arClass,'caARConnect']);
    1617        add_action('wp_ajax_nopriv_caARConnect', [new arClass,'caARConnect']);
     
    116117                        <td valign="top" style="width:50%;border:1px solid #ddd;padding:4px;">
    117118                            <span><b>Change log:</b></span><br>
     119                            <span>- Little bug fix (Save Info)</span><br>
    118120                            <span>- CSS bug fixed</span><br>
    119121                            <span>- PHP 8.0 and above, bug fixed</span><br>
    120122                            <span>- Delete function added</span><br>
    121                             <span>- Upload Image added</span><br>
    122123                        </td>
    123124                    </tr>
     
    141142                    <textarea class="caTxtInputField" id="caShortCode" readonly rows="2" cols="1" placeholder="Short Code ..." style="position:absolute; width:182px; top:152px;"></textarea>
    142143                    <hr style="position:absolute; width:180px; top:192px;">
    143                     <input type="btn" 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="btn" 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);" />
    145146                    <div id="delBar" style="height:5px;margin-left:20px; width:0px;background-color:#ff0000;position:absolute; top:275px"></div>
    146147                    <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);?>" />
     
    265266                caID:null,
    266267                backSwitch:'<?php echo arClass::$backSwitch; ?>'
    267             }           
     268            }
    268269            //
    269270            caOpt.numKey=function(_e){
     
    352353                            name=$(_this).children(':selected').attr('name');
    353354                            //
    354                             caOpt.selectName=name;
     355                            caOpt.selectName=name; caOpt.saveInfoOn(false);
    355356                            //
    356357                            if(!caOpt.newEntryFlag)caOpt.newEntryFlag=true;
  • canvasio3d-light/trunk/readme.txt

    r2889696 r2907874  
    9494== Changelog ==
    9595
     96= 2.4.4 =
     97* Little bug fix (Save Info)
     98
    9699= 2.4.3 =
    97100* CSS Menu color glitch fixed
Note: See TracChangeset for help on using the changeset viewer.