Skip to content

Commit ae953c1

Browse files
committed
Updates changelog, bumps to 0.90.3
1 parent dc0fef3 commit ae953c1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

list-category-posts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: List category posts
44
Plugin URI: https://github.com/picandocodigo/List-Category-Posts
55
Description: List Category Posts allows you to list posts by category in a post/page using the [catlist] shortcode. This shortcode accepts a category name or id, the order in which you want the posts to display, the number of posts to display and many more parameters. You can use [catlist] as many times as needed with different arguments. Usage: [catlist argument1=value1 argument2=value2].
6-
Version: 0.90.2
6+
Version: 0.90.3
77
Author: Fernando Briano
88
Author URI: http://fernandobriano.com
99

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: list, categories, posts, cms
55
Requires at least: 3.3
66
Tested up to: 6.7.1
77
Requires PHP: 5.6
8-
Stable tag: 0.90.2
8+
Stable tag: 0.90.3
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -237,6 +237,10 @@ Template system has changed. Custom templates should be stored in WordPress them
237237

238238
== Changelog ==
239239

240+
= 0.90.3 =
241+
242+
* Hardens xss fix for script tag by checking case insensitive and using tag_escape.
243+
240244
= 0.90.2 =
241245

242246
* Updates fix for stored cross-site scripting from 0.90.0, now applied to all tags. From this version onwards, script is not available to use as a tag when setting an element's tag in the shortcode.

0 commit comments

Comments
 (0)