Plugin Directory

Changeset 3364853


Ignore:
Timestamp:
09/20/2025 07:12:06 AM (6 months ago)
Author:
flickdevs
Message:

1.3.8

Location:
fd-elementor-button-plus/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • fd-elementor-button-plus/trunk/elements/fd-elementor-button-plus.php

    r3251582 r3364853  
    18091809        if ($settings['fd_adv_btn_option'] == 'adv_btn') {
    18101810            ?>
    1811             <div <?php echo $this->get_render_attribute_string('single-wrapper'); ?>>
    1812                 <a <?php echo $this->get_render_attribute_string('single-button'); ?>>
     1811            <div <?php echo $this->get_render_attribute_string('single-wrapper');  // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
     1812                <a <?php echo $this->get_render_attribute_string('single-button');  // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
    18131813   
    18141814                    <?php if (!empty($settings['fd_adv_btn1_icon'])) : ?>
    1815                         <span <?php echo $this->get_render_attribute_string('adv-icon-align1'); ?>>
     1815                        <span <?php echo $this->get_render_attribute_string('adv-icon-align1'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
    18161816                           <?php Icons_Manager::render_icon( $settings['fd_adv_btn1_icon'], [ 'aria-hidden' => 'true' ] ); ?>       
    18171817                        </span>
    18181818                    <?php endif; ?>
    1819                     <span <?php echo $this->get_render_attribute_string('fd-hover'); ?>></span>
     1819                    <span <?php echo $this->get_render_attribute_string('fd-hover'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>></span>
    18201820                    <span class="single-button-text"><?php echo esc_html($settings['fd_adv_btn1_text']); ?></span>
    18211821                </a>
    18221822                <?php if ($settings['fd_adv_btn1_tooltip'] == 'yes') : ?>
    1823                     <span <?php echo $this->get_render_attribute_string('btn1-tooltip'); ?>>
     1823                    <span <?php echo $this->get_render_attribute_string('btn1-tooltip'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
    18241824                        <?php echo esc_html($settings['fd_btn1_tooltip_text']); ?>
    18251825                    </span>
     
    18331833        if ($settings['fd_adv_btn_option'] == 'dual_button') {
    18341834            ?>
    1835             <div <?php echo $this->get_render_attribute_string('adv-dual-wrapper'); ?>>
     1835            <div <?php echo $this->get_render_attribute_string('adv-dual-wrapper'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
    18361836                <div class="btn-left" style="float: left">
    1837                     <a <?php echo $this->get_render_attribute_string('single-button'); ?>>
     1837                    <a <?php echo $this->get_render_attribute_string('single-button'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
    18381838                        <?php if (!empty($settings['fd_adv_btn1_icon'])) : ?>
    1839                             <span <?php echo $this->get_render_attribute_string('adv-icon-align1'); ?>>                               
     1839                            <span <?php echo $this->get_render_attribute_string('adv-icon-align1'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>                               
    18401840                                 <?php Icons_Manager::render_icon( $settings['fd_adv_btn1_icon'], [ 'aria-hidden' => 'true' ] ); ?>
    18411841                            </span>
    18421842                        <?php endif; ?>
    1843                         <span <?php echo $this->get_render_attribute_string('fd-hover'); ?>></span>
     1843                        <span <?php echo $this->get_render_attribute_string('fd-hover'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>></span>
    18441844                        <span class="dual-button-text"><?php echo esc_html($settings['fd_adv_btn1_text']); ?></span>
    18451845                    </a>
    18461846                    <?php if ($settings['fd_adv_btn1_tooltip'] == 'yes') : ?>
    1847                         <span <?php echo $this->get_render_attribute_string('btn1-tooltip'); ?>>
     1847                        <span <?php echo $this->get_render_attribute_string('btn1-tooltip'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
    18481848                            <?php echo esc_html($settings['fd_btn1_tooltip_text']); ?>
    18491849                        </span>
     
    18511851                </div>
    18521852                <div class="btn-right" style="float: right">
    1853                     <a <?php echo $this->get_render_attribute_string('dual-button'); ?>>
     1853                    <a <?php echo $this->get_render_attribute_string('dual-button'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
    18541854                        <?php if (!empty($settings['fd_adv_btn2_icon'])) : ?>
    1855                             <span <?php echo $this->get_render_attribute_string('adv-icon-align2'); ?>>
     1855                            <span <?php echo $this->get_render_attribute_string('adv-icon-align2'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
    18561856                               <?php Icons_Manager::render_icon( $settings['fd_adv_btn2_icon'], [ 'aria-hidden' => 'true' ] ); ?>
    18571857                            </span>
    18581858                        <?php endif; ?>
    1859                         <span <?php echo $this->get_render_attribute_string('fd-hover'); ?>></span>
     1859                        <span <?php echo $this->get_render_attribute_string('fd-hover'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>></span>
    18601860                        <span class="dual-button-text"><?php echo esc_html($settings['fd_adv_btn2_text']); ?></span>
    18611861                    </a>
    18621862                    <?php if ($settings['fd_adv_btn2_tooltip'] == 'yes') : ?>
    1863                         <span <?php echo $this->get_render_attribute_string('btn2-tooltip'); ?>>
     1863                        <span <?php echo $this->get_render_attribute_string('btn2-tooltip'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
    18641864                            <?php echo esc_html($settings['fd_btn2_tooltip_text']); ?>
    18651865                        </span>
     
    18741874        if ($settings['fd_adv_btn_option'] == 'dbwt') {
    18751875            ?>
    1876             <div <?php echo $this->get_render_attribute_string('adv-dbwt-wrapper'); ?>>
     1876            <div <?php echo $this->get_render_attribute_string('adv-dbwt-wrapper'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
    18771877                <div class="btn-left" style="float: left">
    1878                     <a <?php echo $this->get_render_attribute_string('single-button'); ?>>
     1878                    <a <?php echo $this->get_render_attribute_string('single-button'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
    18791879                        <?php if (!empty($settings['fd_adv_btn1_icon'])) : ?>
    1880                             <span <?php echo $this->get_render_attribute_string('adv-icon-align1'); ?>>
     1880                            <span <?php echo $this->get_render_attribute_string('adv-icon-align1'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
    18811881                                 <?php Icons_Manager::render_icon( $settings['fd_adv_btn1_icon'], [ 'aria-hidden' => 'true' ] ); ?>     
    18821882                            </span>
    18831883                        <?php endif; ?>
    1884                         <span <?php echo $this->get_render_attribute_string('fd-hover'); ?>></span>
     1884                        <span <?php echo $this->get_render_attribute_string('fd-hover'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>></span>
    18851885                        <span class="dual-button-text"><?php echo esc_html($settings['fd_adv_btn1_text']); ?></span>
    18861886                    </a>
    18871887                    <?php if ($settings['fd_adv_btn1_tooltip'] == 'yes') : ?>
    1888                         <span <?php echo $this->get_render_attribute_string('btn1-tooltip'); ?>>
     1888                        <span <?php echo $this->get_render_attribute_string('btn1-tooltip'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
    18891889                            <?php echo esc_html($settings['fd_btn1_tooltip_text']); ?>
    18901890                        </span>
     
    18921892
    18931893                    <?php if ($settings['fd_dbwt_btn_option'] == '') { ?>
    1894                         <span <?php echo $this->get_render_attribute_string('fd-dbwt-text'); ?>><?php echo esc_html($settings['fd_dbwt_btn_text']); ?>
     1894                        <span <?php echo $this->get_render_attribute_string('fd-dbwt-text'); ?>><?php echo esc_html($settings['fd_dbwt_btn_text']); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
    18951895                        <?php } else { ?>
    18961896                            <span class="dbwt-btn-icon">                               
     
    19011901                </div>
    19021902                <div class="btn-right" style="float: right">
    1903                     <a <?php echo $this->get_render_attribute_string('dual-button'); ?>>
     1903                    <a <?php echo $this->get_render_attribute_string('dual-button'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
    19041904                        <?php if (!empty($settings['fd_adv_btn2_icon'])) : ?>
    1905                             <span <?php echo $this->get_render_attribute_string('adv-icon-align2'); ?>>
     1905                            <span <?php echo $this->get_render_attribute_string('adv-icon-align2'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
    19061906                               <?php Icons_Manager::render_icon( $settings['fd_adv_btn2_icon'], [ 'aria-hidden' => 'true' ] ); ?>
    19071907                            </span>
    19081908                        <?php endif; ?>
    1909                         <span <?php echo $this->get_render_attribute_string('fd-hover'); ?>></span>
     1909                        <span <?php echo $this->get_render_attribute_string('fd-hover'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>></span>
    19101910                        <span class="dual-button-text"><?php echo esc_html($settings['fd_adv_btn2_text']); ?></span>
    19111911                    </a>
    19121912                    <?php if ($settings['fd_adv_btn2_tooltip'] == 'yes') : ?>
    1913                         <span <?php echo $this->get_render_attribute_string('btn2-tooltip'); ?>>
     1913                        <span <?php echo $this->get_render_attribute_string('btn2-tooltip'); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
    19141914                            <?php echo esc_html($settings['fd_btn2_tooltip_text']); ?>
    19151915                        </span>
  • fd-elementor-button-plus/trunk/fd-elementor-button-plus.php

    r3313258 r3364853  
    11<?php
    22/**
    3  * Plugin Name: Elementor Button Plus
     3 * Plugin Name: Button Plus for Elementor
    44 * Description: Additional Styles and Options for elementor Button Widget.
    55 * Plugin URI: https://flickdevs.com/elementor/elementor-button-plus/
    66 * Author: FlickDevs
    7  * Version: 1.3.7
    8  * Elementor tested up to: 3.29.2
     7 * Version: 1.3.8
     8 * Elementor tested up to: 3.32.2
    99 * Author URI: https://www.flickdevs.com/
    1010 *
    1111 * Text Domain: fd-elementor-button-plus
     12 * License: GPLv2 or later
     13 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1214 */
    1315if (!defined('ABSPATH'))
     
    3840function fd_ele_btn_plus_script() {
    3941    $suffix='';
    40     wp_enqueue_style('fd-btn-plus', ELEMENTOR_ADVANCED_BUTTON_URL . 'assets/css/fd-elementor-btn-plus.css', true);
     42    wp_enqueue_style('fd-btn-plus', ELEMENTOR_ADVANCED_BUTTON_URL . 'assets/css/fd-elementor-btn-plus.css', array(),'1.0.0');
    4143    wp_enqueue_style(
    4244            'font-awesome',
     
    5557 */
    5658function fd_ele_btn_plus_elementor_load_plugin() {
    57     load_plugin_textdomain('FD_EBP');
     59   // load_plugin_textdomain('FD_EBP');
    5860    if (!did_action('elementor/loaded')) {
    5961        add_action('admin_notices', 'fd_ele_btn_plus_widgets_fail_load');
  • fd-elementor-button-plus/trunk/readme.txt

    r3313258 r3364853  
    1 === Elementor Button Plus ===
     1=== Button Plus for Elementor ===
    22Contributors: flickdevs, shaikhaezaz80
    33Requires at least: 5.9
    4 Tested up to: 6.8.1
     4Tested up to: 6.8
    55Requires PHP: 7.0
    6 Stable tag: 1.3.7
     6Stable tag: 1.3.8
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4141== Changelog ==
    4242
     43= 1.3.8 =
     44Fixed security warnings
     45Compatibility with latest Elementor plugin and latest WordPress
     46
    4347= 1.3.7 =
    44 * Compatibility with latest Elementor plugin and latest WordPress
     48Compatibility with latest Elementor plugin and latest WordPress
    4549
    4650= 1.3.6 =
Note: See TracChangeset for help on using the changeset viewer.