Plugin Directory

Changeset 3333918


Ignore:
Timestamp:
07/25/2025 01:48:25 AM (8 months ago)
Author:
jonsisk
Message:

Release 1.6 - Security fix for Stored XSS vulnerability and updated readme.txt

Location:
wp-get-the-table
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • wp-get-the-table/tags/1.6.1/readme.txt

    r3333917 r3333918  
    1 === Plugin Name ===
     1=== WP Get The Table ===
    22Contributors: jonsisk
    33Donate link: http://www.chalkbeat.org/donate
    44Tags: html, table
    5 Requires at least: 1.0
     5Requires at least: 3.0
    66Tested up to: 6.8.2
    7 Stable tag: 1.6
     7Stable tag: 1.6.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4242
    4343== Changelog ==
     44= 1.6.1 =
     45* Updates to readme.txt
    4446
    45 == Changelog ==
    4647= 1.6 =
    4748* Security fix: Patched a Stored XSS vulnerability in `url` parameter by improving sanitization and escaping.
  • wp-get-the-table/tags/1.6.1/wp-get-the-table.php

    r3333917 r3333918  
    44Plugin URI: http://www.itjon.com/getthetable
    55Description: A plugin that lets you grab a live HTML table from a URL by ID, and echo it out onto a page via shortcode. Usage: <strong>[getthetable url="page url" id="table id"]</strong>
    6 Version: 1.6
     6Version: 1.6.1
    77Author: Jonathan Sisk
    88Author URI: http://www.itjon.com
  • wp-get-the-table/trunk/readme.txt

    r3333917 r3333918  
    1 === Plugin Name ===
     1=== WP Get The Table ===
    22Contributors: jonsisk
    33Donate link: http://www.chalkbeat.org/donate
    44Tags: html, table
    5 Requires at least: 1.0
     5Requires at least: 3.0
    66Tested up to: 6.8.2
    7 Stable tag: 1.6
     7Stable tag: 1.6.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4242
    4343== Changelog ==
     44= 1.6.1 =
     45* Updates to readme.txt
    4446
    45 == Changelog ==
    4647= 1.6 =
    4748* Security fix: Patched a Stored XSS vulnerability in `url` parameter by improving sanitization and escaping.
  • wp-get-the-table/trunk/wp-get-the-table.php

    r3333917 r3333918  
    44Plugin URI: http://www.itjon.com/getthetable
    55Description: A plugin that lets you grab a live HTML table from a URL by ID, and echo it out onto a page via shortcode. Usage: <strong>[getthetable url="page url" id="table id"]</strong>
    6 Version: 1.6
     6Version: 1.6.1
    77Author: Jonathan Sisk
    88Author URI: http://www.itjon.com
Note: See TracChangeset for help on using the changeset viewer.