Features by WooThemes - Version 1.2.1

Version Description

  • Minor bugfix to the output of the "Features" widget.
Download this release

Release Info

Developer woothemes
Plugin Icon wp plugin Features by WooThemes
Version 1.2.1
Comparing to
See all releases

Code changes from version 1.2.0 to 1.2.1

classes/class-woothemes-widget-features.php CHANGED
@@ -71,6 +71,9 @@ class Woothemes_Widget_Features extends WP_Widget {
71
 
72
  $args['before'] = $before_widget;
73
 
 
 
 
74
  /* Display the widget title if one was input (before and after defined by themes). */
75
  if ( $title ) {
76
  $args['title'] = $title;
@@ -97,9 +100,6 @@ class Woothemes_Widget_Features extends WP_Widget {
97
 
98
  // Add actions for plugins/themes to hook onto.
99
  do_action( $this->woothemes_widget_cssclass . '_bottom' );
100
-
101
- /* After widget (defined by themes). */
102
- $args['after'] = $after_widget;
103
  } // End widget()
104
 
105
  /**
71
 
72
  $args['before'] = $before_widget;
73
 
74
+ /* After widget (defined by themes). */
75
+ $args['after'] = $after_widget;
76
+
77
  /* Display the widget title if one was input (before and after defined by themes). */
78
  if ( $title ) {
79
  $args['title'] = $title;
100
 
101
  // Add actions for plugins/themes to hook onto.
102
  do_action( $this->woothemes_widget_cssclass . '_bottom' );
 
 
 
103
  } // End widget()
104
 
105
  /**
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://woothemes.com/
4
  Tags: features, widget, shortcode, template-tag, services
5
  Requires at least: 3.4.2
6
  Tested up to: 3.5-beta3
7
- Stable tag: 1.2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -101,6 +101,9 @@ We encourage everyone to contribute their ideas, thoughts and code snippets. Thi
101
 
102
  == Upgrade Notice ==
103
 
 
 
 
104
  = 1.2.0 =
105
  * Adds basic WPML support.
106
  * Enhancements to the widget output.
@@ -117,6 +120,10 @@ We encourage everyone to contribute their ideas, thoughts and code snippets. Thi
117
 
118
  == Changelog ==
119
 
 
 
 
 
120
  = 1.2.0 =
121
  * 2012-11-27
122
  * Adds basic WPML support to the get_features() method.
4
  Tags: features, widget, shortcode, template-tag, services
5
  Requires at least: 3.4.2
6
  Tested up to: 3.5-beta3
7
+ Stable tag: 1.2.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
101
 
102
  == Upgrade Notice ==
103
 
104
+ = 1.2.1 =
105
+ * Minor bugfix to the output of the "Features" widget.
106
+
107
  = 1.2.0 =
108
  * Adds basic WPML support.
109
  * Enhancements to the widget output.
120
 
121
  == Changelog ==
122
 
123
+ = 1.2.1 =
124
+ * 2012-11-29
125
+ * Makes sure the ending wrapping markup for the widget is declared in the appropriate location, before calling the woothemes_features() function.
126
+
127
  = 1.2.0 =
128
  * 2012-11-27
129
  * Adds basic WPML support to the get_features() method.
woothemes-features.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: http://woothemes.com/
5
  * Description: Hi, I'm your feature showcase plugin for WordPress. Show off what features your company, product or service offers, using our shortcode, widget or template tag.
6
  * Author: WooThemes
7
- * Version: 1.2.0
8
  * Author URI: http://woothemes.com/
9
  *
10
  * @package WordPress
4
  * Plugin URI: http://woothemes.com/
5
  * Description: Hi, I'm your feature showcase plugin for WordPress. Show off what features your company, product or service offers, using our shortcode, widget or template tag.
6
  * Author: WooThemes
7
+ * Version: 1.2.1
8
  * Author URI: http://woothemes.com/
9
  *
10
  * @package WordPress