Plugin Directory

Changeset 2719891


Ignore:
Timestamp:
05/07/2022 02:36:38 PM (4 years ago)
Author:
OTWthemes
Message:

Version: 1.14

Location:
toggles-shortcode-and-widget
Files:
156 added
4 edited

Legend:

Unmodified
Added
Removed
  • toggles-shortcode-and-widget/trunk/include/otw_components/otw_functions/otw_functions.php

    r2687970 r2719891  
    583583                   
    584584                    $value = $data[ $key[0] ][ $key[1] ];
     585                }else{
     586                    $value = $default_value;
    585587                }
    586588            }
     
    589591       
    590592            $value = $data[ $key ];
     593        }else{
     594            $value = $default_value;
    591595        }
    592596       
  • toggles-shortcode-and-widget/trunk/include/otw_components/otw_shortcode/js/otw_shortcode_admin.js

    r2616898 r2719891  
    354354        otw_form_init_fields();
    355355       
    356         var fields = {};
    357        
    358         var code = '';
     356        oSelf.fields = {};
     357       
     358        oSelf.code = '';
    359359       
    360360        oSelf.init_fields();
  • toggles-shortcode-and-widget/trunk/otw_content_manager.php

    r2687970 r2719891  
    55Description:  Create Toggles. Nice and easy interface. Insert anywhere in your site - page/post editor, sidebars, template files.
    66Author: OTWthemes
    7 Version: 1.13
     7Version: 1.14
    88Author URI: https://codecanyon.net/user/otwthemes/portfolio?ref=OTWthemes
    99*/
  • toggles-shortcode-and-widget/trunk/readme.txt

    r2687970 r2719891  
    55Requires at least: 3.6
    66Tested up to: 5.9
    7 Stable tag: 1.13
     7Stable tag: 1.14
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7575== Changelog ==
    7676
     77= 1.14 =
     78
     79* Updated: Apply Default requests values
     80* Fixed: Dynamic shortcode fields
     81
    7782= 1.13 =
    7883
Note: See TracChangeset for help on using the changeset viewer.