Widget Settings Importer/Exporter - Version 1.4.1

Version Description

Download this release

Release Info

Developer kevinlangleyjr
Plugin Icon wp plugin Widget Settings Importer/Exporter
Version 1.4.1
Comparing to
See all releases

Code changes from version 1.4 to 1.4.1

Files changed (2) hide show
  1. readme.txt +1 -1
  2. widget-data.php +2 -2
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: kevinlangleyjr, smccafferty, markparolisi, voceplatforms
3
  Tags: widget, import, export
4
  Requires at least: 2.8
5
  Tested up to: 3.9.1
6
- Stable tag: 1.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
3
  Tags: widget, import, export
4
  Requires at least: 2.8
5
  Tested up to: 3.9.1
6
+ Stable tag: 1.4.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
widget-data.php CHANGED
@@ -4,7 +4,7 @@
4
  Description: Adds functionality to export and import widget data
5
  Author: Voce Communications - Kevin Langley, Sean McCafferty, Mark Parolisi
6
  Author URI: http://vocecommunications.com
7
- Version: 1.4
8
  * ******************************************************************
9
  Copyright 2011-2011 Voce Communications
10
 
@@ -23,5 +23,5 @@
23
  * ******************************************************************
24
  */
25
 
26
- require( __DIR__ . '/class-widget-data.php' );
27
  add_action( 'init', array( 'Widget_Data', 'init' ) );
4
  Description: Adds functionality to export and import widget data
5
  Author: Voce Communications - Kevin Langley, Sean McCafferty, Mark Parolisi
6
  Author URI: http://vocecommunications.com
7
+ Version: 1.4.1
8
  * ******************************************************************
9
  Copyright 2011-2011 Voce Communications
10
 
23
  * ******************************************************************
24
  */
25
 
26
+ require( dirname(__FILE__) . '/class-widget-data.php' );
27
  add_action( 'init', array( 'Widget_Data', 'init' ) );