Version Description
- Compatibility check with WP 3.5.
Download this release
Release Info
Developer | s56bouya |
Plugin | Newpost Catch |
Version | 1.0.9 |
Comparing to | |
See all releases |
Code changes from version 1.0.8 to 1.0.9
- class.php +1 -1
- newpost-catch.php +1 -1
- readme.txt +8 -2
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.
|
9 |
var $pluginDir = "";
|
10 |
|
11 |
/*** plugin structure ***/
|
5 |
if ( !class_exists('NewpostCatch') ) {
|
6 |
class NewpostCatch extends WP_Widget {
|
7 |
/*** plugin variables ***/
|
8 |
+
var $version = "1.0.9";
|
9 |
var $pluginDir = "";
|
10 |
|
11 |
/*** plugin structure ***/
|
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 |
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.9
|
7 |
Author: Tetsuya Imamura
|
8 |
Text Domain: newpost-catch
|
9 |
Author URI: http://www.imamura.biz/blog/
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: s56bouya
|
|
3 |
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.
|
7 |
-
Stable tag: 1.0.
|
8 |
|
9 |
Thumbnails in new articles setting widget.
|
10 |
|
@@ -61,6 +61,12 @@ Please the name of the file to create and "newpost-catch.css". The other is the
|
|
61 |
|
62 |
== Changelog ==
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
= 1.0.7 =
|
65 |
* Very minor changes that do not affect the operation of the plugin.
|
66 |
|
3 |
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.5
|
7 |
+
Stable tag: 1.0.9
|
8 |
|
9 |
Thumbnails in new articles setting widget.
|
10 |
|
61 |
|
62 |
== Changelog ==
|
63 |
|
64 |
+
= 1.0.9 =
|
65 |
+
* Compatibility check with WP 3.5.
|
66 |
+
|
67 |
+
= 1.0.8 =
|
68 |
+
* Bugfix.
|
69 |
+
|
70 |
= 1.0.7 =
|
71 |
* Very minor changes that do not affect the operation of the plugin.
|
72 |
|