Changeset 2252208
- Timestamp:
- 02/29/2020 12:58:47 AM (6 years ago)
- Location:
- contact-form-submissions
- Files:
-
- 4 edited
- 3 copied
-
tags/1.6.4 (copied) (copied from contact-form-submissions/trunk)
-
tags/1.6.4/Admin.php (copied) (copied from contact-form-submissions/trunk/Admin.php) (1 diff)
-
tags/1.6.4/contact-form-submissions.php (modified) (1 diff)
-
tags/1.6.4/readme.txt (copied) (copied from contact-form-submissions/trunk/readme.txt) (2 diffs)
-
trunk/Admin.php (modified) (1 diff)
-
trunk/contact-form-submissions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contact-form-submissions/tags/1.6.4/Admin.php
r2168823 r2252208 197 197 break; 198 198 default: 199 echo get_post_meta($post_id, $column, true);199 echo esc_html(get_post_meta($post_id, $column, true)); 200 200 break; 201 201 } -
contact-form-submissions/tags/1.6.4/contact-form-submissions.php
r1780647 r2252208 3 3 Plugin Name: Contact Form Submissions 4 4 Description: Never miss an enquiry again! Save all Contact Form 7 submissions in your database. 5 Version: 1.6. 25 Version: 1.6.4 6 6 Author: Jason Green 7 7 License: GPLv3 -
contact-form-submissions/tags/1.6.4/readme.txt
r2168824 r2252208 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.2.3 7 Stable tag: 1.6. 37 Stable tag: 1.6.4 8 8 License: GPLv3 9 9 … … 42 42 43 43 == Changelog == 44 45 = 1.6.4 = 46 * Added security fix to escape user submitted data 44 47 45 48 = 1.6.3 = -
contact-form-submissions/trunk/Admin.php
r2168823 r2252208 197 197 break; 198 198 default: 199 echo get_post_meta($post_id, $column, true);199 echo esc_html(get_post_meta($post_id, $column, true)); 200 200 break; 201 201 } -
contact-form-submissions/trunk/contact-form-submissions.php
r1780647 r2252208 3 3 Plugin Name: Contact Form Submissions 4 4 Description: Never miss an enquiry again! Save all Contact Form 7 submissions in your database. 5 Version: 1.6. 25 Version: 1.6.4 6 6 Author: Jason Green 7 7 License: GPLv3 -
contact-form-submissions/trunk/readme.txt
r2168824 r2252208 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.2.3 7 Stable tag: 1.6. 37 Stable tag: 1.6.4 8 8 License: GPLv3 9 9 … … 42 42 43 43 == Changelog == 44 45 = 1.6.4 = 46 * Added security fix to escape user submitted data 44 47 45 48 = 1.6.3 =
Note: See TracChangeset
for help on using the changeset viewer.