Skip to content

Commit

Permalink
Updates for 0.89.9
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Dec 10, 2024
1 parent f186006 commit c9aa115
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion list-category-posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: List category posts
Plugin URI: https://github.com/picandocodigo/List-Category-Posts
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].
Version: 0.89.8
Version: 0.89.9
Author: Fernando Briano
Author URI: http://fernandobriano.com
Expand Down
12 changes: 8 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: fernandobt, zymeth25
Donate Link: http://picandocodigo.net/programacion/wordpress/list-category-posts-wordpress-plugin-english/#support
Tags: list, categories, posts, cms
Requires at least: 3.3
Tested up to: 6.4.3
Tested up to: 6.7.1
Requires PHP: 5.6
Stable tag: 0.89.8
Stable tag: 0.89.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 0.89.7 =
= 0.89.9 =

* Fix deprecation notices caused by tag_escape - https://wordpress.org/support/topic/php-deprecated-preg_replace-passing-null-to-parameter-3/

= 0.89.8 =

* Fixes previous release not reporting correct version on Plugin Repository.
* Fixes previous release not reporting proper version number on Plugin Repository.

= 0.89.7 =

Expand Down

0 comments on commit c9aa115

Please sign in to comment.