Contact Form by BestWebSoft - Version 4.1.8

Version Description

  • 15.10.2019 =
  • Bugfix : Timeout update error was fixed.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Contact Form by BestWebSoft
Version 4.1.8
Comparing to
See all releases

Code changes from version 4.1.7 to 4.1.8

bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 2.2.1
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
@@ -388,7 +388,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
388
  } else {
389
  $args = array(
390
  'method' => 'POST',
391
- 'timeout' => 10
392
  );
393
  $received_content = wp_remote_post( $url, $args );
394
  }
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 2.2.2
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
388
  } else {
389
  $args = array(
390
  'method' => 'POST',
391
+ 'timeout' => 100
392
  );
393
  $received_content = wp_remote_post( $url, $args );
394
  }
bws_menu/class-bws-settings.php CHANGED
@@ -993,7 +993,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
993
  } else {
994
  $args = array(
995
  'method' => 'POST',
996
- 'timeout' => 10
997
  );
998
  $received_content = wp_remote_post( $url, $args );
999
  }
993
  } else {
994
  $args = array(
995
  'method' => 'POST',
996
+ 'timeout' => 100
997
  );
998
  $received_content = wp_remote_post( $url, $args );
999
  }
contact_form.php CHANGED
@@ -6,7 +6,7 @@ Description: Simple contact form plugin any WordPress website must have.
6
  Author: BestWebSoft
7
  Text Domain: contact-form-plugin
8
  Domain Path: /languages
9
- Version: 4.1.7
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
6
  Author: BestWebSoft
7
  Text Domain: contact-form-plugin
8
  Domain Path: /languages
9
+ Version: 4.1.8
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: bestwebsoft
3
  Donate link: https://bestwebsoft.com/donate/
4
  Tags: contact, contact form, feedback form, contact us form, contact button, email form, contac, form, web-page feedback, cf, cf plugin, contact form plugin
5
- Requires at least: 3.9
6
  Tested up to: 5.2.3
7
- Stable tag: 4.1.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -225,6 +225,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
225
 
226
  == Changelog ==
227
 
 
 
 
228
  = V4.1.7 - 07.10.2019 =
229
  * Update : The compatibility with WordPress version 5.2.3 was updated.
230
  * PRO : An ability to create custom fields has been added.
@@ -558,6 +561,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
558
 
559
  == Upgrade Notice ==
560
 
 
 
 
561
  = V4.1.7 =
562
  * Bugs fixed.
563
  * New features added.
2
  Contributors: bestwebsoft
3
  Donate link: https://bestwebsoft.com/donate/
4
  Tags: contact, contact form, feedback form, contact us form, contact button, email form, contac, form, web-page feedback, cf, cf plugin, contact form plugin
5
+ Requires at least: 4.0
6
  Tested up to: 5.2.3
7
+ Stable tag: 4.1.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
225
 
226
  == Changelog ==
227
 
228
+ = V4.1.8 - 15.10.2019 =
229
+ * Bugfix : Timeout update error was fixed.
230
+
231
  = V4.1.7 - 07.10.2019 =
232
  * Update : The compatibility with WordPress version 5.2.3 was updated.
233
  * PRO : An ability to create custom fields has been added.
561
 
562
  == Upgrade Notice ==
563
 
564
+ = V4.1.8 =
565
+ * Bugs fixed.
566
+
567
  = V4.1.7 =
568
  * Bugs fixed.
569
  * New features added.