Contact Form Builder – a plugin for creating contact and feedback forms - Version 1.0.44

Version Description

Changed: Featured plugins page.

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Contact Form Builder – a plugin for creating contact and feedback forms
Version 1.0.44
Comparing to
See all releases

Code changes from version 1.0.43 to 1.0.44

contact-form-builder.php CHANGED
@@ -3,14 +3,14 @@
3
  * Plugin Name: Contact Form Builder
4
  * Plugin URI: http://web-dorado.com/products/wordpress-contact-form-builder.html
5
  * Description: Contact Form Builder is an advanced plugin to add contact forms into your website. It comes along with multiple default templates which can be customized.
6
- * Version: 1.0.43
7
  * Author: WebDorado
8
  * Author URI: http://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
11
  define('WD_CFM_DIR', WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__)));
12
  define('WD_CFM_URL', plugins_url(plugin_basename(dirname(__FILE__))));
13
- define('WD_CFM_VERSION', '1.0.43');
14
 
15
  // Plugin menu.
16
  function contact_form_maker_options_panel() {
3
  * Plugin Name: Contact Form Builder
4
  * Plugin URI: http://web-dorado.com/products/wordpress-contact-form-builder.html
5
  * Description: Contact Form Builder is an advanced plugin to add contact forms into your website. It comes along with multiple default templates which can be customized.
6
+ * Version: 1.0.44
7
  * Author: WebDorado
8
  * Author URI: http://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
11
  define('WD_CFM_DIR', WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__)));
12
  define('WD_CFM_URL', plugins_url(plugin_basename(dirname(__FILE__))));
13
+ define('WD_CFM_VERSION', '1.0.44');
14
 
15
  // Plugin menu.
16
  function contact_form_maker_options_panel() {
featured/featured.php CHANGED
@@ -121,6 +121,12 @@ function spider_featured($current_plugin = '') {
121
  'content' => 'Post Slider WD is designed to show off the selected posts of your website in a slider.',
122
  'href' => 'https://web-dorado.com/products/wordpress-post-slider-plugin.html'
123
  ),
 
 
 
 
 
 
124
  );
125
  ?>
126
  <div id="main_featured_plugins_page">
121
  'content' => 'Post Slider WD is designed to show off the selected posts of your website in a slider.',
122
  'href' => 'https://web-dorado.com/products/wordpress-post-slider-plugin.html'
123
  ),
124
+ "google-maps" => array(
125
+ 'title' => 'Google Map',
126
+ 'text' => 'WordPress Google Maps Plugin',
127
+ 'content' => 'Google Maps WD is an intuitive tool for creating Google maps with advanced markers, custom layers and overlays for your website.',
128
+ 'href' => 'https://web-dorado.com/products/wordpress-google-maps-plugin.html'
129
+ ),
130
  );
131
  ?>
132
  <div id="main_featured_plugins_page">
featured/images/google-maps.png ADDED
Binary file
featured/style.css CHANGED
@@ -1,5 +1,4 @@
1
  @import url(http://fonts.googleapis.com/css?family=Oswald);
2
-
3
  #main_featured_plugins_page {
4
  font-family: Oswald;
5
  width: 90%;
@@ -73,6 +72,7 @@
73
  #main_featured_plugins_page #featured-plugins-list li.faq_wd .product {background:url("images/faq_wd.png") center center no-repeat;}
74
  #main_featured_plugins_page #featured-plugins-list li.instagram_feed .product {background:url("images/instagram_feed.png") center center no-repeat;}
75
  #main_featured_plugins_page #featured-plugins-list li.post-slider .product {background:url("images/post-slider.png") center center no-repeat;}
 
76
 
77
  #main_featured_plugins_page #featured-plugins-list li .title .heading {
78
  display: block;
1
  @import url(http://fonts.googleapis.com/css?family=Oswald);
 
2
  #main_featured_plugins_page {
3
  font-family: Oswald;
4
  width: 90%;
72
  #main_featured_plugins_page #featured-plugins-list li.faq_wd .product {background:url("images/faq_wd.png") center center no-repeat;}
73
  #main_featured_plugins_page #featured-plugins-list li.instagram_feed .product {background:url("images/instagram_feed.png") center center no-repeat;}
74
  #main_featured_plugins_page #featured-plugins-list li.post-slider .product {background:url("images/post-slider.png") center center no-repeat;}
75
+ #main_featured_plugins_page #featured-plugins-list li.google-maps .product {background:url("images/google-maps.png") center center no-repeat;}
76
 
77
  #main_featured_plugins_page #featured-plugins-list li .title .heading {
78
  display: block;
featured/themes_style.css CHANGED
@@ -35,7 +35,6 @@
35
  }
36
 
37
  #main_featured_themes_page {
38
- font-family: Oswald;
39
  width: 90%;
40
  margin: 15px auto 0px auto;
41
  }
35
  }
36
 
37
  #main_featured_themes_page {
 
38
  width: 90%;
39
  margin: 15px auto 0px auto;
40
  }
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === Contact Form Builder ===
2
  Contributors: webdorado
3
  Donate link: http://web-dorado.com/products/wordpress-contact-form-builder.html
4
  Tags: form, forms, contact form, contact forms, contact form plugin, contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contact forms, custom form, Contact Form Builder with recaptcha, contact form with google map, feedback form, feedback forms, contact us, wordpress contact form, email form, feedback, web form, contact me, email, contact manager, contact us form, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, text input, validation, send copy, form with captcha, advanced form, recaptcha, contact form with captcha, multiple forms
5
  Requires at least: 3.4
6
  Tested up to: 4.5
7
- Stable tag: 1.0.43
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -138,6 +138,9 @@ After downloading the ZIP file,
138
 
139
  == Changelog ==
140
 
 
 
 
141
  = 1.0.43 =
142
  Changed: Add scripts and styles only on necessary pages.
143
 
1
+ === Form Builder ===
2
  Contributors: webdorado
3
  Donate link: http://web-dorado.com/products/wordpress-contact-form-builder.html
4
  Tags: form, forms, contact form, contact forms, contact form plugin, contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contact forms, custom form, Contact Form Builder with recaptcha, contact form with google map, feedback form, feedback forms, contact us, wordpress contact form, email form, feedback, web form, contact me, email, contact manager, contact us form, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, text input, validation, send copy, form with captcha, advanced form, recaptcha, contact form with captcha, multiple forms
5
  Requires at least: 3.4
6
  Tested up to: 4.5
7
+ Stable tag: 1.0.44
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
138
 
139
  == Changelog ==
140
 
141
+ = 1.0.44 =
142
+ Changed: Featured plugins page.
143
+
144
  = 1.0.43 =
145
  Changed: Add scripts and styles only on necessary pages.
146