Form Maker by WD – user-friendly drag & drop Form Builder plugin - Version 1.7.83

Version Description

New: Google Drive Integration Add-on

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Form Maker by WD – user-friendly drag & drop Form Builder plugin
Version 1.7.83
Comparing to
See all releases

Code changes from version 1.7.82 to 1.7.83

assets/google_drive_integration.png ADDED
Binary file
featured/featured.php CHANGED
@@ -233,6 +233,13 @@ function spider_extensions($current_plugin = '') {
233
  'description' => 'The Form Maker Dropbox Integration addon is extending the Form Maker capabilities allowing to store the form attachments straight to your Dropbox account.',
234
  'icon' => '',
235
  'image' => plugins_url( '../assets/dropbox-integration-update.png', __FILE__ ),
 
 
 
 
 
 
 
236
  )
237
  )
238
  );
233
  'description' => 'The Form Maker Dropbox Integration addon is extending the Form Maker capabilities allowing to store the form attachments straight to your Dropbox account.',
234
  'icon' => '',
235
  'image' => plugins_url( '../assets/dropbox-integration-update.png', __FILE__ ),
236
+ ),
237
+ 'gdrive_integration' => array(
238
+ 'name' => 'Google Drive Integration',
239
+ 'url' => 'https://web-dorado.com/products/wordpress-form/add-ons/google-drive.html',
240
+ 'description' => 'The Google Drive Integration add-on integrates Form Maker with Google Drive and allows you to send the file uploads to the Google Drive.',
241
+ 'icon' => '',
242
+ 'image' => plugins_url( '../assets/google_drive_integration.png', __FILE__ ),
243
  )
244
  )
245
  );
form-maker.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Form Maker
4
  * Plugin URI: https://web-dorado.com/products/form-maker-wordpress.html
5
  * Description: This plugin is a modern and advanced tool for easy and fast creating of a WordPress Form. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms.
6
- * Version: 1.7.82
7
  * Author: WebDorado
8
  * Author URI: https://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -269,7 +269,7 @@ function register_fmemailverification_cpt(){
269
  // Activate plugin.
270
  function form_maker_activate() {
271
  $version = get_option("wd_form_maker_version");
272
- $new_version = '1.7.82';
273
  global $wpdb;
274
  if (!$version) {
275
  add_option("wd_form_maker_version", $new_version, '', 'no');
3
  * Plugin Name: Form Maker
4
  * Plugin URI: https://web-dorado.com/products/form-maker-wordpress.html
5
  * Description: This plugin is a modern and advanced tool for easy and fast creating of a WordPress Form. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms.
6
+ * Version: 1.7.83
7
  * Author: WebDorado
8
  * Author URI: https://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
269
  // Activate plugin.
270
  function form_maker_activate() {
271
  $version = get_option("wd_form_maker_version");
272
+ $new_version = '1.7.83';
273
  global $wpdb;
274
  if (!$version) {
275
  add_option("wd_form_maker_version", $new_version, '', 'no');
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-form.html
4
  Tags: form, forms, form builder, form maker, form manager, form plugin, form with recaptcha, forms plugin, multiple forms, paypal form, survey form, feedback form, feedback forms, contact form,contact form plugin, contact form builder, form creator, email form, secure form, web form, form to email, contact forms, custom forms, form widget, captcha form, wordpress contact form ,recaptcha contact form, form creation, contact form with auto reply, widget contact form, builder, feedback, contacts form plugin , custom contact form, contact us form, formular, formulario, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, input, validation, send copy, form with captcha
5
  Requires at least: 3.4
6
  Tested up to: 4.3
7
- Stable tag: 1.7.82
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -29,6 +29,8 @@ Form Maker is a FREE and user-friendly plugin to create highly customizable and
29
  [Post Generation Add-on](https://web-dorado.com/products/wordpress-form/add-ons/post-generation.html)
30
  [Conditional Emails Add-on](https://web-dorado.com/products/wordpress-form/add-ons/conditional-emails.html)
31
  [Dropbox Integration Add-on](https://web-dorado.com/products/wordpress-form/add-ons/dropbox.html)
 
 
32
 
33
  https://www.youtube.com/watch?v=QelKxyW7M98
34
 
@@ -294,6 +296,9 @@ The Form Maker (Pro version) has simple PayPal integration. This allows the user
294
 
295
  == Changelog ==
296
 
 
 
 
297
  = 1.7.82 =
298
  Fixed: Bug in demo forms
299
 
4
  Tags: form, forms, form builder, form maker, form manager, form plugin, form with recaptcha, forms plugin, multiple forms, paypal form, survey form, feedback form, feedback forms, contact form,contact form plugin, contact form builder, form creator, email form, secure form, web form, form to email, contact forms, custom forms, form widget, captcha form, wordpress contact form ,recaptcha contact form, form creation, contact form with auto reply, widget contact form, builder, feedback, contacts form plugin , custom contact form, contact us form, formular, formulario, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, input, validation, send copy, form with captcha
5
  Requires at least: 3.4
6
  Tested up to: 4.3
7
+ Stable tag: 1.7.83
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
29
  [Post Generation Add-on](https://web-dorado.com/products/wordpress-form/add-ons/post-generation.html)
30
  [Conditional Emails Add-on](https://web-dorado.com/products/wordpress-form/add-ons/conditional-emails.html)
31
  [Dropbox Integration Add-on](https://web-dorado.com/products/wordpress-form/add-ons/dropbox.html)
32
+ [Google Drive Integration Add-on](https://web-dorado.com/products/wordpress-form/add-ons/google-drive.html)
33
+
34
 
35
  https://www.youtube.com/watch?v=QelKxyW7M98
36
 
296
 
297
  == Changelog ==
298
 
299
+ = 1.7.83 =
300
+ New: Google Drive Integration Add-on
301
+
302
  = 1.7.82 =
303
  Fixed: Bug in demo forms
304