Version Description
- 18 February 2019 =
- Tabs: Set default tab position to top.
Download this release
Release Info
Developer | gpriday |
Plugin | SiteOrigin Widgets Bundle |
Version | 1.15.2 |
Comparing to | |
See all releases |
Code changes from version 1.15.1 to 1.15.2
- readme.txt +6 -3
- so-widgets-bundle.php +2 -2
- widgets/tabs/styles/default.less +1 -1
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== SiteOrigin Widgets Bundle ===
|
2 |
Tags: bundle, widget, button, slider, image, carousel, price table, google maps, tinymce, social links
|
3 |
Requires at least: 4.2
|
4 |
-
Tested up to: 5.
|
5 |
-
Stable tag: 1.15.
|
6 |
-
Build time: 2019-02-
|
7 |
License: GPLv3 or later
|
8 |
Contributors: gpriday, braam-genis
|
9 |
Donate link: https://siteorigin.com/downloads/contribution/
|
@@ -65,6 +65,9 @@ The SiteOrigin Widgets Bundle is the perfect platform to build widgets for your
|
|
65 |
|
66 |
== Changelog ==
|
67 |
|
|
|
|
|
|
|
68 |
= 1.15.1 - 15 February 2019 =
|
69 |
* Google maps: Use correct locations for static maps.
|
70 |
|
1 |
=== SiteOrigin Widgets Bundle ===
|
2 |
Tags: bundle, widget, button, slider, image, carousel, price table, google maps, tinymce, social links
|
3 |
Requires at least: 4.2
|
4 |
+
Tested up to: 5.1
|
5 |
+
Stable tag: 1.15.2
|
6 |
+
Build time: 2019-02-18T11:05:09-08:00
|
7 |
License: GPLv3 or later
|
8 |
Contributors: gpriday, braam-genis
|
9 |
Donate link: https://siteorigin.com/downloads/contribution/
|
65 |
|
66 |
== Changelog ==
|
67 |
|
68 |
+
= 1.15.2 - 18 February 2019 =
|
69 |
+
* Tabs: Set default tab position to top.
|
70 |
+
|
71 |
= 1.15.1 - 15 February 2019 =
|
72 |
* Google maps: Use correct locations for static maps.
|
73 |
|
so-widgets-bundle.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: SiteOrigin Widgets Bundle
|
4 |
Description: A collection of all widgets, neatly bundled into a single plugin. It's also a framework to code your own widgets on top of.
|
5 |
-
Version: 1.15.
|
6 |
Text Domain: so-widgets-bundle
|
7 |
Domain Path: /lang
|
8 |
Author: SiteOrigin
|
@@ -12,7 +12,7 @@ License: GPL3
|
|
12 |
License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
13 |
*/
|
14 |
|
15 |
-
define('SOW_BUNDLE_VERSION', '1.15.
|
16 |
define('SOW_BUNDLE_BASE_FILE', __FILE__);
|
17 |
|
18 |
// Allow JS suffix to be pre-set
|
2 |
/*
|
3 |
Plugin Name: SiteOrigin Widgets Bundle
|
4 |
Description: A collection of all widgets, neatly bundled into a single plugin. It's also a framework to code your own widgets on top of.
|
5 |
+
Version: 1.15.2
|
6 |
Text Domain: so-widgets-bundle
|
7 |
Domain Path: /lang
|
8 |
Author: SiteOrigin
|
12 |
License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
13 |
*/
|
14 |
|
15 |
+
define('SOW_BUNDLE_VERSION', '1.15.2');
|
16 |
define('SOW_BUNDLE_BASE_FILE', __FILE__);
|
17 |
|
18 |
// Allow JS suffix to be pre-set
|
widgets/tabs/styles/default.less
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
@tabs_container_border_radius: default;
|
10 |
@tabs_container_padding: 12px 10px 0px 10px;
|
11 |
@tabs_container_tabs_align: default;
|
12 |
-
@tabs_container_tabs_position:
|
13 |
|
14 |
@tabs_background_color: default;
|
15 |
@tabs_background_hover_color: default;
|
9 |
@tabs_container_border_radius: default;
|
10 |
@tabs_container_padding: 12px 10px 0px 10px;
|
11 |
@tabs_container_tabs_align: default;
|
12 |
+
@tabs_container_tabs_position: top;
|
13 |
|
14 |
@tabs_background_color: default;
|
15 |
@tabs_background_hover_color: default;
|