Contact Form by BestWebSoft - Version 4.1.1

Version Description

  • 11.12.2018 =
  • Bugfix : The compatibility issue with Captcha plugin has been fixed.
  • Update : The compatibility with WordPress version 5.0 was updated.
Download this release

Release Info

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

Code changes from version 4.1.0 to 4.1.1

Files changed (43) hide show
  1. bws_menu/fonts/bwsicons.eot +0 -0
  2. bws_menu/fonts/bwsicons.svg +0 -0
  3. bws_menu/fonts/bwsicons.ttf +0 -0
  4. bws_menu/fonts/bwsicons.woff +0 -0
  5. bws_menu/languages/bestwebsoft-cs_CZ.mo +0 -0
  6. bws_menu/languages/bestwebsoft-cs_CZ.po +0 -0
  7. contact_form.php +4 -4
  8. images/google-captcha.png +0 -0
  9. languages/contact-form-plugin-af_ZA.mo +0 -0
  10. languages/contact-form-plugin-ca.mo +0 -0
  11. languages/contact-form-plugin-cs_CZ.mo +0 -0
  12. languages/contact-form-plugin-cs_CZ.po +0 -0
  13. languages/contact-form-plugin-da_DK.mo +0 -0
  14. languages/contact-form-plugin-da_DK.po +0 -0
  15. languages/contact-form-plugin-de_DE.mo +0 -0
  16. languages/contact-form-plugin-el.mo +0 -0
  17. languages/contact-form-plugin-es_ES.mo +0 -0
  18. languages/contact-form-plugin-et.mo +0 -0
  19. languages/contact-form-plugin-fr_FR.mo +0 -0
  20. languages/contact-form-plugin-id_ID.mo +0 -0
  21. languages/contact-form-plugin-id_ID.po +0 -0
  22. languages/contact-form-plugin-ja.mo +0 -0
  23. languages/contact-form-plugin-nb_NO.mo +0 -0
  24. languages/contact-form-plugin-nl_NL.mo +0 -0
  25. languages/contact-form-plugin-nl_NL.po +0 -0
  26. languages/contact-form-plugin-pt_BR.mo +0 -0
  27. languages/contact-form-plugin-ru_RU.mo +0 -0
  28. languages/contact-form-plugin-sk_SK.mo +0 -0
  29. languages/contact-form-plugin-sv_SE.mo +0 -0
  30. languages/contact-form-plugin-tr.mo +0 -0
  31. languages/contact-form-plugin-uk.mo +0 -0
  32. languages/contact-form-plugin-vi.mo +0 -0
  33. languages/contact-form-plugin-zh_CN.mo +0 -0
  34. readme.txt +10 -3
  35. screenshot-10.png +0 -0
  36. screenshot-11.png +0 -0
  37. screenshot-12.png +0 -0
  38. screenshot-13.png +0 -0
  39. screenshot-14.png +0 -0
  40. screenshot-15.png +0 -0
  41. screenshot-4.png +0 -0
  42. screenshot-8.png +0 -0
  43. screenshot-9.png +0 -0
bws_menu/fonts/bwsicons.eot CHANGED
File without changes
bws_menu/fonts/bwsicons.svg CHANGED
File without changes
bws_menu/fonts/bwsicons.ttf CHANGED
File without changes
bws_menu/fonts/bwsicons.woff CHANGED
File without changes
bws_menu/languages/bestwebsoft-cs_CZ.mo CHANGED
File without changes
bws_menu/languages/bestwebsoft-cs_CZ.po CHANGED
File without changes
contact_form.php CHANGED
@@ -6,12 +6,12 @@ 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.0
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
13
 
14
- /* @ Copyright 2017 BestWebSoft ( https://support.bestwebsoft.com )
15
 
16
  This program is free software; you can redistribute it and/or modify
17
  it under the terms of the GNU General Public License, version 2, as
@@ -457,7 +457,7 @@ if ( ! function_exists( 'cntctfrm_related_plugins' ) ) {
457
  $free_active = is_plugin_active( 'captcha-bws/captcha-bws.php' );
458
  $plus_active = is_plugin_active( 'captcha-plus/captcha-plus.php' );
459
  $pro_active = is_plugin_active( 'captcha-pro/captcha_pro.php' );
460
- if ( /*$free_active ||*/ $plus_active || $pro_active ) {
461
  $cptch_options = get_option( 'cptch_options' );
462
 
463
  if ( $free_active )
@@ -1511,7 +1511,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1511
  <?php } ?>
1512
  </div>
1513
  <div style="clear: both;">
1514
- <?php if ( /*array_key_exists( 'captcha-bws/captcha-bws.php', $all_plugins ) ||*/ array_key_exists( 'captcha-plus/captcha-plus.php', $all_plugins ) || array_key_exists( 'captcha-pro/captcha_pro.php', $all_plugins ) ) {
1515
  if ( array_key_exists( 'captcha', $cntctfrm_related_plugins ) ) {
1516
  $captcha_enabled = ! empty( $cntctfrm_related_plugins['captcha']['options']['forms']['bws_contact']['enable'] ) ? true : false;
1517
  if ( ! $contact_form_multi_active ) {
6
  Author: BestWebSoft
7
  Text Domain: contact-form-plugin
8
  Domain Path: /languages
9
+ Version: 4.1.1
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
13
 
14
+ /* @ Copyright 2018 BestWebSoft ( https://support.bestwebsoft.com )
15
 
16
  This program is free software; you can redistribute it and/or modify
17
  it under the terms of the GNU General Public License, version 2, as
457
  $free_active = is_plugin_active( 'captcha-bws/captcha-bws.php' );
458
  $plus_active = is_plugin_active( 'captcha-plus/captcha-plus.php' );
459
  $pro_active = is_plugin_active( 'captcha-pro/captcha_pro.php' );
460
+ if ( $free_active || $plus_active || $pro_active ) {
461
  $cptch_options = get_option( 'cptch_options' );
462
 
463
  if ( $free_active )
1511
  <?php } ?>
1512
  </div>
1513
  <div style="clear: both;">
1514
+ <?php if ( array_key_exists( 'captcha-bws/captcha-bws.php', $all_plugins ) || array_key_exists( 'captcha-plus/captcha-plus.php', $all_plugins ) || array_key_exists( 'captcha-pro/captcha_pro.php', $all_plugins ) ) {
1515
  if ( array_key_exists( 'captcha', $cntctfrm_related_plugins ) ) {
1516
  $captcha_enabled = ! empty( $cntctfrm_related_plugins['captcha']['options']['forms']['bws_contact']['enable'] ) ? true : false;
1517
  if ( ! $contact_form_multi_active ) {
images/google-captcha.png CHANGED
File without changes
languages/contact-form-plugin-af_ZA.mo CHANGED
File without changes
languages/contact-form-plugin-ca.mo CHANGED
File without changes
languages/contact-form-plugin-cs_CZ.mo CHANGED
File without changes
languages/contact-form-plugin-cs_CZ.po CHANGED
File without changes
languages/contact-form-plugin-da_DK.mo CHANGED
File without changes
languages/contact-form-plugin-da_DK.po CHANGED
File without changes
languages/contact-form-plugin-de_DE.mo CHANGED
File without changes
languages/contact-form-plugin-el.mo CHANGED
File without changes
languages/contact-form-plugin-es_ES.mo CHANGED
File without changes
languages/contact-form-plugin-et.mo CHANGED
File without changes
languages/contact-form-plugin-fr_FR.mo CHANGED
File without changes
languages/contact-form-plugin-id_ID.mo CHANGED
File without changes
languages/contact-form-plugin-id_ID.po CHANGED
File without changes
languages/contact-form-plugin-ja.mo CHANGED
File without changes
languages/contact-form-plugin-nb_NO.mo CHANGED
File without changes
languages/contact-form-plugin-nl_NL.mo CHANGED
File without changes
languages/contact-form-plugin-nl_NL.po CHANGED
File without changes
languages/contact-form-plugin-pt_BR.mo CHANGED
File without changes
languages/contact-form-plugin-ru_RU.mo CHANGED
File without changes
languages/contact-form-plugin-sk_SK.mo CHANGED
File without changes
languages/contact-form-plugin-sv_SE.mo CHANGED
File without changes
languages/contact-form-plugin-tr.mo CHANGED
File without changes
languages/contact-form-plugin-uk.mo CHANGED
File without changes
languages/contact-form-plugin-vi.mo CHANGED
File without changes
languages/contact-form-plugin-zh_CN.mo CHANGED
File without changes
readme.txt CHANGED
@@ -3,8 +3,8 @@ 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: 4.9.6
7
- Stable tag: 4.1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -23,7 +23,7 @@ https://www.youtube.com/watch?v=F_piQa0hmkU
23
  = Free Features =
24
 
25
  * Add contact form to any post, page or widget using the shortcode
26
- * GDPR Compliant [NEW]
27
  * Data validation before the submission
28
  * Send a copy of the submitted message to the email
29
  * Receive submissions to the default admin or custom email addresses
@@ -223,6 +223,10 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
223
 
224
  == Changelog ==
225
 
 
 
 
 
226
  = V4.1.0 - 21.05.2018 =
227
  * NEW : GDPR Compliance has been added.
228
 
@@ -717,6 +721,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
717
 
718
  == Upgrade Notice ==
719
 
 
 
 
720
  = V4.1.0 =
721
  * Functionality improved.
722
 
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.0
7
+ Stable tag: 4.1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
23
  = Free Features =
24
 
25
  * Add contact form to any post, page or widget using the shortcode
26
+ * GDPR Compliant
27
  * Data validation before the submission
28
  * Send a copy of the submitted message to the email
29
  * Receive submissions to the default admin or custom email addresses
223
 
224
  == Changelog ==
225
 
226
+ = V4.1.1 - 11.12.2018 =
227
+ * Bugfix : The compatibility issue with Captcha plugin has been fixed.
228
+ * Update : The compatibility with WordPress version 5.0 was updated.
229
+
230
  = V4.1.0 - 21.05.2018 =
231
  * NEW : GDPR Compliance has been added.
232
 
721
 
722
  == Upgrade Notice ==
723
 
724
+ = V4.1.1 =
725
+ * Bugs fixed.
726
+
727
  = V4.1.0 =
728
  * Functionality improved.
729
 
screenshot-10.png CHANGED
File without changes
screenshot-11.png CHANGED
File without changes
screenshot-12.png CHANGED
File without changes
screenshot-13.png CHANGED
File without changes
screenshot-14.png CHANGED
File without changes
screenshot-15.png CHANGED
File without changes
screenshot-4.png CHANGED
Binary file
screenshot-8.png CHANGED
File without changes
screenshot-9.png CHANGED
File without changes