Version Description
- 04 June 2021 =
- Restored Tablet Layout row collapse.
Download this release
Release Info
Developer | SiteOrigin |
Plugin | Page Builder by SiteOrigin |
Version | 2.12.4 |
Comparing to | |
See all releases |
Code changes from version 2.12.3 to 2.12.4
- inc/renderer.php +1 -1
- readme.txt +5 -2
- siteorigin-panels.php +2 -2
inc/renderer.php
CHANGED
@@ -170,7 +170,7 @@ class SiteOrigin_Panels_Renderer {
|
|
170 |
$settings['tablet-layout'] &&
|
171 |
$cell_count >= 3 &&
|
172 |
$panels_tablet_width > $panels_mobile_width &&
|
173 |
-
$collapse_point
|
174 |
) {
|
175 |
// Tablet responsive css for the row
|
176 |
|
170 |
$settings['tablet-layout'] &&
|
171 |
$cell_count >= 3 &&
|
172 |
$panels_tablet_width > $panels_mobile_width &&
|
173 |
+
empty( $collapse_point )
|
174 |
) {
|
175 |
// Tablet responsive css for the row
|
176 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Tags: page builder, responsive, parallax, widgets, blocks, gallery, layout, grid
|
|
3 |
Requires at least: 4.7
|
4 |
Tested up to: 5.7
|
5 |
Requires PHP: 5.6.20
|
6 |
-
Stable tag: 2.12.
|
7 |
-
Build time: 2021-06-
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl.html
|
10 |
Donate link: https://siteorigin.com/downloads/premium/
|
@@ -107,6 +107,9 @@ SiteOrigin Premium also includes access to our next-level email support service,
|
|
107 |
|
108 |
== Changelog ==
|
109 |
|
|
|
|
|
|
|
110 |
= 2.12.3 - 03 June 2021 =
|
111 |
* Developer: Added the ability to filter fields based on the widget the user is editing using the `siteorigin_panels_widget_style_fields` filter.
|
112 |
* Developer: Added the ability to create individual row collapse points using the `siteorigin_panels_css_row_collapse_point` filter.
|
3 |
Requires at least: 4.7
|
4 |
Tested up to: 5.7
|
5 |
Requires PHP: 5.6.20
|
6 |
+
Stable tag: 2.12.4
|
7 |
+
Build time: 2021-06-04T16:05:38+02:00
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl.html
|
10 |
Donate link: https://siteorigin.com/downloads/premium/
|
107 |
|
108 |
== Changelog ==
|
109 |
|
110 |
+
= 2.12.4 - 04 June 2021 =
|
111 |
+
* Restored Tablet Layout row collapse.
|
112 |
+
|
113 |
= 2.12.3 - 03 June 2021 =
|
114 |
* Developer: Added the ability to filter fields based on the widget the user is editing using the `siteorigin_panels_widget_style_fields` filter.
|
115 |
* Developer: Added the ability to create individual row collapse points using the `siteorigin_panels_css_row_collapse_point` filter.
|
siteorigin-panels.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Page Builder by SiteOrigin
|
4 |
Plugin URI: https://siteorigin.com/page-builder/
|
5 |
Description: A drag and drop, responsive page builder that simplifies building your website.
|
6 |
-
Version: 2.12.
|
7 |
Author: SiteOrigin
|
8 |
Author URI: https://siteorigin.com
|
9 |
License: GPL3
|
@@ -11,7 +11,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
|
|
11 |
Donate link: http://siteorigin.com/page-builder/#donate
|
12 |
*/
|
13 |
|
14 |
-
define( 'SITEORIGIN_PANELS_VERSION', '2.12.
|
15 |
if ( ! defined( 'SITEORIGIN_PANELS_JS_SUFFIX' ) ) {
|
16 |
define( 'SITEORIGIN_PANELS_JS_SUFFIX', '.min' );
|
17 |
}
|
3 |
Plugin Name: Page Builder by SiteOrigin
|
4 |
Plugin URI: https://siteorigin.com/page-builder/
|
5 |
Description: A drag and drop, responsive page builder that simplifies building your website.
|
6 |
+
Version: 2.12.4
|
7 |
Author: SiteOrigin
|
8 |
Author URI: https://siteorigin.com
|
9 |
License: GPL3
|
11 |
Donate link: http://siteorigin.com/page-builder/#donate
|
12 |
*/
|
13 |
|
14 |
+
define( 'SITEORIGIN_PANELS_VERSION', '2.12.4' );
|
15 |
if ( ! defined( 'SITEORIGIN_PANELS_JS_SUFFIX' ) ) {
|
16 |
define( 'SITEORIGIN_PANELS_JS_SUFFIX', '.min' );
|
17 |
}
|