Contact Form by WD – responsive drag & drop contact form builder tool - Version 1.11.15

Version Description

  • Added: Support forum and Review links.
Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Contact Form by WD – responsive drag & drop contact form builder tool
Version 1.11.15
Comparing to
See all releases

Code changes from version 1.11.14 to 1.11.15

Files changed (2) hide show
  1. contact-form-maker.php +31 -3
  2. readme.txt +7 -3
contact-form-maker.php CHANGED
@@ -3,15 +3,15 @@
3
  * Plugin Name: Contact Form Maker
4
  * Plugin URI: http://web-dorado.com/products/form-maker-wordpress.html
5
  * Description: WordPress Contact Form Maker is a simple contact form builder, which allows the user with almost no knowledge of programming to create and edit different type of contact forms.
6
- * Version: 1.11.14
7
  * Author: WebDorado Form Builder Team
8
- * Author URI: https://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
11
  define('WD_FMC_DIR', WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__)));
12
  define('WD_FMC_URL', plugins_url(plugin_basename(dirname(__FILE__))));
13
  define('WD_FMC_MAIN_FILE', plugin_basename(__FILE__));
14
- define('WD_FMC_VERSION', '1.11.14');
15
  define('WD_FMC_PREFIX', 'fmc');
16
  define('WD_FMC_NICENAME', __( 'Contact Form Maker', WD_FMC_PREFIX ));
17
 
@@ -880,3 +880,31 @@ if ( !function_exists('wd_bps_install_notice_status') ) {
880
  }
881
  add_action('wp_ajax_wd_bp_dismiss', 'wd_bps_install_notice_status');
882
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  * Plugin Name: Contact Form Maker
4
  * Plugin URI: http://web-dorado.com/products/form-maker-wordpress.html
5
  * Description: WordPress Contact Form Maker is a simple contact form builder, which allows the user with almost no knowledge of programming to create and edit different type of contact forms.
6
+ * Version: 1.11.15
7
  * Author: WebDorado Form Builder Team
8
+ * Author URI: https://web-dorado.com/wordpress-plugins-bundle.html
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
11
  define('WD_FMC_DIR', WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__)));
12
  define('WD_FMC_URL', plugins_url(plugin_basename(dirname(__FILE__))));
13
  define('WD_FMC_MAIN_FILE', plugin_basename(__FILE__));
14
+ define('WD_FMC_VERSION', '1.11.15');
15
  define('WD_FMC_PREFIX', 'fmc');
16
  define('WD_FMC_NICENAME', __( 'Contact Form Maker', WD_FMC_PREFIX ));
17
 
880
  }
881
  add_action('wp_ajax_wd_bp_dismiss', 'wd_bps_install_notice_status');
882
  }
883
+
884
+ function fmc_add_plugin_meta_links($meta_fields, $file) {
885
+ if ( plugin_basename(__FILE__) == $file ) {
886
+ $plugin_url = "https://wordpress.org/support/plugin/contact-form-maker";
887
+ $prefix = WD_FMC_PREFIX;
888
+ $meta_fields[] = "<a href='" . $plugin_url . "' target='_blank'>" . __('Support Forum', $prefix) . "</a>";
889
+ $meta_fields[] = "<a href='" . $plugin_url . "/reviews#new-post' target='_blank' title='" . __('Rate', $prefix) . "'>
890
+ <i class='wdi-rate-stars'>"
891
+ . "<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg>"
892
+ . "<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg>"
893
+ . "<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg>"
894
+ . "<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg>"
895
+ . "<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg>"
896
+ . "</i></a>";
897
+
898
+ $stars_color = "#ffb900";
899
+
900
+ echo "<style>"
901
+ . ".wdi-rate-stars{display:inline-block;color:" . $stars_color . ";position:relative;top:3px;}"
902
+ . ".wdi-rate-stars svg{fill:" . $stars_color . ";}"
903
+ . ".wdi-rate-stars svg:hover{fill:" . $stars_color . "}"
904
+ . ".wdi-rate-stars svg:hover ~ svg{fill:none;}"
905
+ . "</style>";
906
+ }
907
+
908
+ return $meta_fields;
909
+ }
910
+ add_filter("plugin_row_meta", 'fmc_add_plugin_meta_links', 10, 2);
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://web-dorado.com/products/wordpress-contact-form-maker-plugin.
4
  Tags: contact, contact form, email, forms, contact forms, custom form, feedback, form builder, form manager, form maker, forms builder, form builder wordpress
5
  Requires at least: 3.4
6
  Tested up to: 4.9
7
- Stable tag: 1.11.14
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -13,6 +13,7 @@ Contact Form by WD plugin is a simple contact form builder tool, which allows th
13
  == Description ==
14
  Create simple contact forms or complex applications forms with this FREE and intuitive WordPress plugin. No coding knowledge is required.
15
 
 
16
  [WordPress Contact Form Maker](http://web-dorado.com/products/wordpress-contact-form-maker-plugin.html)
17
 
18
  WordPress Contact Form Maker is a simple contact form creator, which allows the user with almost no knowledge of programming to create and edit different type of responsive forms. The product is similar to the WordPress Form Maker using most of its functionality, whereas there are also some differences. If want to build complicated contact forms with various field types like Date, Time, Single choice, Multiple choice, etc., than you can use [WordPress Form Builder](http://wordpress.org/extend/plugins/form-maker).
@@ -158,6 +159,9 @@ If you want to update the plugin while preserving your existing contact forms, y
158
 
159
  == Changelog ==
160
 
 
 
 
161
  = 1.11.14 =
162
  * Changed: Removed Font Awesome.
163
 
@@ -300,11 +304,11 @@ If you want to update the plugin while preserving your existing contact forms, y
300
  * Save as the copy of the contact form:
301
  * Themes: There are 43 standard themes included in Contact Form Maker
302
  * New contact form fields:
303
- - Phone contact form field
304
  - Address field
305
  - Address mark on map contact form field
306
- - Date 3 different contact form field
307
  - Number contact form field
 
 
308
  - Time contact form field
309
  - Country list contact form field
310
  - Recapthca contact form field
4
  Tags: contact, contact form, email, forms, contact forms, custom form, feedback, form builder, form manager, form maker, forms builder, form builder wordpress
5
  Requires at least: 3.4
6
  Tested up to: 4.9
7
+ Stable tag: 1.11.15
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
13
  == Description ==
14
  Create simple contact forms or complex applications forms with this FREE and intuitive WordPress plugin. No coding knowledge is required.
15
 
16
+ [Special Offer for all Premium Plugins](https://web-dorado.com/wordpress-plugins-bundle.html)
17
  [WordPress Contact Form Maker](http://web-dorado.com/products/wordpress-contact-form-maker-plugin.html)
18
 
19
  WordPress Contact Form Maker is a simple contact form creator, which allows the user with almost no knowledge of programming to create and edit different type of responsive forms. The product is similar to the WordPress Form Maker using most of its functionality, whereas there are also some differences. If want to build complicated contact forms with various field types like Date, Time, Single choice, Multiple choice, etc., than you can use [WordPress Form Builder](http://wordpress.org/extend/plugins/form-maker).
159
 
160
  == Changelog ==
161
 
162
+ = 1.11.15 =
163
+ * Added: Support forum and Review links.
164
+
165
  = 1.11.14 =
166
  * Changed: Removed Font Awesome.
167
 
304
  * Save as the copy of the contact form:
305
  * Themes: There are 43 standard themes included in Contact Form Maker
306
  * New contact form fields:
 
307
  - Address field
308
  - Address mark on map contact form field
 
309
  - Number contact form field
310
+ - Phone contact form field
311
+ - Date 3 different contact form field
312
  - Time contact form field
313
  - Country list contact form field
314
  - Recapthca contact form field