Version Description
Download this release
Release Info
Developer | stevengliebe |
Plugin | Widget Importer & Exporter |
Version | 1.4.2 |
Comparing to | |
See all releases |
Code changes from version 1.4.1 to 1.4.2
- css/style.css +1 -1
- includes/page.php +21 -21
- readme.txt +1 -1
- widget-importer-exporter.php +1 -1
css/style.css
CHANGED
@@ -63,7 +63,7 @@
|
|
63 |
|
64 |
#wie-support-project {
|
65 |
max-width: 560px;
|
66 |
-
margin:
|
67 |
}
|
68 |
|
69 |
#wie-support-project .button {
|
63 |
|
64 |
#wie-support-project {
|
65 |
max-width: 560px;
|
66 |
+
margin: 30px 0;
|
67 |
}
|
68 |
|
69 |
#wie-support-project .button {
|
includes/page.php
CHANGED
@@ -239,6 +239,27 @@ function wie_footer() {
|
|
239 |
|
240 |
?>
|
241 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
<div id="wie-support-project" class="wie-box">
|
243 |
|
244 |
<h4>Support This Project</h4>
|
@@ -292,27 +313,6 @@ function wie_footer() {
|
|
292 |
|
293 |
</div>
|
294 |
|
295 |
-
<p id="wie-help">
|
296 |
-
|
297 |
-
<?php
|
298 |
-
printf(
|
299 |
-
wp_kses(
|
300 |
-
/* translators: %1$s is URL to support forum */
|
301 |
-
__( '<b>Need Help?</b> Post your question in the plugin\'s <a href="%1$s" target="_blank">Support Forum</a>.', 'widget-importer-exporter' ),
|
302 |
-
array(
|
303 |
-
'b' => array(),
|
304 |
-
'a' => array(
|
305 |
-
'href' => array(),
|
306 |
-
'target' => array(),
|
307 |
-
),
|
308 |
-
)
|
309 |
-
),
|
310 |
-
'https://wordpress.org/support/plugin/widget-importer-exporter/'
|
311 |
-
);
|
312 |
-
?>
|
313 |
-
|
314 |
-
</p>
|
315 |
-
|
316 |
<?php
|
317 |
|
318 |
}
|
239 |
|
240 |
?>
|
241 |
|
242 |
+
<p id="wie-help">
|
243 |
+
|
244 |
+
<?php
|
245 |
+
printf(
|
246 |
+
wp_kses(
|
247 |
+
/* translators: %1$s is URL to support forum */
|
248 |
+
__( '<b>Need Help?</b> Post your question in the plugin\'s <a href="%1$s" target="_blank">Support Forum</a>.', 'widget-importer-exporter' ),
|
249 |
+
array(
|
250 |
+
'b' => array(),
|
251 |
+
'a' => array(
|
252 |
+
'href' => array(),
|
253 |
+
'target' => array(),
|
254 |
+
),
|
255 |
+
)
|
256 |
+
),
|
257 |
+
'https://wordpress.org/support/plugin/widget-importer-exporter/'
|
258 |
+
);
|
259 |
+
?>
|
260 |
+
|
261 |
+
</p>
|
262 |
+
|
263 |
<div id="wie-support-project" class="wie-box">
|
264 |
|
265 |
<h4>Support This Project</h4>
|
313 |
|
314 |
</div>
|
315 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
316 |
<?php
|
317 |
|
318 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://churchthemes.com/project-support/
|
|
4 |
Tags: widgets, widget, importer, exporter, import, export, widget import, widget export, widget importer, widget exporter, backup, migration
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 4.7.1
|
7 |
-
Stable tag: 1.4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
4 |
Tags: widgets, widget, importer, exporter, import, export, widget import, widget export, widget importer, widget exporter, backup, migration
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 4.7.1
|
7 |
+
Stable tag: 1.4.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
widget-importer-exporter.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Widget Importer & Exporter
|
4 |
* Plugin URI: https://churchthemes.com/plugins/widget-importer-exporter
|
5 |
* Description: Imports and exports widgets.
|
6 |
-
* Version: 1.4.
|
7 |
* Author: churchthemes.com
|
8 |
* Author URI: https://churchthemes.com
|
9 |
* License: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
3 |
* Plugin Name: Widget Importer & Exporter
|
4 |
* Plugin URI: https://churchthemes.com/plugins/widget-importer-exporter
|
5 |
* Description: Imports and exports widgets.
|
6 |
+
* Version: 1.4.2
|
7 |
* Author: churchthemes.com
|
8 |
* Author URI: https://churchthemes.com
|
9 |
* License: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|