Changeset 2985979
- Timestamp:
- 10/30/2023 09:38:41 AM (2 years ago)
- Location:
- fareharbor/trunk
- Files:
-
- 2 edited
-
fareharbor.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fareharbor/trunk/fareharbor.php
r2890568 r2985979 4 4 Plugin URI: https://fareharbor.com/help/setup/wordpress-plugin/ 5 5 Description: Easily add FareHarbor reservation calendars and buttons to your site 6 Version: 3.6. 76 Version: 3.6.8 7 7 Author: FareHarbor 8 8 Author URI: https://fareharbor.com … … 44 44 private function __construct() {} 45 45 46 public static $version = '3.6. 7';46 public static $version = '3.6.8'; 47 47 48 48 // Update the saved version number in the wp_options table … … 285 285 $link_attrs_string = ''; 286 286 foreach ( $link_attrs as $name => $value ) 287 $link_attrs_string .= " $name=\"$value\"";287 $link_attrs_string .= esc_attr(" $name=\"$value\""); 288 288 289 289 if ( trim( $content ) ) -
fareharbor/trunk/readme.txt
r2890568 r2985979 3 3 Tags: reservations, booking calendar, booking, reservation plugin, reservation calendar, booking system 4 4 Requires at least: 3.0 5 Tested up to: 6.2 5 Tested up to: 6.2.2 6 6 Stable tag: trunk 7 7 License: GPLv2 or later … … 44 44 45 45 == Changelog == 46 = 3.6.8 = 47 * Updated tested up to version to 6.2.2 48 * Fixed lightframe shortcode XSS issue. 49 46 50 = 3.6.7 = 47 51 * Updated tested up to version to 6.2
Note: See TracChangeset
for help on using the changeset viewer.