Contact Form Submissions - Version 1.4.1

Version Description

  • Minor bug fix
Download this release

Release Info

Developer jasongreen
Plugin Icon 128x128 Contact Form Submissions
Version 1.4.1
Comparing to
See all releases

Code changes from version 1.4 to 1.4.1

Files changed (3) hide show
  1. Admin.php +0 -2
  2. contact-form-submissions.php +1 -1
  3. readme.txt +4 -1
Admin.php CHANGED
@@ -17,8 +17,6 @@ class WPCF7SAdmin {
17
  add_filter('views_edit-wpcf7s', array($this, 'views'), 999);
18
 
19
  add_filter('gettext', array($this, 'custom_status'), 20, 3);
20
-
21
- add_filter('manage_wpcf7s_posts_columns', array($this, 'admin_table_columns'));
22
  }
23
 
24
  function custom_status($translations, $text, $domain){
17
  add_filter('views_edit-wpcf7s', array($this, 'views'), 999);
18
 
19
  add_filter('gettext', array($this, 'custom_status'), 20, 3);
 
 
20
  }
21
 
22
  function custom_status($translations, $text, $domain){
contact-form-submissions.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Contact Form Submissions
4
  Description: Never miss an enquiry again! Save all Contact Form 7 submissions in your database.
5
- Version: 1.4
6
  Author: Jason Green
7
  License: GPLv3
8
  Domain Path: /languages
2
  /*
3
  Plugin Name: Contact Form Submissions
4
  Description: Never miss an enquiry again! Save all Contact Form 7 submissions in your database.
5
+ Version: 1.4.1
6
  Author: Jason Green
7
  License: GPLv3
8
  Domain Path: /languages
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: contact form 7, save contact form, submissions, contact form db, cf7, wpcf
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SNHXWSXSPYATE
5
  Requires at least: 3.0.1
6
  Tested up to: 4.5.2
7
- Stable tag: 1.4
8
  License: GPLv3
9
 
10
  Never miss an enquiry again! Save all Contact Form 7 submissions safely in your database.
@@ -38,6 +38,9 @@ None yet
38
 
39
  == Changelog ==
40
 
 
 
 
41
  = 1.4 =
42
  * Added columns to the listing page to show all form posted values when filtering by a contact form
43
 
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SNHXWSXSPYATE
5
  Requires at least: 3.0.1
6
  Tested up to: 4.5.2
7
+ Stable tag: 1.4.1
8
  License: GPLv3
9
 
10
  Never miss an enquiry again! Save all Contact Form 7 submissions safely in your database.
38
 
39
  == Changelog ==
40
 
41
+ = 1.4.1 =
42
+ * Minor bug fix
43
+
44
  = 1.4 =
45
  * Added columns to the listing page to show all form posted values when filtering by a contact form
46