Plugin Directory

Changeset 2680993


Ignore:
Timestamp:
02/17/2022 06:47:10 PM (3 years ago)
Author:
arisoft
Message:
  1. 1.3.9
Location:
ari-fancy-lightbox/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ari-fancy-lightbox/trunk/ari-fancy-lightbox.php

    r2470301 r2680993  
    44    Plugin URI: http://wp-quiz.ari-soft.com/plugins/wordpress-fancy-lightbox.html
    55    Description: Full-featured lightbox plugin for WordPress.
    6     Version: 1.3.8
     6    Version: 1.3.9
    77    Author: ARI Soft
    88    Author URI: http://www.ari-soft.com
  • ari-fancy-lightbox/trunk/includes/defines.php

    r2470301 r2680993  
    11<?php
    2 define( 'ARIFANCYLIGHTBOX_VERSION', '1.3.8' );
     2define( 'ARIFANCYLIGHTBOX_VERSION', '1.3.9' );
    33define( 'ARIFANCYLIGHTBOX_SLUG', 'ari-fancy-lightbox' );
    44define( 'ARIFANCYLIGHTBOX_ASSETS_URL', ARIFANCYLIGHTBOX_URL . 'assets/' );
  • ari-fancy-lightbox/trunk/includes/views/class-base.php

    r1580843 r2680993  
    5151
    5252        $message_type = Request::get_var( 'msg_type', ARIFANCYLIGHTBOX_MESSAGETYPE_NOTICE, 'alpha' );
    53         $message = Request::get_var( 'msg' );
     53        $message = esc_html( Request::get_var( 'msg' ) );
    5454
    5555        printf(
  • ari-fancy-lightbox/trunk/readme.txt

    r2605830 r2680993  
    44Tags: lightbox, fancybox3, popup, video lightbox, fancybox
    55Requires at least: 3.4
    6 Tested up to: 5.8.1
    7 Stable tag: 1.3.8
     6Tested up to: 5.9.0
     7Stable tag: 1.3.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    134134== Changelog ==
    135135
     136= 1.3.9 =
     137
     138* Fix potential possibility of XSS via msg URL parameter
     139
    136140= 1.3.8 =
    137141
     
    281285== Upgrade Notice ==
    282286
     287= 1.3.9 =
     288
     289* Fix potential possibility of XSS via msg URL parameter
     290
    283291= 1.3.8 =
    284292
Note: See TracChangeset for help on using the changeset viewer.