Changeset 3333918
- Timestamp:
- 07/25/2025 01:48:25 AM (8 months ago)
- Location:
- wp-get-the-table
- Files:
-
- 2 edited
- 3 copied
-
tags/1.6.1 (copied) (copied from wp-get-the-table/trunk)
-
tags/1.6.1/readme.txt (copied) (copied from wp-get-the-table/trunk/readme.txt) (2 diffs)
-
tags/1.6.1/wp-get-the-table.php (copied) (copied from wp-get-the-table/trunk/wp-get-the-table.php) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-get-the-table.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-get-the-table/tags/1.6.1/readme.txt
r3333917 r3333918 1 === Plugin Name ===1 === WP Get The Table === 2 2 Contributors: jonsisk 3 3 Donate link: http://www.chalkbeat.org/donate 4 4 Tags: html, table 5 Requires at least: 1.05 Requires at least: 3.0 6 6 Tested up to: 6.8.2 7 Stable tag: 1.6 7 Stable tag: 1.6.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 42 42 43 43 == Changelog == 44 = 1.6.1 = 45 * Updates to readme.txt 44 46 45 == Changelog ==46 47 = 1.6 = 47 48 * 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 4 4 Plugin URI: http://www.itjon.com/getthetable 5 5 Description: 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 6 Version: 1.6.1 7 7 Author: Jonathan Sisk 8 8 Author URI: http://www.itjon.com -
wp-get-the-table/trunk/readme.txt
r3333917 r3333918 1 === Plugin Name ===1 === WP Get The Table === 2 2 Contributors: jonsisk 3 3 Donate link: http://www.chalkbeat.org/donate 4 4 Tags: html, table 5 Requires at least: 1.05 Requires at least: 3.0 6 6 Tested up to: 6.8.2 7 Stable tag: 1.6 7 Stable tag: 1.6.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 42 42 43 43 == Changelog == 44 = 1.6.1 = 45 * Updates to readme.txt 44 46 45 == Changelog ==46 47 = 1.6 = 47 48 * 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 4 4 Plugin URI: http://www.itjon.com/getthetable 5 5 Description: 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 6 Version: 1.6.1 7 7 Author: Jonathan Sisk 8 8 Author URI: http://www.itjon.com
Note: See TracChangeset
for help on using the changeset viewer.