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

Version Description

  • 04-01-2022 =
  • Fix - Account Integration issues with addons.
Download this release

Release Info

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

Code changes from version 1.8.2.2 to 1.8.2.3

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 contact form builder to easily create simple to complex forms for any purpose. Lightweight, Beautiful design, responsive and more.
6
- * Version: 1.8.2.2
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 contact form builder to easily create simple to complex forms for any purpose. Lightweight, Beautiful design, responsive and more.
6
+ * Version: 1.8.2.3
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.8.2.2';
25
 
26
  /**
27
  * The single instance of the class.
21
  *
22
  * @var string
23
  */
24
+ public $version = '1.8.2.3';
25
 
26
  /**
27
  * The single instance of the class.
includes/class-evf-ajax.php CHANGED
@@ -578,7 +578,7 @@ class EVF_AJAX {
578
  );
579
  }
580
 
581
- do_action( 'everest_forms_integration_account_connect_' . isset( $_POST['source'] ) ? sanitize_text_field( wp_unslash( $_POST['source'] ) ) : '', $_POST );
582
  }
583
 
584
  /**
@@ -620,7 +620,7 @@ class EVF_AJAX {
620
  );
621
  }
622
 
623
- do_action( 'everest_forms_integration_account_disconnect_' . isset( $_POST['source'] ) ? sanitize_text_field( wp_unslash( $_POST['source'] ) ) : '', $_POST );
624
 
625
  $connected_accounts = get_option( 'everest_forms_integrations', false );
626
 
578
  );
579
  }
580
 
581
+ do_action( 'everest_forms_integration_account_connect_' . ( isset( $_POST['source'] ) ? sanitize_text_field( wp_unslash( $_POST['source'] ) ) : '' ), $_POST );
582
  }
583
 
584
  /**
620
  );
621
  }
622
 
623
+ do_action( 'everest_forms_integration_account_disconnect_' . ( isset( $_POST['source'] ) ? sanitize_text_field( wp_unslash( $_POST['source'] ) ) : '' ), $_POST );
624
 
625
  $connected_accounts = get_option( 'everest_forms_integrations', false );
626
 
languages/everest-forms.pot CHANGED
@@ -1,15 +1,15 @@
1
- # Copyright (C) 2021 WPEverest
2
  # This file is distributed under the same license as the Everest Forms plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Everest Forms 1.8.2.2\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/everest-forms\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-12-30T16:08:21+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: everest-forms\n"
@@ -2226,7 +2226,7 @@ msgstr ""
2226
  #. translators: %1$s: Plugin Name, %2$s: Rating link
2227
  #: includes/admin/views/html-notice-review.php:20
2228
  msgid ""
2229
- "Hope you are having nice experience with %1$s plugin. Please provide this plugin a nice review. %3$s %2$s\r\n"
2230
  "\t\t\t\tBasically, it would encourage us to release updates regularly with new features & bug fixes so that you can keep on using the plugin without any issues and also to provide free support like we have been doing. %4$s"
2231
  msgstr ""
2232
 
1
+ # Copyright (C) 2022 WPEverest
2
  # This file is distributed under the same license as the Everest Forms plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Everest Forms 1.8.2.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/everest-forms\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-01-04T05:24:15+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: everest-forms\n"
2226
  #. translators: %1$s: Plugin Name, %2$s: Rating link
2227
  #: includes/admin/views/html-notice-review.php:20
2228
  msgid ""
2229
+ "Hope you are having nice experience with %1$s plugin. Please provide this plugin a nice review. %3$s %2$s\n"
2230
  "\t\t\t\tBasically, it would encourage us to release updates regularly with new features & bug fixes so that you can keep on using the plugin without any issues and also to provide free support like we have been doing. %4$s"
2231
  msgstr ""
2232
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: contact form, forms, form builder, contact, custom form
4
  Requires at least: 5.0
5
  Tested up to: 5.8.2
6
  Requires PHP: 5.4
7
- Stable tag: 1.8.2.2
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -301,6 +301,10 @@ Yes, we do. Check out this [Getting Started Videos](https://docs.wpeverest.com/d
301
  Yes you can! Join in on our [GitHub repository](https://github.com/wpeverest/everest-forms/) :)
302
 
303
  == Changelog ==
 
 
 
 
304
  = 1.8.2.2 - 30-12-2021 =
305
  * Fix - Sanitization and escaping issues.
306
 
4
  Requires at least: 5.0
5
  Tested up to: 5.8.2
6
  Requires PHP: 5.4
7
+ Stable tag: 1.8.2.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
301
  Yes you can! Join in on our [GitHub repository](https://github.com/wpeverest/everest-forms/) :)
302
 
303
  == Changelog ==
304
+
305
+ = 1.8.2.3 - 04-01-2022 =
306
+ * Fix - Account Integration issues with addons.
307
+
308
  = 1.8.2.2 - 30-12-2021 =
309
  * Fix - Sanitization and escaping issues.
310