Content Blocks (Custom Post Widget) - Version 2.7.4

Version Description

The shortcode now includes the slug of the content block (which is still optional), see https://wordpress.org/support/topic/shortcodes-using-slug-name-rather-than-id for more information on this.

Download this release

Release Info

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

Code changes from version 2.7.3 to 2.7.4

Files changed (2) hide show
  1. custom-post-widget.php +2 -2
  2. readme.txt +10 -1
custom-post-widget.php CHANGED
@@ -3,12 +3,12 @@
3
  Plugin Name: Savvii Custom Post Widget
4
  Plugin URI: https://www.savvii.eu/wordpress-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: 2.7.3
7
  Author: Savvii WordPress Hosting
8
  Author URI: https://www.savvii.eu/
9
  License: GPL2
10
 
11
- Release notes: Version 2.7.2 The post status is now used for displaying the content blocks in widgets.
12
 
13
  Copyright 2014 Johan van der Wijk (email: info@vanderwijk.com)
14
 
3
  Plugin Name: Savvii Custom Post Widget
4
  Plugin URI: https://www.savvii.eu/wordpress-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: 2.7.4
7
  Author: Savvii WordPress Hosting
8
  Author URI: https://www.savvii.eu/
9
  License: GPL2
10
 
11
+ Release notes: Version 2.7.4 The shortcode now includes the slug of the content block
12
 
13
  Copyright 2014 Johan van der Wijk (email: info@vanderwijk.com)
14
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: savvii, vanderwijk
3
  Tags: widget, sidebar, content block, block, custom, post, shortcode, wysiwyg, wpml, featured image
4
  Requires at least: 2.9.2
5
  Tested up to: 4.1
6
- Stable tag: 2.7.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -78,6 +78,12 @@ If your social media sharing plugin adds buttons to the widget areas you could c
78
 
79
  Currently the shortcode function only outputs the post content of the content block, future support for displaying the title and/or the attached featured image is being considered.
80
 
 
 
 
 
 
 
81
  = How can I make advanced changes to the widget layout? =
82
 
83
  You can create your own widget template and upload this to your theme folder. See [this support topic](http://wordpress.org/support/topic/patch-custom-widget-frontends?replies=1) for more information about this feature.
@@ -115,6 +121,9 @@ Creating and supporting this plugin takes up a lot of my free time, therefore I
115
 
116
  == Changelog ==
117
 
 
 
 
118
  = 2.7.2 =
119
  The post status is now used for displaying the content blocks in the widget areas, only published content blocks are now displayed. Thanks to tmbdesign.co.uk for suggesting this change.
120
 
3
  Tags: widget, sidebar, content block, block, custom, post, shortcode, wysiwyg, wpml, featured image
4
  Requires at least: 2.9.2
5
  Tested up to: 4.1
6
+ Stable tag: 2.7.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
78
 
79
  Currently the shortcode function only outputs the post content of the content block, future support for displaying the title and/or the attached featured image is being considered.
80
 
81
+ = I have a feature request =
82
+
83
+ Please post your feature request on [the support forum](https://wordpress.org/support/plugin/custom-post-widget)
84
+ These new features are on the to-do list:
85
+ * Display the content block featured image when using the shortcode
86
+
87
  = How can I make advanced changes to the widget layout? =
88
 
89
  You can create your own widget template and upload this to your theme folder. See [this support topic](http://wordpress.org/support/topic/patch-custom-widget-frontends?replies=1) for more information about this feature.
121
 
122
  == Changelog ==
123
 
124
+ = 2.7.4 =
125
+ The shortcode now includes the slug of the content block (which is still optional), see https://wordpress.org/support/topic/shortcodes-using-slug-name-rather-than-id for more information on this.
126
+
127
  = 2.7.2 =
128
  The post status is now used for displaying the content blocks in the widget areas, only published content blocks are now displayed. Thanks to tmbdesign.co.uk for suggesting this change.
129