Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gregpriday committed Jan 12, 2015
2 parents 93e093c + efdacf5 commit 7c8107d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ I've tried to ensure that Page Builder is compatible with most plugin widgets. I

== Changelog ==

= 2.0.5 =
* Added proper escaping in widget form.

= 2.0.4 =
* Changed how data is json encoded to prevent malformed Page Builder data.
* Fixed import/export.
Expand Down
2 changes: 1 addition & 1 deletion siteorigin-panels.php
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ function siteorigin_panels_render_form($widget, $instance = array(), $raw = fals
'<div class="panels-missing-widget-form"><p>' .
sprintf(
__('The widget <strong>%s</strong> is not available. Please try locate and install the missing plugin. Post on the <a href="%s" target="_blank">support forums</a> if you need help.', 'siteorigin-panels'),
$widget,
esc_html($widget),
'http://siteorigin.com/thread/'
).
'</p></div>';
Expand Down

0 comments on commit 7c8107d

Please sign in to comment.