Advanced Contact form 7 DB - Version 1.5.1

Version Description

  • Minor bug fixing related to variable mismatch for wordpress 5.0.1.
Download this release

Release Info

Developer vsourz1td
Plugin Icon 128x128 Advanced Contact form 7 DB
Version 1.5.1
Comparing to
See all releases

Code changes from version 1.5.0 to 1.5.1

README.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: vsourz1td
3
  Tags: contact form 7 db, advanced cf7 db, contact form 7 database, contact form db, contact form 7, save form data, save contact form, save cf7, database, cf7db, save-contact-form, Save-Forms-Data, import-cf7, export-contact-data, view-cf7-entry
4
  Requires at least: 4.0
5
- Tested up to: 4.9.8
6
- Stable tag: 1.5.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -169,6 +169,9 @@ function vsz_restrict_form_data_submission($contact_form_ids){
169
 
170
  == Changelog ==
171
 
 
 
 
172
  = 1.5.0 =
173
  * **Developer Support:** Provide screen for the developer to manage Display Enquiry, Ban IP and Actions & Filters.
174
  * **Add-ons:** Provision to select other add-ons of Advanced CF7 DB.
2
  Contributors: vsourz1td
3
  Tags: contact form 7 db, advanced cf7 db, contact form 7 database, contact form db, contact form 7, save form data, save contact form, save cf7, database, cf7db, save-contact-form, Save-Forms-Data, import-cf7, export-contact-data, view-cf7-entry
4
  Requires at least: 4.0
5
+ Tested up to: 5.0
6
+ Stable tag: 1.5.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
169
 
170
  == Changelog ==
171
 
172
+ = 1.5.1 =
173
+ * Minor bug fixing related to variable mismatch for wordpress 5.0.1.
174
+
175
  = 1.5.0 =
176
  * **Developer Support:** Provide screen for the developer to manage Display Enquiry, Ban IP and Actions & Filters.
177
  * **Add-ons:** Provision to select other add-ons of Advanced CF7 DB.
admin/partials/contact_form_listing.php CHANGED
@@ -298,7 +298,7 @@ else{
298
  //Form listing design structure start here
299
  ?><div class="wrap our-class">
300
  <form class="vsz-cf7-listing row" action="<?php print esc_url($url);?>" method="post" id="cf7d-admin-action-frm" >
301
- <input type="hidden" name="page" value="cf7-data">
302
  <input type="hidden" name="fid" value="<?php echo $fid; ?>">
303
  <input type="hidden" name="_wpnonce" value="<?php echo wp_create_nonce('vsz-cf7-action-nonce'); ?>"><?php
304
  //Display setting screen button
298
  //Form listing design structure start here
299
  ?><div class="wrap our-class">
300
  <form class="vsz-cf7-listing row" action="<?php print esc_url($url);?>" method="post" id="cf7d-admin-action-frm" >
301
+ <input type="hidden" name="page" value="contact-form-listing">
302
  <input type="hidden" name="fid" value="<?php echo $fid; ?>">
303
  <input type="hidden" name="_wpnonce" value="<?php echo wp_create_nonce('vsz-cf7-action-nonce'); ?>"><?php
304
  //Display setting screen button
advanced-cf7-db.php CHANGED
@@ -9,7 +9,7 @@
9
  * Plugin Name: Advanced CF7 DB
10
  * Plugin URI: https://wordpress.org/plugins/advanced-cf7-db/
11
  * Description: Save all contact form 7 submitted data to the database, View, Export, ordering, Change field labels, Import data using CSV very easily.
12
- * Version: 1.5.0
13
  * Author: Vsourz Digital
14
  * Author URI: https://www.vsourz.com
15
  * License: GPL-2.0+
@@ -23,7 +23,7 @@ if ( ! defined( 'WPINC' ) ) {
23
  die;
24
  }
25
  global $vsz_cf7db_current_version;
26
- $vsz_cf7db_current_version = '1.5.0';
27
  /**
28
  * Defining all the table names and setting their prefix here
29
  */
9
  * Plugin Name: Advanced CF7 DB
10
  * Plugin URI: https://wordpress.org/plugins/advanced-cf7-db/
11
  * Description: Save all contact form 7 submitted data to the database, View, Export, ordering, Change field labels, Import data using CSV very easily.
12
+ * Version: 1.5.1
13
  * Author: Vsourz Digital
14
  * Author URI: https://www.vsourz.com
15
  * License: GPL-2.0+
23
  die;
24
  }
25
  global $vsz_cf7db_current_version;
26
+ $vsz_cf7db_current_version = '1.5.1';
27
  /**
28
  * Defining all the table names and setting their prefix here
29
  */