Newpost Catch - Version 1.0.8

Version Description

Download this release

Release Info

Developer s56bouya
Plugin Icon wp plugin Newpost Catch
Version 1.0.8
Comparing to
See all releases

Code changes from version 1.0.7 to 1.0.8

Files changed (3) hide show
  1. class.php +2 -2
  2. newpost-catch.php +1 -1
  3. readme.txt +1 -1
class.php CHANGED
@@ -5,7 +5,7 @@
5
  if ( !class_exists('NewpostCatch') ) {
6
  class NewpostCatch extends WP_Widget {
7
  /*** plugin variables ***/
8
- var $version = "1.0.7";
9
  var $pluginDir = "";
10
 
11
  /*** plugin structure ***/
@@ -70,7 +70,7 @@ if ( !class_exists('NewpostCatch') ) {
70
  echo $before_widget;
71
 
72
  if ( $title ) echo $before_title . $title . $after_title;
73
- query_posts($query_string . "&showposts=" . $number . "&ignore_sticky_posts=1" );
74
 
75
  ?>
76
  <ul id="npcatch" >
5
  if ( !class_exists('NewpostCatch') ) {
6
  class NewpostCatch extends WP_Widget {
7
  /*** plugin variables ***/
8
+ var $version = "1.0.8";
9
  var $pluginDir = "";
10
 
11
  /*** plugin structure ***/
70
  echo $before_widget;
71
 
72
  if ( $title ) echo $before_title . $title . $after_title;
73
+ query_posts("showposts=" . $number . "&ignore_sticky_posts=1" );
74
 
75
  ?>
76
  <ul id="npcatch" >
newpost-catch.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Newpost Catch
4
  Plugin URI: http://www.imamura.biz/blog/newpost-catch/
5
  Description: Thumbnails in new articles setting widget.
6
- Version: 1.0.7
7
  Author: Tetsuya Imamura
8
  Text Domain: newpost-catch
9
  Author URI: http://www.imamura.biz/blog/
3
  Plugin Name: Newpost Catch
4
  Plugin URI: http://www.imamura.biz/blog/newpost-catch/
5
  Description: Thumbnails in new articles setting widget.
6
+ Version: 1.0.8
7
  Author: Tetsuya Imamura
8
  Text Domain: newpost-catch
9
  Author URI: http://www.imamura.biz/blog/
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.imamura.biz/blog/
4
  Tags: widget, plugin, posts, sidebar, image, images
5
  Requires at least: 3.3.1
6
  Tested up to: 3.4.2
7
- Stable tag: 1.0.7
8
 
9
  Thumbnails in new articles setting widget.
10
 
4
  Tags: widget, plugin, posts, sidebar, image, images
5
  Requires at least: 3.3.1
6
  Tested up to: 3.4.2
7
+ Stable tag: 1.0.8
8
 
9
  Thumbnails in new articles setting widget.
10