List category posts - Version 0.42.3

Version Description

  • Adds missing title attribute from thumbnail links.
Download this release

Release Info

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

Code changes from version 0.42.2 to 0.42.3

Files changed (3) hide show
  1. include/CatList.php +1 -1
  2. list_cat_posts.php +1 -1
  3. readme.txt +4 -1
include/CatList.php CHANGED
@@ -474,7 +474,7 @@ class CatList{
474
  $lcp_thumb_size = 'thumbnail';
475
  endif;
476
 
477
- $lcp_thumbnail = '<a href="' . get_permalink($single->ID).'">';
478
 
479
  $lcp_thumbnail .= get_the_post_thumbnail(
480
  $single->ID,
474
  $lcp_thumb_size = 'thumbnail';
475
  endif;
476
 
477
+ $lcp_thumbnail = '<a href="' . get_permalink($single->ID).'" title="' . $single->post_title . '">';
478
 
479
  $lcp_thumbnail .= get_the_post_thumbnail(
480
  $single->ID,
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.42.2
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.42.3
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.42.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -385,6 +385,9 @@ Template system has changed. Custom templates should be stored in WordPress them
385
 
386
  == Changelog ==
387
 
 
 
 
388
  = 0.42.2 =
389
  * Fixes pagination numbers
390
  * Removes warning on wp-debug set to true
4
  Tags: list, categories, posts, cms
5
  Requires at least: 3.3
6
  Tested up to: 3.8
7
+ Stable tag: 0.42.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
385
 
386
  == Changelog ==
387
 
388
+ = 0.42.3 =
389
+ * Adds missing title attribute from thumbnail links.
390
+
391
  = 0.42.2 =
392
  * Fixes pagination numbers
393
  * Removes warning on wp-debug set to true