Everest Forms – Easy Contact Form and Form Builder - Version 1.1.5.1

Version Description

  • 04-05-2018 =
  • Fix - reCaptcha displaying after every inserted row issue
Download this release

Release Info

Developer wpeverest
Plugin Icon 128x128 Everest Forms – Easy Contact Form and Form Builder
Version 1.1.5.1
Comparing to
See all releases

Code changes from version 1.1.5 to 1.1.5.1

everest-forms.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Everest Forms
4
  * Plugin URI: https://wpeverest.com/wordpress-plugins/everest-forms/
5
  * Description: Drag and Drop form builder to easily create contact forms and more.
6
- * Version: 1.1.5
7
  * Author: WPEverest
8
  * Author URI: https://wpeverest.com
9
  * Text Domain: everest-forms
3
  * Plugin Name: Everest Forms
4
  * Plugin URI: https://wpeverest.com/wordpress-plugins/everest-forms/
5
  * Description: Drag and Drop form builder to easily create contact forms and more.
6
+ * Version: 1.1.5.1
7
  * Author: WPEverest
8
  * Author URI: https://wpeverest.com
9
  * Text Domain: everest-forms
includes/class-everest-forms.php CHANGED
@@ -21,7 +21,7 @@ final class EverestForms {
21
  *
22
  * @var string
23
  */
24
- public $version = '1.1.5';
25
 
26
  /**
27
  * The form data handler instance.
21
  *
22
  * @var string
23
  */
24
+ public $version = '1.1.5.1';
25
 
26
  /**
27
  * The form data handler instance.
includes/shortcodes/class-evf-shortcode-form.php CHANGED
@@ -240,9 +240,8 @@ class EVF_Shortcode_Form {
240
  }
241
 
242
  echo '</div>';
243
-
244
- self::process_recaptcha( $form_data );
245
  }
 
246
 
247
  do_action( 'evf_display_fields_after', $form_data );
248
 
240
  }
241
 
242
  echo '</div>';
 
 
243
  }
244
+ self::process_recaptcha( $form_data );
245
 
246
  do_action( 'evf_display_fields_after', $form_data );
247
 
package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "everest-forms",
3
- "version": "1.1.3",
4
  "lockfileVersion": 1,
5
  "requires": true,
6
  "dependencies": {
1
  {
2
  "name": "everest-forms",
3
+ "version": "1.1.5.1",
4
  "lockfileVersion": 1,
5
  "requires": true,
6
  "dependencies": {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: form, form builder, easy form, clean form, login form, contact, contact fo
4
  Requires at least: 4.0
5
  Tested up to: 4.9
6
  Requires PHP: 5.4
7
- Stable tag: 1.1.5
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -79,6 +79,9 @@ Yes, the plugin is designed to work with any themes that have been coded followi
79
 
80
  == Changelog ==
81
 
 
 
 
82
  = 1.1.5 - 03-05-2018 =
83
  * Fix - Google reCaptcha console errors.
84
  * Fix - Select2 styles conflict with WooCommerce.
4
  Requires at least: 4.0
5
  Tested up to: 4.9
6
  Requires PHP: 5.4
7
+ Stable tag: 1.1.5.1
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
79
 
80
  == Changelog ==
81
 
82
+ = 1.1.5.1 - 04-05-2018 =
83
+ * Fix - reCaptcha displaying after every inserted row issue
84
+
85
  = 1.1.5 - 03-05-2018 =
86
  * Fix - Google reCaptcha console errors.
87
  * Fix - Select2 styles conflict with WooCommerce.