Skip to content

Commit 2382c5d

Browse files
committed
Bump version to 0.89.5
1 parent aff2d42 commit 2382c5d

File tree

2 files changed

+7
-2
lines changed

2 files changed

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

readme.txt

Lines changed: 6 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.4
77
Requires PHP: 5.6
8-
Stable tag: 0.89.4
8+
Stable tag: 0.89.5
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

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

238238
== Changelog ==
239239

240+
= 0.89.5 =
241+
242+
* Fixes an issue where pagination links are invalid after clicking any pagination link.
243+
* More html tags are now allowed in post titles.
244+
240245
= 0.89.4 =
241246

242247
* This release focuses solely on making sure the plugin does not output malicious scripts if a post's author tries to inject code into LCP shortcodes.

0 commit comments

Comments
 (0)