Skip to content

Commit

Permalink
Merge branch 'release/1.2.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
gregpriday committed Oct 21, 2020
2 parents bd60061 + 4943f58 commit 8ccfb17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,7 @@

// Change the field value and trigger a change event
this.field.val( val ).change();
this.trigger( 'set_value', val );

// Close the image selector
this.media.close();
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ We offer free support on the [SiteOrigin support forums](https://siteorigin.com/

== Changelog ==

= 1.2.11 - 21 October 2020 =
* Fixed Background image setting writing to CSS.

= 1.2.10 - 09 September 2020 =
* Increased the specificity of the Save CSS button styling to prevent plugin conflicts.

Expand Down

0 comments on commit 8ccfb17

Please sign in to comment.