Skip to content

Commit c9aa115

Browse files
committed
Updates for 0.89.9
1 parent f186006 commit c9aa115

File tree

2 files changed

+9
-5
lines changed

2 files changed

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

readme.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: fernandobt, zymeth25
33
Donate Link: http://picandocodigo.net/programacion/wordpress/list-category-posts-wordpress-plugin-english/#support
44
Tags: list, categories, posts, cms
55
Requires at least: 3.3
6-
Tested up to: 6.4.3
6+
Tested up to: 6.7.1
77
Requires PHP: 5.6
8-
Stable tag: 0.89.8
8+
Stable tag: 0.89.9
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

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

238238
== Changelog ==
239239

240-
= 0.89.7 =
240+
= 0.89.9 =
241+
242+
* Fix deprecation notices caused by tag_escape - https://wordpress.org/support/topic/php-deprecated-preg_replace-passing-null-to-parameter-3/
243+
244+
= 0.89.8 =
241245

242-
* Fixes previous release not reporting correct version on Plugin Repository.
246+
* Fixes previous release not reporting proper version number on Plugin Repository.
243247

244248
= 0.89.7 =
245249

0 commit comments

Comments
 (0)