Changeset 3364853
- Timestamp:
- 09/20/2025 07:12:06 AM (6 months ago)
- Location:
- fd-elementor-button-plus/trunk
- Files:
-
- 3 edited
-
elements/fd-elementor-button-plus.php (modified) (6 diffs)
-
fd-elementor-button-plus.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fd-elementor-button-plus/trunk/elements/fd-elementor-button-plus.php
r3251582 r3364853 1809 1809 if ($settings['fd_adv_btn_option'] == 'adv_btn') { 1810 1810 ?> 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 ?>> 1813 1813 1814 1814 <?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 ?>> 1816 1816 <?php Icons_Manager::render_icon( $settings['fd_adv_btn1_icon'], [ 'aria-hidden' => 'true' ] ); ?> 1817 1817 </span> 1818 1818 <?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> 1820 1820 <span class="single-button-text"><?php echo esc_html($settings['fd_adv_btn1_text']); ?></span> 1821 1821 </a> 1822 1822 <?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 ?>> 1824 1824 <?php echo esc_html($settings['fd_btn1_tooltip_text']); ?> 1825 1825 </span> … … 1833 1833 if ($settings['fd_adv_btn_option'] == 'dual_button') { 1834 1834 ?> 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 ?>> 1836 1836 <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 ?>> 1838 1838 <?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 ?>> 1840 1840 <?php Icons_Manager::render_icon( $settings['fd_adv_btn1_icon'], [ 'aria-hidden' => 'true' ] ); ?> 1841 1841 </span> 1842 1842 <?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> 1844 1844 <span class="dual-button-text"><?php echo esc_html($settings['fd_adv_btn1_text']); ?></span> 1845 1845 </a> 1846 1846 <?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 ?>> 1848 1848 <?php echo esc_html($settings['fd_btn1_tooltip_text']); ?> 1849 1849 </span> … … 1851 1851 </div> 1852 1852 <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 ?>> 1854 1854 <?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 ?>> 1856 1856 <?php Icons_Manager::render_icon( $settings['fd_adv_btn2_icon'], [ 'aria-hidden' => 'true' ] ); ?> 1857 1857 </span> 1858 1858 <?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> 1860 1860 <span class="dual-button-text"><?php echo esc_html($settings['fd_adv_btn2_text']); ?></span> 1861 1861 </a> 1862 1862 <?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 ?>> 1864 1864 <?php echo esc_html($settings['fd_btn2_tooltip_text']); ?> 1865 1865 </span> … … 1874 1874 if ($settings['fd_adv_btn_option'] == 'dbwt') { 1875 1875 ?> 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 ?>> 1877 1877 <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 ?>> 1879 1879 <?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 ?>> 1881 1881 <?php Icons_Manager::render_icon( $settings['fd_adv_btn1_icon'], [ 'aria-hidden' => 'true' ] ); ?> 1882 1882 </span> 1883 1883 <?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> 1885 1885 <span class="dual-button-text"><?php echo esc_html($settings['fd_adv_btn1_text']); ?></span> 1886 1886 </a> 1887 1887 <?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 ?>> 1889 1889 <?php echo esc_html($settings['fd_btn1_tooltip_text']); ?> 1890 1890 </span> … … 1892 1892 1893 1893 <?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 ?> 1895 1895 <?php } else { ?> 1896 1896 <span class="dbwt-btn-icon"> … … 1901 1901 </div> 1902 1902 <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 ?>> 1904 1904 <?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 ?>> 1906 1906 <?php Icons_Manager::render_icon( $settings['fd_adv_btn2_icon'], [ 'aria-hidden' => 'true' ] ); ?> 1907 1907 </span> 1908 1908 <?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> 1910 1910 <span class="dual-button-text"><?php echo esc_html($settings['fd_adv_btn2_text']); ?></span> 1911 1911 </a> 1912 1912 <?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 ?>> 1914 1914 <?php echo esc_html($settings['fd_btn2_tooltip_text']); ?> 1915 1915 </span> -
fd-elementor-button-plus/trunk/fd-elementor-button-plus.php
r3313258 r3364853 1 1 <?php 2 2 /** 3 * Plugin Name: Elementor Button Plus3 * Plugin Name: Button Plus for Elementor 4 4 * Description: Additional Styles and Options for elementor Button Widget. 5 5 * Plugin URI: https://flickdevs.com/elementor/elementor-button-plus/ 6 6 * Author: FlickDevs 7 * Version: 1.3. 78 * Elementor tested up to: 3. 29.27 * Version: 1.3.8 8 * Elementor tested up to: 3.32.2 9 9 * Author URI: https://www.flickdevs.com/ 10 10 * 11 11 * Text Domain: fd-elementor-button-plus 12 * License: GPLv2 or later 13 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 12 14 */ 13 15 if (!defined('ABSPATH')) … … 38 40 function fd_ele_btn_plus_script() { 39 41 $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'); 41 43 wp_enqueue_style( 42 44 'font-awesome', … … 55 57 */ 56 58 function fd_ele_btn_plus_elementor_load_plugin() { 57 load_plugin_textdomain('FD_EBP');59 // load_plugin_textdomain('FD_EBP'); 58 60 if (!did_action('elementor/loaded')) { 59 61 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 === 2 2 Contributors: flickdevs, shaikhaezaz80 3 3 Requires at least: 5.9 4 Tested up to: 6.8 .14 Tested up to: 6.8 5 5 Requires PHP: 7.0 6 Stable tag: 1.3. 76 Stable tag: 1.3.8 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 41 41 == Changelog == 42 42 43 = 1.3.8 = 44 Fixed security warnings 45 Compatibility with latest Elementor plugin and latest WordPress 46 43 47 = 1.3.7 = 44 *Compatibility with latest Elementor plugin and latest WordPress48 Compatibility with latest Elementor plugin and latest WordPress 45 49 46 50 = 1.3.6 =
Note: See TracChangeset
for help on using the changeset viewer.