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

Version Description

New Add-on: PDF Integration

Download this release

Release Info

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

Code changes from version 1.7.83 to 1.7.84

assets/pdf-integration.png ADDED
Binary file
featured/featured.php CHANGED
@@ -240,6 +240,13 @@ function spider_extensions($current_plugin = '') {
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
  );
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
+ 'pdf_integration' => array(
245
+ 'name' => 'PDF Integration',
246
+ 'url' => 'https://web-dorado.com/products/wordpress-form/add-ons/pdf.html',
247
+ 'description' => 'The Form Maker PDF Integration add-on allows sending submitted forms in PDF format.',
248
+ 'icon' => '',
249
+ 'image' => plugins_url( '../assets/pdf-integration.png', __FILE__ ),
250
  )
251
  )
252
  );
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.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,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.83';
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.84
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.84';
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.83
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -23,7 +23,8 @@ Form Maker is a FREE and user-friendly plugin to create highly customizable and
23
  [Frequently Asked Questions](https://web-dorado.com/forum/form-maker/316-form-maker-faq.html)
24
 
25
  = Form Maker Add-ons: =
26
- [Import/Export Add-on](https://web-dorado.com/products/wordpress-form/add-ons/export-import.html)
 
27
  [Mailchimp Integration Add-on](https://web-dorado.com/products/wordpress-form/add-ons/mailchimp.html)
28
  [User Registration Add-on](https://web-dorado.com/products/wordpress-form/add-ons/registration.html)
29
  [Post Generation Add-on](https://web-dorado.com/products/wordpress-form/add-ons/post-generation.html)
@@ -296,6 +297,9 @@ The Form Maker (Pro version) has simple PayPal integration. This allows the user
296
 
297
  == Changelog ==
298
 
 
 
 
299
  = 1.7.83 =
300
  New: Google Drive Integration Add-on
301
 
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.84
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
23
  [Frequently Asked Questions](https://web-dorado.com/forum/form-maker/316-form-maker-faq.html)
24
 
25
  = Form Maker Add-ons: =
26
+ [Import/Export Add-on](https://web-dorado.com/products/wordpress-form/add-ons/export-import.html)
27
+ [Google PDF Integration Add-on](https://web-dorado.com/products/wordpress-form/add-ons/pdf.html)
28
  [Mailchimp Integration Add-on](https://web-dorado.com/products/wordpress-form/add-ons/mailchimp.html)
29
  [User Registration Add-on](https://web-dorado.com/products/wordpress-form/add-ons/registration.html)
30
  [Post Generation Add-on](https://web-dorado.com/products/wordpress-form/add-ons/post-generation.html)
297
 
298
  == Changelog ==
299
 
300
+ = 1.7.84 =
301
+ New Add-on: PDF Integration
302
+
303
  = 1.7.83 =
304
  New: Google Drive Integration Add-on
305