Version Description
Download this release
Release Info
Developer | voceplatforms |
Plugin | Widget Settings Importer/Exporter |
Version | 1.3.1 |
Comparing to | |
See all releases |
Code changes from version 1.3 to 1.3.1
- readme.txt +16 -30
- 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 |
-
|
19 |
|
20 |
-
|
21 |
-
2. Activate the plugin through the 'Plugins' menu in WordPress
|
22 |
|
23 |
-
|
24 |
|
25 |
-
|
26 |
-
2. Upload JSON export file
|
27 |
|
28 |
-
|
29 |
-
|
30 |
-
* Adding support for PHP 5.2
|
31 |
-
* Swapping registration order of pages
|
32 |
|
33 |
-
|
34 |
-
* Adding PHP version check to avoid errors upon activation.
|
35 |
-
* Using locally uploaded file instead of url to retreive uploaded json
|
36 |
|
37 |
-
|
38 |
-
* Refactoring for performance / integrating changes made by Automattic
|
39 |
-
* Better styles for wp-admin
|
40 |
|
41 |
-
|
42 |
-
* Refactoring for performace.
|
43 |
-
* Documentation
|
44 |
-
* Better styles for wp-admin
|
45 |
-
|
46 |
-
= 0.4 =
|
47 |
-
* Fixing headers already sent error
|
48 |
|
49 |
-
|
50 |
-
|
51 |
|
52 |
-
|
53 |
-
* Fixing blank redirect with WP installed within sub directory
|
54 |
|
55 |
-
|
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 |
|