Version Description
- Small fix closing quotes on content when using <!--more-->
Download this release
Release Info
Developer | fernandobt |
Plugin | List category posts |
Version | 0.40.1 |
Comparing to | |
See all releases |
Code changes from version 0.40.0 to 0.40.1
- include/CatList.php +1 -1
- list_cat_posts.php +1 -1
- readme.txt +5 -1
include/CatList.php
CHANGED
@@ -386,7 +386,7 @@ class CatList{
|
|
386 |
endif;
|
387 |
$lcp_post_content = explode($matches[1], $lcp_content);
|
388 |
$lcp_content = $lcp_post_content[0] .
|
389 |
-
' <a href="' . get_permalink($single->ID) . ' title="' . "$lcp_more" . '">' .
|
390 |
$lcp_more . '</a>';
|
391 |
endif;
|
392 |
|
386 |
endif;
|
387 |
$lcp_post_content = explode($matches[1], $lcp_content);
|
388 |
$lcp_content = $lcp_post_content[0] .
|
389 |
+
' <a href="' . get_permalink($single->ID) . '" title="' . "$lcp_more" . '">' .
|
390 |
$lcp_more . '</a>';
|
391 |
endif;
|
392 |
|
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 from a category into 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.40
|
7 |
Author: Fernando Briano
|
8 |
Author URI: http://picandocodigo.net/
|
9 |
|
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 from a category into 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.40.1
|
7 |
Author: Fernando Briano
|
8 |
Author URI: http://picandocodigo.net/
|
9 |
|
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.8
|
7 |
-
Stable tag: 0.40
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -352,6 +352,10 @@ Template system has changed. Custom templates should be stored in WordPress them
|
|
352 |
|
353 |
== Changelog ==
|
354 |
|
|
|
|
|
|
|
|
|
355 |
= 0.40 =
|
356 |
|
357 |
* Tested with WordPress 3.8
|
4 |
Tags: list, categories, posts, cms
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 3.8
|
7 |
+
Stable tag: 0.40.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
352 |
|
353 |
== Changelog ==
|
354 |
|
355 |
+
= 0.40.1 =
|
356 |
+
|
357 |
+
* Small fix closing quotes on content when using <!--more-->
|
358 |
+
|
359 |
= 0.40 =
|
360 |
|
361 |
* Tested with WordPress 3.8
|