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

Version Description

  • 19-11-2019 =
  • Fix - Fatal error: Called to undefined function.
Download this release

Release Info

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

Code changes from version 1.5.8 to 1.5.9

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.5.8
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.5.9
7
  * Author: WPEverest
8
  * Author URI: https://wpeverest.com
9
  * Text Domain: everest-forms
includes/admin/class-evf-admin.php CHANGED
@@ -118,7 +118,7 @@ class EVF_Admin {
118
  // Setup wizard redirect.
119
  if ( get_transient( '_evf_activation_redirect' ) && apply_filters( 'everest_forms_show_welcome_page', true ) ) {
120
  $do_redirect = true;
121
- $current_page = isset( $_GET['page'] ) ? wc_clean( wp_unslash( $_GET['page'] ) ) : false;
122
 
123
  // On these pages, or during these events, postpone the redirect.
124
  if ( wp_doing_ajax() || is_network_admin() || ! current_user_can( 'manage_everest_forms' ) ) {
118
  // Setup wizard redirect.
119
  if ( get_transient( '_evf_activation_redirect' ) && apply_filters( 'everest_forms_show_welcome_page', true ) ) {
120
  $do_redirect = true;
121
+ $current_page = isset( $_GET['page'] ) ? evf_clean( wp_unslash( $_GET['page'] ) ) : false;
122
 
123
  // On these pages, or during these events, postpone the redirect.
124
  if ( wp_doing_ajax() || is_network_admin() || ! current_user_can( 'manage_everest_forms' ) ) {
includes/class-everest-forms.php CHANGED
@@ -21,7 +21,7 @@ final class EverestForms {
21
  *
22
  * @var string
23
  */
24
- public $version = '1.5.8';
25
 
26
  /**
27
  * The single instance of the class.
21
  *
22
  * @var string
23
  */
24
+ public $version = '1.5.9';
25
 
26
  /**
27
  * The single instance of the class.
languages/everest-forms.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the Everest Forms package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Everest Forms 1.5.8\n"
6
  "Report-Msgid-Bugs-To: https://github.com/wpeverest/everest-forms/issues\n"
7
- "POT-Creation-Date: 2019-11-18 06:36:44+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the same license as the Everest Forms package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Everest Forms 1.5.9\n"
6
  "Report-Msgid-Bugs-To: https://github.com/wpeverest/everest-forms/issues\n"
7
+ "POT-Creation-Date: 2019-11-19 11:11:26+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: contact form, form, form builder, contact, custom form
4
  Requires at least: 4.9
5
  Tested up to: 5.3
6
  Requires PHP: 5.4
7
- Stable tag: 1.5.8
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -134,6 +134,9 @@ Yes you can! Join in on our [GitHub repository](https://github.com/wpeverest/eve
134
 
135
  == Changelog ==
136
 
 
 
 
137
  = 1.5.8 - 18-11-2019 =
138
  * Feature - Email field mailcheck feature to offer additional controls.
139
  * Feature - Date field localization, multiple date selections with min/max date.
4
  Requires at least: 4.9
5
  Tested up to: 5.3
6
  Requires PHP: 5.4
7
+ Stable tag: 1.5.9
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
134
 
135
  == Changelog ==
136
 
137
+ = 1.5.9 - 19-11-2019 =
138
+ * Fix - Fatal error: Called to undefined function.
139
+
140
  = 1.5.8 - 18-11-2019 =
141
  * Feature - Email field mailcheck feature to offer additional controls.
142
  * Feature - Date field localization, multiple date selections with min/max date.