diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-01-01 22:17:02 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-01-01 22:17:02 -0500 |
commit | 10a9ee4edcef60c2189085d8ebd2cc0d31b62126 (patch) | |
tree | c071bcb2e0ab19a56518a960dd4ced92bc00b897 /plugins/easy-table/readme.txt | |
parent | Update twentyfourteen 2.4 (diff) | |
download | blogs-gentoo-10a9ee4edcef60c2189085d8ebd2cc0d31b62126.tar.gz blogs-gentoo-10a9ee4edcef60c2189085d8ebd2cc0d31b62126.tar.bz2 blogs-gentoo-10a9ee4edcef60c2189085d8ebd2cc0d31b62126.zip |
Update easy-table 1.8
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'plugins/easy-table/readme.txt')
-rw-r--r-- | plugins/easy-table/readme.txt | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/plugins/easy-table/readme.txt b/plugins/easy-table/readme.txt index 4e09bf50..96036d6e 100644 --- a/plugins/easy-table/readme.txt +++ b/plugins/easy-table/readme.txt @@ -2,9 +2,9 @@ Contributors: takien
Donate link: http://takien.com/donate
Tags: table,csv,csv-to-table,post,excel,csv file,widget,tablesorter
-Requires at least: 3.0
-Tested up to: 4.4.1
-Stable tag: 1.6
+Requires at least: 4.0
+Tested up to: 4.9.8
+Stable tag: 1.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -248,6 +248,12 @@ No == Changelog ==
+= 1.8 =
+* Remove unused and unsafe code that made this plugin taken down from repository.
+
+= 1.7 =
+* Add filter to the option values to prevent security issues (Vulnerability reported by Manuel Garcia Cardenas)
+
= 1.6 =
* Added: exclude_row, exclude_col argument. Useful to hide sort of rows or columns from your data.
* Added: sslverify=false to wp_remote_get $args
|