Plugin Directory

Changeset 2985979


Ignore:
Timestamp:
10/30/2023 09:38:41 AM (2 years ago)
Author:
fareharbor
Message:

fix lightframe shortcode xss issue

Location:
fareharbor/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fareharbor/trunk/fareharbor.php

    r2890568 r2985979  
    44    Plugin URI: https://fareharbor.com/help/setup/wordpress-plugin/
    55    Description: Easily add FareHarbor reservation calendars and buttons to your site
    6     Version: 3.6.7
     6    Version: 3.6.8
    77    Author: FareHarbor
    88    Author URI: https://fareharbor.com
     
    4444    private function __construct() {}
    4545
    46     public static $version = '3.6.7';
     46    public static $version = '3.6.8';
    4747
    4848    // Update the saved version number in the wp_options table
     
    285285      $link_attrs_string = '';
    286286      foreach ( $link_attrs as $name => $value )
    287         $link_attrs_string .= " $name=\"$value\"";
     287        $link_attrs_string .= esc_attr(" $name=\"$value\"");
    288288
    289289      if ( trim( $content ) )
  • fareharbor/trunk/readme.txt

    r2890568 r2985979  
    33Tags: reservations, booking calendar, booking, reservation plugin, reservation calendar, booking system
    44Requires at least: 3.0
    5 Tested up to: 6.2
     5Tested up to: 6.2.2
    66Stable tag: trunk
    77License: GPLv2 or later
     
    4444
    4545== Changelog ==
     46= 3.6.8 =
     47* Updated tested up to version to 6.2.2
     48* Fixed lightframe shortcode XSS issue.
     49
    4650= 3.6.7 =
    4751* Updated tested up to version to 6.2
Note: See TracChangeset for help on using the changeset viewer.