diff --git a/docs/changelog.md b/docs/changelog.md index a41acbb2..913b297d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,5 @@ -### Jun 18, 2019 - Version 4.7.1 +### Jun 18, 2019 - Version 4.7.2 +- Fix issue with email settings translation string escaping HTML resulting in raw HTML emails - Fix $functions undefined (for none bundle super forms) ### Jun 15, 2019 - Version 4.7.0 diff --git a/src/docs/changelog.md b/src/docs/changelog.md index a41acbb2..913b297d 100644 --- a/src/docs/changelog.md +++ b/src/docs/changelog.md @@ -1,4 +1,5 @@ -### Jun 18, 2019 - Version 4.7.1 +### Jun 18, 2019 - Version 4.7.2 +- Fix issue with email settings translation string escaping HTML resulting in raw HTML emails - Fix $functions undefined (for none bundle super forms) ### Jun 15, 2019 - Version 4.7.0 diff --git a/src/super-forms.php b/src/super-forms.php index 70d297d3..8a9d23cb 100644 --- a/src/super-forms.php +++ b/src/super-forms.php @@ -14,7 +14,7 @@ * Plugin Name: Super Forms - Drag & Drop Form Builder * Plugin URI: http://codecanyon.net/user/feeling4design * Description: Build forms anywhere on your website with ease. - * Version: 4.7.1 + * Version: 4.7.2 * Author: feeling4design * Author URI: http://codecanyon.net/user/feeling4design * Text Domain: super-forms @@ -41,7 +41,7 @@ final class SUPER_Forms { * * @since 1.0.0 */ - public $version = '4.7.1'; + public $version = '4.7.2'; public $slug = 'super-forms';