Version Description
- Fixed - Top padding and bottom padding field for various resolutions.
Download this release
Release Info
Developer | livemesh |
Plugin | Livemesh SiteOrigin Widgets |
Version | 1.4.3 |
Comparing to | |
See all releases |
Code changes from version 1.4.2 to 1.4.3
- admin/views/documentation.php +6 -0
- includes/class-lsow-setup.php +0 -6
- livemesh-so-widgets.php +2 -2
- readme.txt +4 -1
admin/views/documentation.php
CHANGED
@@ -1249,6 +1249,12 @@ else {
|
|
1249 |
<!-- Updates panel -->
|
1250 |
<div id="updates-panel" class="panel-left">
|
1251 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1252 |
<h4>1.4.2</h4>
|
1253 |
|
1254 |
<ul>
|
1249 |
<!-- Updates panel -->
|
1250 |
<div id="updates-panel" class="panel-left">
|
1251 |
|
1252 |
+
<h4>1.4.3</h4>
|
1253 |
+
|
1254 |
+
<ul>
|
1255 |
+
<li>Fixed - Top padding and bottom padding field for various resolutions.</li>
|
1256 |
+
</ul>
|
1257 |
+
|
1258 |
<h4>1.4.2</h4>
|
1259 |
|
1260 |
<ul>
|
includes/class-lsow-setup.php
CHANGED
@@ -40,7 +40,6 @@ if (!class_exists('LSOW_Setup')):
|
|
40 |
'group' => 'layout',
|
41 |
'description' => __('Top Padding for the row.', 'livemesh-so-widgets'),
|
42 |
'priority' => 21,
|
43 |
-
'multiple' => true
|
44 |
);
|
45 |
|
46 |
$fields['bottom_padding'] = array(
|
@@ -49,7 +48,6 @@ if (!class_exists('LSOW_Setup')):
|
|
49 |
'group' => 'layout',
|
50 |
'description' => __('Bottom Padding for the row.', 'livemesh-so-widgets'),
|
51 |
'priority' => 22,
|
52 |
-
'multiple' => true
|
53 |
);
|
54 |
|
55 |
$fields['tablet_top_padding'] = array(
|
@@ -58,7 +56,6 @@ if (!class_exists('LSOW_Setup')):
|
|
58 |
'group' => 'layout',
|
59 |
'description' => __('Top Padding for the row in tablet resolutions.', 'livemesh-so-widgets'),
|
60 |
'priority' => 23,
|
61 |
-
'multiple' => true
|
62 |
);
|
63 |
|
64 |
$fields['tablet_bottom_padding'] = array(
|
@@ -67,7 +64,6 @@ if (!class_exists('LSOW_Setup')):
|
|
67 |
'group' => 'layout',
|
68 |
'description' => __('Bottom Padding for the row in tablet resolutions.', 'livemesh-so-widgets'),
|
69 |
'priority' => 24,
|
70 |
-
'multiple' => true
|
71 |
);
|
72 |
|
73 |
$fields['mobile_top_padding'] = array(
|
@@ -76,7 +72,6 @@ if (!class_exists('LSOW_Setup')):
|
|
76 |
'group' => 'layout',
|
77 |
'description' => __('Top Padding for the row in mobile resolutions.', 'livemesh-so-widgets'),
|
78 |
'priority' => 25,
|
79 |
-
'multiple' => true
|
80 |
);
|
81 |
|
82 |
$fields['mobile_bottom_padding'] = array(
|
@@ -85,7 +80,6 @@ if (!class_exists('LSOW_Setup')):
|
|
85 |
'group' => 'layout',
|
86 |
'description' => __('Bottom Padding for the row in mobile resolutions.', 'livemesh-so-widgets'),
|
87 |
'priority' => 26,
|
88 |
-
'multiple' => true
|
89 |
);
|
90 |
|
91 |
/* Add design fields */
|
40 |
'group' => 'layout',
|
41 |
'description' => __('Top Padding for the row.', 'livemesh-so-widgets'),
|
42 |
'priority' => 21,
|
|
|
43 |
);
|
44 |
|
45 |
$fields['bottom_padding'] = array(
|
48 |
'group' => 'layout',
|
49 |
'description' => __('Bottom Padding for the row.', 'livemesh-so-widgets'),
|
50 |
'priority' => 22,
|
|
|
51 |
);
|
52 |
|
53 |
$fields['tablet_top_padding'] = array(
|
56 |
'group' => 'layout',
|
57 |
'description' => __('Top Padding for the row in tablet resolutions.', 'livemesh-so-widgets'),
|
58 |
'priority' => 23,
|
|
|
59 |
);
|
60 |
|
61 |
$fields['tablet_bottom_padding'] = array(
|
64 |
'group' => 'layout',
|
65 |
'description' => __('Bottom Padding for the row in tablet resolutions.', 'livemesh-so-widgets'),
|
66 |
'priority' => 24,
|
|
|
67 |
);
|
68 |
|
69 |
$fields['mobile_top_padding'] = array(
|
72 |
'group' => 'layout',
|
73 |
'description' => __('Top Padding for the row in mobile resolutions.', 'livemesh-so-widgets'),
|
74 |
'priority' => 25,
|
|
|
75 |
);
|
76 |
|
77 |
$fields['mobile_bottom_padding'] = array(
|
80 |
'group' => 'layout',
|
81 |
'description' => __('Bottom Padding for the row in mobile resolutions.', 'livemesh-so-widgets'),
|
82 |
'priority' => 26,
|
|
|
83 |
);
|
84 |
|
85 |
/* Add design fields */
|
livemesh-so-widgets.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* Author URI: http://portfoliotheme.org/
|
8 |
* License: GPL3
|
9 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
10 |
-
* Version: 1.4.
|
11 |
* Text Domain: livemesh-so-widgets
|
12 |
* Domain Path: languages
|
13 |
*
|
@@ -92,7 +92,7 @@ if (!class_exists('Livemesh_SiteOrigin_Widgets')) :
|
|
92 |
|
93 |
// Plugin version
|
94 |
if (!defined('LSOW_VERSION')) {
|
95 |
-
define('LSOW_VERSION', '1.4.
|
96 |
}
|
97 |
|
98 |
// Plugin Folder Path
|
7 |
* Author URI: http://portfoliotheme.org/
|
8 |
* License: GPL3
|
9 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
10 |
+
* Version: 1.4.3
|
11 |
* Text Domain: livemesh-so-widgets
|
12 |
* Domain Path: languages
|
13 |
*
|
92 |
|
93 |
// Plugin version
|
94 |
if (!defined('LSOW_VERSION')) {
|
95 |
+
define('LSOW_VERSION', '1.4.3');
|
96 |
}
|
97 |
|
98 |
// Plugin Folder Path
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Contributors: livemesh
|
|
5 |
Tags: widget, siteorigin, siteorigin widgets bundle, siteorigin page builder, siteorigin addons, grid, gallery, video background, portfolio, carousel, shortcode, tabs, admin, plugin, page
|
6 |
Requires at least: 4.1
|
7 |
Tested up to: 4.6
|
8 |
-
Stable Tag: 1.4.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -112,6 +112,9 @@ Pls install and activate the <a href="https://wordpress.org/plugins/portfolio-po
|
|
112 |
|
113 |
== Changelog ==
|
114 |
|
|
|
|
|
|
|
115 |
= 1.4.2 =
|
116 |
* Added - Compatibility with WordPress 4.6.
|
117 |
* Added - Comparison table of Lite vs PRO version.
|
5 |
Tags: widget, siteorigin, siteorigin widgets bundle, siteorigin page builder, siteorigin addons, grid, gallery, video background, portfolio, carousel, shortcode, tabs, admin, plugin, page
|
6 |
Requires at least: 4.1
|
7 |
Tested up to: 4.6
|
8 |
+
Stable Tag: 1.4.3
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
112 |
|
113 |
== Changelog ==
|
114 |
|
115 |
+
= 1.4.3 =
|
116 |
+
* Fixed - Top padding and bottom padding field for various resolutions.
|
117 |
+
|
118 |
= 1.4.2 =
|
119 |
* Added - Compatibility with WordPress 4.6.
|
120 |
* Added - Comparison table of Lite vs PRO version.
|