Content Blocks (Custom Post Widget) - Version 1.8.6

Version Description

Minor bugfix for edit link in widget.

=

Download this release

Release Info

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

Code changes from version 1.8.5 to 1.8.6

Files changed (3) hide show
  1. custom-post-widget.php +2 -2
  2. post-widget.php +1 -1
  3. readme.txt +3 -1
custom-post-widget.php CHANGED
@@ -3,12 +3,12 @@
3
  Plugin Name: Custom Post Widget
4
  Plugin URI: http://www.vanderwijk.com/services/web-design/wordpress-custom-post-widget/
5
  Description: Show the content of a custom post of the type 'content_block' in a widget.
6
- Version: 1.8.5
7
  Author: Johan van der Wijk
8
  Author URI: http://www.vanderwijk.com
9
  License: GPL2
10
 
11
- Release notes: Version 1.8.5 Plugin repository fix.
12
 
13
  Copyright 2011 Johan van der Wijk (email: info@vanderwijk.com)
14
 
3
  Plugin Name: Custom Post Widget
4
  Plugin URI: http://www.vanderwijk.com/services/web-design/wordpress-custom-post-widget/
5
  Description: Show the content of a custom post of the type 'content_block' in a widget.
6
+ Version: 1.8.6
7
  Author: Johan van der Wijk
8
  Author URI: http://www.vanderwijk.com
9
  License: GPL2
10
 
11
+ Release notes: Version 1.8.6 Minor bugfix.
12
 
13
  Copyright 2011 Johan van der Wijk (email: info@vanderwijk.com)
14
 
post-widget.php CHANGED
@@ -34,7 +34,7 @@ class custom_post_widget extends WP_Widget {
34
 
35
  <p>
36
  <?php
37
- echo '<a href="post.php?post=' . $currentID . '&action=edit">Edit Content Block</a>' ;
38
  ?>
39
  </p>
40
 
34
 
35
  <p>
36
  <?php
37
+ echo '<a href="post.php?post=' . $custom_post_id . '&action=edit">Edit Content Block</a>' ;
38
  ?>
39
  </p>
40
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: http://www.vanderwijk.com/wordpress/support/
5
  Tags: custom-post, widget, sidebar
6
  Requires at least: 2.9.2
7
  Tested up to: 3.3
8
- Stable tag: 1.8.5
9
 
10
  This plugin enables you to display the content of a custom post type called Content Block in a sidebar widget.
11
 
@@ -116,6 +116,8 @@ Thanks to Julian Gardner-Hobbs (http://www.hobwebs.com/) for requesting this fun
116
  = 1.8.5 =
117
  This release is to fix an issue with the WordPress plugin repository.
118
 
 
 
119
 
120
  == Upgrade Notice ==
121
 
5
  Tags: custom-post, widget, sidebar
6
  Requires at least: 2.9.2
7
  Tested up to: 3.3
8
+ Stable tag: 1.8.6
9
 
10
  This plugin enables you to display the content of a custom post type called Content Block in a sidebar widget.
11
 
116
  = 1.8.5 =
117
  This release is to fix an issue with the WordPress plugin repository.
118
 
119
+ = 1.8.6 =
120
+ Minor bugfix for edit link in widget.
121
 
122
  == Upgrade Notice ==
123