Skip to content

Commit

Permalink
Version 0.83.1
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jun 30, 2020
1 parent 2bb96e7 commit 957cfa8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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.83
Version: 0.83.1
Author: Fernando Briano
Author URI: http://fernandobriano.com
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: list, categories, posts, cms
Requires at least: 3.3
Tested up to: 5.4.2
Requires PHP: 5.4
Stable tag: 0.83
Stable tag: 0.83.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -182,7 +182,7 @@ Then just add a new text widget to your blog and use the shortcode there as the

**TEMPLATE SYSTEM**

How to customize the way the posts are shown: [Template System](https://github.com/picandocodigo/List-Category-Posts/wiki/Template-System). I am aware the Template System is not the friendliest right now, I'll work on improving this if I ever get the time to work on it.
How to customize the way the posts are shown: [Template System](https://github.com/picandocodigo/List-Category-Posts/wiki/Template-System).

**NEW FEATURE REQUESTS, BUG FIXES, ENHANCEMENTS**

Expand Down Expand Up @@ -232,6 +232,10 @@ Template system has changed. Custom templates should be stored in WordPress them

== Changelog ==

= 0.83.1 =

* Fixes bug with order parameter after refactor: https://wordpress.org/support/topic/notice-undefined-variable-params/

= 0.83 =

This is a big release since @zymeth25 and I have been doing lots of refactoring based on maintainability, code quality and testing. It means the code is much cleaner and easier to maintain. So fixing bugs or adding new features should be easier now. If you find any issues, please report them on GitHub (https://github.com/picandocodigo/List-Category-Posts/issues).
Expand Down

0 comments on commit 957cfa8

Please sign in to comment.