Plugin Directory

Changeset 3323948


Ignore:
Timestamp:
07/07/2025 11:58:02 PM (9 months ago)
Author:
themifyme
Message:

update plugin

Location:
themify-popup
Files:
108 added
3 edited

Legend:

Unmodified
Added
Removed
  • themify-popup/trunk/includes/system.php

    r3169461 r3323948  
    333333                    $cl=' '.$cl;
    334334                }
    335         $html = '<a href="#themify-popup-' . $atts['link'] . '" class="tf_popup'. $cl . '"';
     335        $html = '<a href="#themify-popup-' . esc_attr($atts['link']) . '" class="tf_popup'. $cl . '"';
    336336                unset($cl);
    337337        if ( $atts['color']!=='' || $atts['text']!=='' ) {
  • themify-popup/trunk/readme.txt

    r3169461 r3323948  
    44Tags: popup, modal, lightbox, marketing, notification
    55Requires at least: 4.5
    6 Tested up to: 6.6.0
    7 Stable tag: 1.4.2
     6Tested up to: 6.8.1
     7Stable tag: 1.4.3
    88License: GPL v2
    99License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  • themify-popup/trunk/themify-popup.php

    r3169461 r3323948  
    33Plugin Name:  Themify Popup
    44Plugin URI:   https://themify.me/popup
    5 Version:      1.4.2
     5Version:      1.4.3
    66Author:       Themify
    77Description:  A free plugin to display popups for ads, newsletter subscriptions, and general info. It comes with various popup styles (classic, slide-out, fullscreen, etc.). Popups can be scheduled and configured to show on certain posts, pages, categories, and user roles.
     
    1313
    1414defined( 'ABSPATH' ) or die( '-1' );
    15 const THEMIFY_POPUP_VERSION='1.4.2';
     15const THEMIFY_POPUP_VERSION='1.4.3';
    1616/**
    1717 * Bootstrap Popup plugin
Note: See TracChangeset for help on using the changeset viewer.