Plugin Directory

Changeset 2803368


Ignore:
Timestamp:
10/24/2022 10:41:10 AM (3 years ago)
Author:
LogicHunt
Message:

Admin form field Validation.

Location:
logo-slider-wp/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • logo-slider-wp/trunk/includes/LgxMetaForm.php

    r2717735 r2803368  
    7676        $output.= '</tr>';
    7777
    78         echo $output;
     78        echo force_balance_tags($output);
    7979    }
    8080
     
    110110        $output.= '</tr>';
    111111
    112         echo $output;
     112        echo force_balance_tags($output);
    113113    }
    114114
     
    159159        $output.= '</tr>';
    160160
    161         echo $output;
     161        echo force_balance_tags($output);
    162162    }
    163163
     
    185185        $output.= '</tr>';
    186186
    187         echo $output;
     187        echo force_balance_tags($output);
    188188    }
    189189
     
    226226        $output.= '</tr>';
    227227
    228         echo $output;
     228        echo force_balance_tags($output);
    229229    }
    230230
     
    263263        $output.= '</tr>';
    264264
    265         echo $output;
     265        echo force_balance_tags($output);
    266266    }
    267267
     
    299299        $output.= '</tr>';
    300300
    301         echo $output;
     301        echo force_balance_tags($output);
    302302    }
    303303
     
    335335        $output.= '</tr>';
    336336
    337         echo $output;
     337        echo force_balance_tags($output);
    338338    }
    339339
     
    376376        $output.= '</tr>';
    377377
    378         echo $output;
     378        echo force_balance_tags($output);
    379379    }
    380380
     
    434434        $output.= '</tr>';
    435435
    436         echo $output;
     436        echo force_balance_tags($output);
    437437    }
    438438
     
    473473        $output.= '</tr>';
    474474
    475         echo $output;
     475        echo force_balance_tags($output);
    476476    }
    477477
     
    516516        $output.= '</tr>';
    517517
    518         echo $output;
     518        echo force_balance_tags($output);
    519519
    520520    }
  • logo-slider-wp/trunk/logo-slider-wp.php

    r2783228 r2803368  
    1111 * Plugin URI:        https://logichunt.com/product/wordpress-logo-slider/
    1212 * Description:       Ultimate & Most Popular Responsive Logo Showcase Slider. Display Unlimited Client, Supporter, Partner, Sponsor, or Brand Logo with Infinite Slides Loop.
    13  * Version:           3.5.2
     13 * Version:           3.5.3
    1414 * Author:            LogicHunt
    1515 * Author URI:        http://logichunt.com
  • logo-slider-wp/trunk/public/partials/dynamic-style/loader-pre-style.php

    r2689073 r2803368  
    55?>
    66<style type="text/css">
    7     #lgx_lsw_preloader_<?php echo $lgx_app_id;?> {
     7    #lgx_lsw_preloader_<?php echo esc_attr($lgx_app_id);?> {
    88        display: flex;
    99        align-items: center;
    1010        justify-content: center;
    1111        text-align: center;
    12         background: <?php echo $lgx_shortcodes_meta['lgx_preloader_bg_color'];?>;
     12        background: <?php echo esc_attr($lgx_shortcodes_meta['lgx_preloader_bg_color']);?>;
    1313        z-index: 9999;
    1414        position: absolute;
  • logo-slider-wp/trunk/readme.txt

    r2784802 r2803368  
    55Requires at least: 5.5
    66Tested up to: 6.0
    7 Stable tag: 3.5.0
     7Stable tag: 3.5.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    166166== Changelog ==
    167167
     168= 3.5.3 =
     169* Admin form field Validation.
     170
     171
    168172= 3.5.2 =
    169173* Added Flex Layout
Note: See TracChangeset for help on using the changeset viewer.