Content Blocks (Custom Post Widget) - Version 3.0.2

Version Description

Tested for WordPress 4.8 compatibility.

Download this release

Release Info

Developer vanderwijk
Plugin Icon 128x128 Content Blocks (Custom Post Widget)
Version 3.0.2
Comparing to
See all releases

Code changes from version 3.0.1 to 3.0.2

Files changed (2) hide show
  1. custom-post-widget.php +1 -1
  2. readme.txt +5 -2
custom-post-widget.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Content Blocks (Custom Post Widget)
4
  Plugin URI: http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget
5
  Description: Show the content of a custom post of the type 'content_block' in a widget or with a shortcode.
6
- Version: 3.0.1
7
  Author: Johan van der Wijk
8
  Author URI: http://vanderwijk.nl
9
  Text Domain: custom-post-widget
3
  Plugin Name: Content Blocks (Custom Post Widget)
4
  Plugin URI: http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget
5
  Description: Show the content of a custom post of the type 'content_block' in a widget or with a shortcode.
6
+ Version: 3.0.2
7
  Author: Johan van der Wijk
8
  Author URI: http://vanderwijk.nl
9
  Text Domain: custom-post-widget
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: vanderwijk
3
  Tags: widget, sidebar, content block, block, custom, post, shortcode, wysiwyg, wpml, featured image
4
  Requires at least: 4.0
5
- Tested up to: 4.7.3
6
- Stable tag: 3.0.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -126,6 +126,9 @@ Creating and supporting this plugin takes up a lot of my free time, therefore I
126
 
127
  == Changelog ==
128
 
 
 
 
129
  = 3.0.1 =
130
  Added html sanitizing to the Content Block post titles. Thanks to @palpatine1976 for bringing this to my attention.
131
 
2
  Contributors: vanderwijk
3
  Tags: widget, sidebar, content block, block, custom, post, shortcode, wysiwyg, wpml, featured image
4
  Requires at least: 4.0
5
+ Tested up to: 4.8
6
+ Stable tag: 3.0.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
126
 
127
  == Changelog ==
128
 
129
+ = 3.0.2 =
130
+ Tested for WordPress 4.8 compatibility.
131
+
132
  = 3.0.1 =
133
  Added html sanitizing to the Content Block post titles. Thanks to @palpatine1976 for bringing this to my attention.
134