List category posts - Version 0.50.2

Version Description

  • Small fix on templates
Download this release

Release Info

Developer fernandobt
Plugin Icon 128x128 List category posts
Version 0.50.2
Comparing to
See all releases

Code changes from version 0.50.1 to 0.50.2

Files changed (2) hide show
  1. list_cat_posts.php +2 -2
  2. readme.txt +5 -1
list_cat_posts.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: List category posts
4
  Plugin URI: https://github.com/picandocodigo/List-Category-Posts
5
  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, and the number of posts to display. You can use [catlist] as many times as needed with different arguments. Usage: [catlist argument1=value1 argument2=value2].
6
- Version: 0.50.1
7
  Author: Fernando Briano
8
  Author URI: http://picandocodigo.net/
9
 
@@ -58,7 +58,7 @@ class ListCategoryPosts{
58
  'author_tag' =>'',
59
  'author_class' => '',
60
  'author_posts' => '',
61
- 'template' => 'default',
62
  'excerpt' => 'no',
63
  'excerpt_size' => '55',
64
  'excerpt_strip' => 'yes',
3
  Plugin Name: List category posts
4
  Plugin URI: https://github.com/picandocodigo/List-Category-Posts
5
  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, and the number of posts to display. You can use [catlist] as many times as needed with different arguments. Usage: [catlist argument1=value1 argument2=value2].
6
+ Version: 0.50.2
7
  Author: Fernando Briano
8
  Author URI: http://picandocodigo.net/
9
 
58
  'author_tag' =>'',
59
  'author_class' => '',
60
  'author_posts' => '',
61
+ 'template' => '',
62
  'excerpt' => 'no',
63
  'excerpt_size' => '55',
64
  'excerpt_strip' => 'yes',
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate Link: http://picandocodigo.net/programacion/wordpress/list-category-posts
4
  Tags: list, categories, posts, cms
5
  Requires at least: 3.3
6
  Tested up to: 3.9.1
7
- Stable tag: 0.50.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -422,6 +422,10 @@ Template system has changed. Custom templates should be stored in WordPress them
422
 
423
  == Changelog ==
424
 
 
 
 
 
425
  = 0.50.1 =
426
 
427
  * Fixes issue with catlink.
4
  Tags: list, categories, posts, cms
5
  Requires at least: 3.3
6
  Tested up to: 3.9.1
7
+ Stable tag: 0.50.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
422
 
423
  == Changelog ==
424
 
425
+ = 0.50.2 =
426
+
427
+ * Small fix on templates
428
+
429
  = 0.50.1 =
430
 
431
  * Fixes issue with catlink.