SiteOrigin Widgets Bundle - Version 1.32.2

Version Description

  • 23 March 2022 =
  • Anything Carousel: Restored arrow functionality. Resolved Less_Exception_Compiler notice.
Download this release

Release Info

Developer SiteOrigin
Plugin Icon 128x128 SiteOrigin Widgets Bundle
Version 1.32.2
Comparing to
See all releases

Code changes from version 1.32.1 to 1.32.2

readme.txt CHANGED
@@ -3,8 +3,8 @@ Tags: widget, button, slider, hero, google maps, image, carousel, features, icon
3
  Requires at least: 4.2
4
  Tested up to: 5.9
5
  Requires PHP: 5.6.20
6
- Stable tag: 1.32.1
7
- Build time: 2022-03-20T17:30:12+02:00
8
  License: GPLv3 or later
9
  Contributors: gpriday, braam-genis, alexgso
10
  Donate link: https://siteorigin.com/downloads/premium/
@@ -88,9 +88,13 @@ SiteOrigin Premium includes access to our professional email support service, pe
88
 
89
  == Screenshots ==
90
 
91
- 1. Manage which widgets you want to be enabled or disabled.
92
- 2. The Button Widget shows the clean, standard interface all the widgets use.
93
- 3. An example of the Button Widget.
 
 
 
 
94
 
95
  == Frequently Asked Questions ==
96
 
@@ -100,6 +104,9 @@ The Widgets Bundle global interface is available at Plugins > SiteOrigin Widgets
100
 
101
  == Changelog ==
102
 
 
 
 
103
  = 1.32.1 - 20 March 2022 =
104
  * Post Carousel: Resolved Autoplay not functioning when Navigation arrows disabled.
105
 
3
  Requires at least: 4.2
4
  Tested up to: 5.9
5
  Requires PHP: 5.6.20
6
+ Stable tag: 1.32.2
7
+ Build time: 2022-03-23T20:06:46+02:00
8
  License: GPLv3 or later
9
  Contributors: gpriday, braam-genis, alexgso
10
  Donate link: https://siteorigin.com/downloads/premium/
88
 
89
  == Screenshots ==
90
 
91
+ 1. Manage which widgets you want to be enabled or disabled at Plugins > SiteOrigin Widgets.
92
+ 2. SiteOrigin Widgets inserted in SiteOrigin Page Builder.
93
+ 3. Editing a Hero in SiteOrigin Page Builder.
94
+ 4. Inserting Tabs in the SiteOrigin Widget Block.
95
+ 5. SiteOrigin Widgets inserted in a SiteOrigin Layout Block.
96
+ 6. Inserting a Contact Form into a theme widget area at Appearance > Widgets.
97
+ 7. Inserting an Accordion into a theme widget area via the block-based widget screen.
98
 
99
  == Frequently Asked Questions ==
100
 
104
 
105
  == Changelog ==
106
 
107
+ = 1.32.2 - 23 March 2022 =
108
+ * Anything Carousel: Restored arrow functionality. Resolved `Less_Exception_Compiler` notice.
109
+
110
  = 1.32.1 - 20 March 2022 =
111
  * Post Carousel: Resolved Autoplay not functioning when Navigation arrows disabled.
112
 
so-widgets-bundle.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: SiteOrigin Widgets Bundle
4
  Description: A highly customizable collection of widgets, ready to be used anywhere, neatly bundled into a single plugin.
5
- Version: 1.32.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.32.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 highly customizable collection of widgets, ready to be used anywhere, neatly bundled into a single plugin.
5
+ Version: 1.32.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.32.2' );
16
  define( 'SOW_BUNDLE_BASE_FILE', __FILE__ );
17
 
18
  // Allow JS suffix to be pre-set.
widgets/anything-carousel/styles/base.less CHANGED
@@ -21,6 +21,7 @@
21
  @navigation_dots_color: #bebebe;
22
  @navigation_dots_color_hover: #f14e4e;
23
 
 
24
  @breakpoint_tablet_landscape: default;
25
  @breakpoint_tablet_portrait: default;
26
  @breakpoint_mobile: default;
21
  @navigation_dots_color: #bebebe;
22
  @navigation_dots_color_hover: #f14e4e;
23
 
24
+ @navigation_arrows: default;
25
  @breakpoint_tablet_landscape: default;
26
  @breakpoint_tablet_portrait: default;
27
  @breakpoint_mobile: default;