diff --git a/js/editor.js b/js/editor.js index aa84957..3b4d357 100644 --- a/js/editor.js +++ b/js/editor.js @@ -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(); diff --git a/readme.txt b/readme.txt index 937f9d3..18b1059 100644 --- a/readme.txt +++ b/readme.txt @@ -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.