Skip to content

Commit 9592767

Browse files
committed
Bumps version to 0.93.1 and updates CHANGELOG
1 parent e2ac72d commit 9592767

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.93.1
4+
5+
* Fixes a bug with `post_status` introduced in `sanitize_status`. Thanks Galen Charlton (@gmcharlt) for the catch and fix!
6+
37
## 0.93.0
48

59
* Don't skip password protected filter when showing content.

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.93.0
6+
Version: 0.93.1
77
Author: Fernando Briano
88
Author URI: http://fernandobriano.com
99

readme.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ Template system has changed. Custom templates should be stored in WordPress them
243243

244244
See [CHANGELOG.md](https://github.com/picandocodigo/List-Category-Posts/blob/master/CHANGELOG.md) for full Changelog.
245245

246+
= 0.93.1 =
247+
248+
* Fixes a bug with `post_status` introduced in `sanitize_status`. Thanks Galen Charlton (@gmcharlt) for the catch and fix!
249+
246250
= 0.93.0 =
247251

248252
* Don't skip password protected filter when showing content.

0 commit comments

Comments
 (0)