Save Contact Form 7 - Version 1.7

Version Description

Download this release

Release Info

Developer nimblechapps
Plugin Icon 128x128 Save Contact Form 7
Version 1.7
Comparing to
See all releases

Code changes from version 1.6 to 1.7

Files changed (2) hide show
  1. Readme.txt +7 -3
  2. save-contact-form-7.php +5 -2
Readme.txt CHANGED
@@ -3,13 +3,13 @@ Contributors: nimblechapps
3
  Donate link: http://savecontactform7.com/donate
4
  Tags: Save Contact Enquiry, Save Contact Inquiry, Save Contact Entries, Save Forms Data, Contact Form Storage, Contact Form Entry Storage, Contact Enquiry Storage, Contact Form Save, Storage Contact Enquiry, ContactFormDB, JetPack Contact Form, Contact Form 7, CF7, Fast Secure Contact Form, FSCF, Gravity Forms, WR ContactForm, Quform, Ninja Forms, Caldera Forms, Enfold theme forms, contactform7, Contact Form Advanced Database, Storage for Contact Form 7, cfdb, contact form 7 extension, contact form db extension, contact form, save contact form 7 to database, contact, AJAX, form, form database, contact form database, contact form plugin, contact forms plugin, contact forms, contact us form, best contact form plugin
5
  Requires at least: 3.0
6
- Tested up to: 4.5.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
- Stable tag: 1.6
10
 
11
 
12
- Save Contact Form 7 data. Sort, search & export it in CSV+PDF. Best UI. Fully tested with WP 4.5.3 + CF7 4.4.2 & Totally Supported.
13
 
14
  == Description ==
15
 
@@ -73,6 +73,10 @@ Select any form for which you want to download the entries, from the populated e
73
 
74
  == Changelog ==
75
 
 
 
 
 
76
  = 1.6 =
77
 
78
  * Jquery error resolved.
3
  Donate link: http://savecontactform7.com/donate
4
  Tags: Save Contact Enquiry, Save Contact Inquiry, Save Contact Entries, Save Forms Data, Contact Form Storage, Contact Form Entry Storage, Contact Enquiry Storage, Contact Form Save, Storage Contact Enquiry, ContactFormDB, JetPack Contact Form, Contact Form 7, CF7, Fast Secure Contact Form, FSCF, Gravity Forms, WR ContactForm, Quform, Ninja Forms, Caldera Forms, Enfold theme forms, contactform7, Contact Form Advanced Database, Storage for Contact Form 7, cfdb, contact form 7 extension, contact form db extension, contact form, save contact form 7 to database, contact, AJAX, form, form database, contact form database, contact form plugin, contact forms plugin, contact forms, contact us form, best contact form plugin
5
  Requires at least: 3.0
6
+ Tested up to: 4.7.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
+ Stable tag: 1.7
10
 
11
 
12
+ Save Contact Form 7 data. Sort, search & export it in CSV+PDF. Best UI. Fully tested with WP 4.7.2 + CF7 4.6.1 & Totally Supported.
13
 
14
  == Description ==
15
 
73
 
74
  == Changelog ==
75
 
76
+ = 1.7 =
77
+
78
+ * Solved conflict with contact form skin plugin.
79
+
80
  = 1.6 =
81
 
82
  * Jquery error resolved.
save-contact-form-7.php CHANGED
@@ -6,7 +6,7 @@
6
  Description: A simple plugin to save contact form data to db.
7
  Author: Nimblechapps
8
  Author URI: http://nimblechapps.com
9
- Version: 1.6
10
  */
11
  //function to check dependencies for Contact Form 7 Plugin
12
 
@@ -1031,7 +1031,10 @@ if (!function_exists("nimble_after_cf7_update")) {
1031
  }
1032
 
1033
  }
1034
- do_action('wpcf7_after_update');
 
 
 
1035
  add_action('wpcf7_after_update', 'nimble_after_cf7_update');
1036
 
1037
  if (!function_exists("nimble_get_tbl_from_lookup")) {
6
  Description: A simple plugin to save contact form data to db.
7
  Author: Nimblechapps
8
  Author URI: http://nimblechapps.com
9
+ Version: 1.7
10
  */
11
  //function to check dependencies for Contact Form 7 Plugin
12
 
1031
  }
1032
 
1033
  }
1034
+ include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
1035
+ if (!is_plugin_active('contact-form-7-skins/index.php') && !is_plugin_active('contact-form-7-skins/contact-form-7-skins.php')) {
1036
+ do_action('wpcf7_after_update');
1037
+ }
1038
  add_action('wpcf7_after_update', 'nimble_after_cf7_update');
1039
 
1040
  if (!function_exists("nimble_get_tbl_from_lookup")) {