diff --git a/everest-forms.php b/everest-forms.php index 6ac9fe851..48baaea39 100644 --- a/everest-forms.php +++ b/everest-forms.php @@ -3,7 +3,7 @@ * Plugin Name: Everest Forms * Plugin URI: https://wpeverest.com/wordpress-plugins/everest-forms/ * Description: Drag and Drop form builder to easily create contact forms and more. - * Version: 1.0.2 + * Version: 1.0.3 * Author: WPEverest * Author URI: https://wpeverest.com * Text Domain: everest-forms diff --git a/includes/class-everest-forms.php b/includes/class-everest-forms.php index bb13459fa..3c4b7b55d 100644 --- a/includes/class-everest-forms.php +++ b/includes/class-everest-forms.php @@ -21,7 +21,7 @@ final class EverestForms { * * @var string */ - public $version = '1.0.2'; + public $version = '1.0.3'; /** * The form data handler instance. diff --git a/package.json b/package.json index 1eccf2c6d..3eea0643a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "everest-forms", "title": "Everest Forms", - "version": "1.0.2", + "version": "1.0.3", "homepage": "https://wpeverest.com/plugins/everest-forms/", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index d4b79c8a7..9789a9161 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: WPEverest Tags: form, form builder, easy form, clean form, login form, contact, contact form Requires at least: 4.0 Tested up to: 4.9 -Stable tag: 1.0.2 +Stable tag: 1.0.3 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -68,6 +68,9 @@ Yes, the plugin is designed to work with any themes that have been coded followi == Changelog == += 1.0.3 - 23-02-2018 = +* Fix - From email issue fix for default form + = 1.0.2 - 15-02-2018 = * Fix - Box-sizing issue with list tables. * Fix - Header already sent error on plugin activation.