Releases: siteorigin/siteorigin-panels
Releases · siteorigin/siteorigin-panels
2.12.5
- Modern Parallax: Use the image attachment if available.
- Modern Parallax: Prevent possible container overflow using CSS.
- Live Editor: Minor button alignment improvements.
- Developer: ACF compatibility - use
panelsopen
for more consistent loading. - Developer: ACF compatibility - added a check to ensure instance ACF data exists.
- Developer: Fixed
siteorigin_panels_row_column_count_input
filter.
2.12.4
2.12.3
- Developer: Added the ability to filter fields based on the widget the user is editing using the
siteorigin_panels_widget_style_fields
filter. - Developer: Added the ability to create individual row collapse points using the
siteorigin_panels_css_row_collapse_point
filter.
2.12.2
- ACF: Added a check to ensure 5.7.10+ is active before loading Page Builder compatibility.
- Lazy Load: Added support for WP Rocket Lazy Load.
- Gravity Forms: Added compatibility to ensure conditional forms function normally when added via the Form widget.
- Developer: Stopped checking for repeated rendering if
$panels_data
was supplied.
2.12.1
- Prevented potential repeated rendering of layouts.
- Moved the Page Builder metabox PHP outside of the metabox template.
- Added a check for
has_blocks()
before using the function. - Resolved potential background display issue when a local and external background is used.
2.12.0
- New Parallax Scrolling! Existing users can optionally switch to
Modern
atSettings > Page Builder > General
. - ACF: Added widget fields compatibility.
siteorigin_panels_before_widget_form
action is triggered before the widget form is output. - Improved Add/Edit row responsive behavior.
- Updated sidebar emulator to detect current page ID by path. Resolves WPML compatibility issue.
- Added WP Rocket Lazy Loading compatibility for row, cell, and, widget background images.
- Automatic Excerpt: Added support for the
<!-- more -->
quicktag. - Improved indexing of text containing multibyte Unicode such as Greek.
- Instant Open Widgets: Updated the setting to default enabled for new installs.
- Limited the
Page Builder Layout CSS Output Location
setting to the Classic Editor. - Add Layout: Improved responsive behavior for long post titles.
- Ensured background image remove URL only displays when an image is present.
- SiteOrigin Layout Block: Removed the preview button when a preview isn't available.
- SiteOrigin Layout Block: Prevent an empty layout from being rendered.
- Block Editor: Added support for automatic excerpt generation if the first post block is a SiteOrigin Layout Block.
- Block Editor: Resolved duplicate Add SiteOrigin Layout button.
- Accessibility: Implemented keyboard navigation for the Widgets Bundle admin interface. You can now tab through all fields and settings, and make changes without a mouse.
- Developer: Ensured prebuilt layout compatibility with JSON MIME type.
- Developer: Updated depreciated jQuery
bind
usage. - Developer: Replaced older-style PHP type conversion functions with type casts.
- Developer: Resolved a PHP 8 notice relating to the CSS builder.
- Developer: Improved WordPress indexing of languages that use multibyte Unicode
2.11.8
2.11.7
2.11.6
- New:
Page Builder Layout CSS Output Location
setting that controls where PB outputs its CSS. Located atSettings > Page Builder > Layout
. - SEO: Improved content analysis process for slower servers and connections.
- SEO: Excluded
<iframe>, <script>, <link>, <style>
from content analysis due to word count inflation. - Developer: Added
wp-color-picker
as an editor dependency. - Developer: Introduced a new Ajax Response filter
siteorigin_panels_layouts_result
. - Developer: Standardized SO Layout Block variables to avoid conflicts with other blocks.