Widget Settings Importer/Exporter - Version 1.3.1

Version Description

Download this release

Release Info

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

Code changes from version 1.3 to 1.3.1

Files changed (2) hide show
  1. readme.txt +16 -30
  2. widget-data.php +1 -1
readme.txt CHANGED
@@ -3,7 +3,9 @@ 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.3
 
 
7
 
8
  Allows you to export and import widgets settings.
9
 
@@ -15,42 +17,26 @@ Gives the user the ability to export the current widget settings and states as a
15
 
16
  *** This plugin requires at least PHP 5.2.0
17
 
18
- == Installation ==
19
 
20
- 1. Upload entire widget-data directory to the `/wp-content/plugins/` directory
21
- 2. Activate the plugin through the 'Plugins' menu in WordPress
22
 
23
- == Screenshots ==
24
 
25
- 1. Choose which widgets to export
26
- 2. Upload JSON export file
27
 
28
- == Changelog ==
29
- = 1.3 =
30
- * Adding support for PHP 5.2
31
- * Swapping registration order of pages
32
 
33
- = 1.2 =
34
- * Adding PHP version check to avoid errors upon activation.
35
- * Using locally uploaded file instead of url to retreive uploaded json
36
 
37
- = 1.1 =
38
- * Refactoring for performance / integrating changes made by Automattic
39
- * Better styles for wp-admin
40
 
41
- = 1.0 =
42
- * Refactoring for performace.
43
- * Documentation
44
- * Better styles for wp-admin
45
-
46
- = 0.4 =
47
- * Fixing headers already sent error
48
 
49
- = 0.3 =
50
- * Fixing export of empty file by instead of creating temp file, it will just output the json
51
 
52
- = 0.2 =
53
- * Fixing blank redirect with WP installed within sub directory
54
 
55
- = 0.1 =
56
- * First Version
3
  Tags: widget, import, export
4
  Requires at least: 2.8
5
  Tested up to: 3.9.1
6
+ Stable tag: 1.3.1
7
+ License: GPLv2 or later
8
+ License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
  Allows you to export and import widgets settings.
11
 
17
 
18
  *** This plugin requires at least PHP 5.2.0
19
 
20
+ Please refer to full documentation at https://github.com/voceconnect/widget-data/wiki.
21
 
22
+ == Installation ==
 
23
 
24
+ Please refer to full installation instructions at https://github.com/voceconnect/widget-data/wiki.
25
 
26
+ == Frequently Asked Questions ==
 
27
 
28
+ If you have any issues with this plugin, please log them at the Github repo for this plugin.
29
+ This is done to centralize our issues and make sure nothing goes unnoticed.
 
 
30
 
31
+ The URL to log an issue is https://github.com/voceconnect/widget-data/issues.
 
 
32
 
33
+ See Frequently Asked Questions here: https://github.com/voceconnect/widget-data/wiki/Frequently-Asked-Questions.
 
 
34
 
35
+ == Screenshots ==
 
 
 
 
 
 
36
 
37
+ 1. Choose which widgets to export
38
+ 2. Upload JSON export file
39
 
40
+ == Changelog ==
 
41
 
42
+ Please refer to full changelog at https://github.com/voceconnect/widget-data/releases.
 
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.3
8
  * ******************************************************************
9
  Copyright 2011-2011 Voce Communications
10
 
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.3.1
8
  * ******************************************************************
9
  Copyright 2011-2011 Voce Communications
10