Plugin Directory

Changeset 3344185


Ignore:
Timestamp:
08/14/2025 02:13:22 AM (8 months ago)
Author:
themifyme
Message:

update

Location:
themify-popup
Files:
108 added
3 edited

Legend:

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

    r3095364 r3344185  
    560560        if ( isset( $_FILES['file'] ) ) {
    561561            $fileContent = themify_get_file_contents( $_FILES['file']['tmp_name'] );
    562             $new_data = unserialize( $fileContent );
     562            $new_data = unserialize($fileContent, ['allowed_classes' => false]);
    563563            if ( $new_data !== null ) {
    564564                if ( 'colors' === $_POST['type'] ) {
  • themify-popup/trunk/readme.txt

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

    r3323948 r3344185  
    33Plugin Name:  Themify Popup
    44Plugin URI:   https://themify.me/popup
    5 Version:      1.4.3
     5Version:      1.4.4
    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.3';
     15const THEMIFY_POPUP_VERSION='1.4.4';
    1616/**
    1717 * Bootstrap Popup plugin
Note: See TracChangeset for help on using the changeset viewer.