Skip to content

Commit 143c4a9

Browse files
committed
Update readme for version 0.77
1 parent 167443a commit 143c4a9

File tree

2 files changed

+9
-4
lines changed

2 files changed

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

readme.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: fernandobt
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: 4.9.4
6+
Tested up to: 4.9.6
77
Requires PHP: 5.2.4
8-
Stable tag: 0.76.1
8+
Stable tag: 0.77
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -55,7 +55,7 @@ Some users have made videos on how to use the plugin (thank you, you are awesome
5555

5656
**Support the plugin**
5757

58-
If you've found the plugin useful, consider making a [donation via PayPal](http://picandocodigo.net/programacion/wordpress/list-category-posts-wordpress-plugin-english/#support "Donate via PayPal") or visit my Amazon Wishlist for [books](http://www.amazon.com/gp/registry/wishlist/2HU1JYOF7DX5Q/ref=wl_web "Amazon Wishlist") or [comic books](http://www.amazon.com/registry/wishlist/1LVYAOJAZQOI0/ref=cm_wl_rlist_go_o) :).
58+
If you've found the plugin useful, consider making a [donation via PayPal](http://picandocodigo.net/programacion/wordpress/list-category-posts-wordpress-plugin-english/#support "Donate via PayPal").
5959

6060
**Development**
6161

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

441441
== Changelog ==
442442

443+
= 0.77 =
444+
445+
* Improvements in testing by @zymeth25.
446+
* Removed hardcoded wp_ as table prefix and replaced with $wpdb->prefix to allow for WordPress database tables which are setup to use more secure prefixes by @djadan.
447+
443448
= 0.76.1 =
444449

445450
* Fixes parsing error for PHP < 5.4. We will be dropping support for PHP pre 5.4 soon, so we recommend you to upgrade to a newer version.

0 commit comments

Comments
 (0)