Version Description
- Compatibility check with WP 4.6.1.
Download this release
Release Info
Developer | s56bouya |
Plugin | Newpost Catch |
Version | 1.3.2 |
Comparing to | |
See all releases |
Code changes from version 1.3.1 to 1.3.2
- newpost-catch.php +2 -2
- readme.txt +5 -2
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.3.
|
7 |
Author: Tetsuya Imamura
|
8 |
Text Domain: newpost-catch
|
9 |
Author URI: http://www.imamura.biz/blog/
|
@@ -19,7 +19,7 @@ add_action( 'widgets_init', function(){ register_widget( 'NewpostCatch' ); });
|
|
19 |
//Instance
|
20 |
new NewpostCatch_SC();
|
21 |
|
22 |
-
/* Copyright
|
23 |
|
24 |
This program is free software; you can redistribute it and/or modify
|
25 |
it under the terms of the GNU General Public License, version 2, as
|
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.3.2
|
7 |
Author: Tetsuya Imamura
|
8 |
Text Domain: newpost-catch
|
9 |
Author URI: http://www.imamura.biz/blog/
|
19 |
//Instance
|
20 |
new NewpostCatch_SC();
|
21 |
|
22 |
+
/* Copyright Tetsuya Imamura (@s56bouya)
|
23 |
|
24 |
This program is free software; you can redistribute it and/or modify
|
25 |
it under the terms of the GNU General Public License, version 2, as
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: s56bouya
|
|
3 |
Donate link: http://www.imamura.biz/blog/newpost-catch
|
4 |
Tags: widget, plugin, posts, sidebar, image, images, thumb, thumbnail
|
5 |
Requires at least: 3.3.1
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.3.
|
8 |
|
9 |
Thumbnails in new articles setting widget.
|
10 |
|
@@ -93,6 +93,9 @@ When the post other than, post_type of the current page is the value of the prio
|
|
93 |
|
94 |
== Changelog ==
|
95 |
|
|
|
|
|
|
|
96 |
= 1.3.1 =
|
97 |
* Required PHP5.3+(changed widgets_init hook).
|
98 |
* Abolished option page.
|
3 |
Donate link: http://www.imamura.biz/blog/newpost-catch
|
4 |
Tags: widget, plugin, posts, sidebar, image, images, thumb, thumbnail
|
5 |
Requires at least: 3.3.1
|
6 |
+
Tested up to: 4.6.1
|
7 |
+
Stable tag: 1.3.2
|
8 |
|
9 |
Thumbnails in new articles setting widget.
|
10 |
|
93 |
|
94 |
== Changelog ==
|
95 |
|
96 |
+
= 1.3.2 =
|
97 |
+
* Compatibility check with WP 4.6.1.
|
98 |
+
|
99 |
= 1.3.1 =
|
100 |
* Required PHP5.3+(changed widgets_init hook).
|
101 |
* Abolished option page.
|