Skip to content

Commit

Permalink
Merge branch 'release/2.15.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Nov 29, 2021
2 parents cbf0b89 + 12d35ba commit 9d70c35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/siteorigin-panels/dialog/row.js
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ module.exports = panels.view.dialog.extend({
console.log('Error retrieving cell styles - ' + err.message);
}

this.cellStyles.model.set('style', style);
this.cellStyles.model.set( 'style', newStyles );
// Has there been any Style changes?
if ( JSON.stringify( this.model.attributes.style ) !== JSON.stringify( newStyles ) ) {
this.model.set( 'style', newStyles );
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ SiteOrigin Premium includes access to our professional email support service, pe

== Changelog ==

= 2.15.2 - 29 November 2021 =
* Cells: Resolved undefined `style` error.

= 2.15.1 - 27 November 2021 =
* Updated Page Builder `Pro Tips`.
* SiteOrigin Premium: Added row and widget fade styling when hidden by the Toggle Visibility Addon.
Expand Down

0 comments on commit 9d70c35

Please sign in to comment.