Version Description
- 11 February 2020 =
- Block Editor: Fixed widget select field width and alignment.
- Removed unused template files.
- Contact Form: Improved checking for SiteOrigin development email addresses.
- Minor styling improvements to the Classic and Block Editor admin interfaces.
- Features: Added a new setting to select the H tag to be used for the title field.
- Hero: If a height value is assigned, added prefilling to avoid a page jump.
- Hero: Added
font-display: swap
for Google font imports. - Layout Slider: If a height value is assigned, added prefilling to avoid a page jump.
- Image Grid: Added a class of
sow-image-grid-image_html
to each image. Can be used to exclude images from Lazy Loading plugins. - Simple Masonry: Added a class of
sow-masonry-grid-image
to each image. Can be used to exclude images from Lazy Loading plugins. - Features: Added fallback support for the Icon image field.
- Testimonials: Add fallback support for the Image field.
- Post Carousel: Prevented looping until all posts are loaded.
- Post Carousel: Added a new setting to disable looping.
- Post Carousel: Prevented scrolling past loading items and loop as soon as last item is completely visible.
- Contact Form: Added disabled cursor to submit button when disabled.
- Block Editor: Resolved Features widget default settings.
- Tabs and Accordion: Account for accented characters.
- Social Media Buttons: Allowed for multiple instances of the same network without duplicating colors.
- Social Media Buttons: Ensured all icons are correctly centered.
- Contact Form: Added lightweight validation for phone numbers.
- Block Editor: Display author for third party widgets.
- Block Editor: Added processing for the more quicktag in the Editor widget.
- Tabs and Accordion: Added icon spacing.
- Testimonials: Improved image sizing behavior for square images.
Download this release
Release Info
Developer | gpriday |
Plugin | SiteOrigin Widgets Bundle |
Version | 1.16.0 |
Comparing to | |
See all releases |
Code changes from version 1.6.0 to 1.16.0
- readme.txt +4 -4
- so-widgets-bundle.php +2 -2
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.
|
6 |
-
Build time: 2020-02-
|
7 |
License: GPLv3 or later
|
8 |
Contributors: gpriday, braam-genis
|
9 |
Donate link: https://siteorigin.com/downloads/premium/
|
@@ -65,7 +65,7 @@ The SiteOrigin Widgets Bundle is the perfect platform to build widgets for your
|
|
65 |
|
66 |
== Changelog ==
|
67 |
|
68 |
-
= 1.
|
69 |
* Block Editor: Fixed widget select field width and alignment.
|
70 |
* Removed unused template files.
|
71 |
* Contact Form: Improved checking for SiteOrigin development email addresses.
|
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.4
|
5 |
+
Stable tag: 1.16.0
|
6 |
+
Build time: 2020-02-13T20:00:45+02:00
|
7 |
License: GPLv3 or later
|
8 |
Contributors: gpriday, braam-genis
|
9 |
Donate link: https://siteorigin.com/downloads/premium/
|
65 |
|
66 |
== Changelog ==
|
67 |
|
68 |
+
= 1.16.0 - 11 February 2020 =
|
69 |
* Block Editor: Fixed widget select field width and alignment.
|
70 |
* Removed unused template files.
|
71 |
* Contact Form: Improved checking for SiteOrigin development email addresses.
|
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.
|
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.
|
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.16.0
|
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.16.0');
|
16 |
define('SOW_BUNDLE_BASE_FILE', __FILE__);
|
17 |
|
18 |
// Allow JS suffix to be pre-set
|