Plugin Directory

Changeset 2885936


Ignore:
Timestamp:
03/23/2023 08:56:50 PM (3 years ago)
Author:
simonpedge
Message:

Version 2.4.9

Location:
slide-anything/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • slide-anything/trunk/php/slide-anything-admin.php

    r2885800 r2885936  
    24302430            }
    24312431            if ( isset( $_POST[ $slide_link_url ] ) ) {
    2432                 $slide_link_url_val = sanitize_url( wp_unslash( $_POST[ $slide_link_url ] ) );
     2432                $slide_link_url_val = esc_url( wp_unslash( $_POST[ $slide_link_url ] ) );
    24332433            }
    24342434            if ( isset( $_POST[ $slide_link_target ] ) ) {
  • slide-anything/trunk/readme.txt

    r2885800 r2885936  
    9191== Changelog ==
    9292
     93= 2.4.9 =
     94* Fixed a Cross-Site Scripting (XSS) vulnerability within the slide link URL field (part 2).
     95
    9396= 2.4.8 =
    9497* Fixed a Cross-Site Scripting (XSS) vulnerability within the slide link URL field.
     
    823826= 2.4.8 =
    824827* Fixed a Cross-Site Scripting (XSS) vulnerability within the slide link URL field.
     828
     829= 2.4.9 =
     830* Fixed a Cross-Site Scripting (XSS) vulnerability within the slide link URL field (part 2).
  • slide-anything/trunk/slide-anything.php

    r2885800 r2885936  
    44 * Plugin URI: https://wordpress.org/plugins/slide-anything/
    55 * Description: Slide Anything allows you to create a carousel/slider where the content for each slide can be anything you want - images, text, HTML, and even shortcodes. This plugin uses the Owl Carousel jQuery plugin, and lets you create beautiful, touch enabled, responsive carousels and sliders.
    6  * Version: 2.4.8
     6 * Version: 2.4.9
    77 *
    88 * @package     WordPress_Slide_Anything
Note: See TracChangeset for help on using the changeset viewer.