Skip to content

Commit

Permalink
Merge branch 'release/2.16.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Jan 4, 2022
2 parents f0a80ec + f8bc903 commit a33bea3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build
Submodule build updated 1 files
+3 −9 package-lock.json
10 changes: 10 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@ SiteOrigin Premium includes access to our professional email support service, pe

== Changelog ==

= 2.16.0 - 04 January 2022 =
* Added a new global `Mobile Widget Bottom Margin` setting.
* Added a new global `Mobile Cell Bottom Margin` setting.
* Legacy Widgets: Updated for PHP 8 compatibility.
* WordPress 5.9 Compatibility: Resolved row ordering issue.
* jQuery: Resolved jQuery Migrate notice. Updated `ready` function.
* Full-Width Containers Using CSS: Theme container no longer removed on pages without full-width rows.
* Developer: Resolved JavaScript error when all style fields removed.
* Developer: Added `panels_title_check_sub_fields` to allow for sub-field detection.

= 2.15.3 - 01 December 2021 =
* Rows/Cells: Prevented possible data mismatch.

Expand Down
2 changes: 1 addition & 1 deletion widgets/lib/lessc.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -3063,7 +3063,7 @@ protected function keyword(&$word) {

// consume an end of statement delimiter
protected function end() {
$adjustedEndCount = $this->count++;
$adjustedEndCount = strlen( $this->buffer );
if ($this->literal(';')) {
return true;
} elseif (
Expand Down

0 comments on commit a33bea3

Please sign in to comment.