Version Description
Download this release
Release Info
Developer | supsystic.com |
Plugin | Contact Form by Supsystic |
Version | 1.7.19 |
Comparing to | |
See all releases |
Code changes from version 1.7.18 to 1.7.19
- cfs.php +1 -1
- classes/req.php +1 -1
- config.php +1 -1
- readme.txt +4 -1
cfs.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Contact Form by Supsystic
|
4 |
* Description: Contact Form Builder with drag-and-drop editor to create responsive, mobile ready contact forms in a second. Custom fields and contact form templates
|
5 |
-
* Version: 1.7.
|
6 |
* Author: supsystic.com
|
7 |
* Author URI: https://supsystic.com
|
8 |
* Text Domain: contact-form-by-supsystic
|
2 |
/**
|
3 |
* Plugin Name: Contact Form by Supsystic
|
4 |
* Description: Contact Form Builder with drag-and-drop editor to create responsive, mobile ready contact forms in a second. Custom fields and contact form templates
|
5 |
+
* Version: 1.7.19
|
6 |
* Author: supsystic.com
|
7 |
* Author URI: https://supsystic.com
|
8 |
* Text Domain: contact-form-by-supsystic
|
classes/req.php
CHANGED
@@ -34,7 +34,7 @@ class reqCfs {
|
|
34 |
}
|
35 |
} else {
|
36 |
if( !is_array($value) ) {
|
37 |
-
$value = sanitize_text_field($value);
|
38 |
} else {
|
39 |
self::sanitize_array($value);
|
40 |
}
|
34 |
}
|
35 |
} else {
|
36 |
if( !is_array($value) ) {
|
37 |
+
$value = wp_kses_post(sanitize_text_field($value));
|
38 |
} else {
|
39 |
self::sanitize_array($value);
|
40 |
}
|
config.php
CHANGED
@@ -49,7 +49,7 @@
|
|
49 |
define('CFS_EOL', "\n");
|
50 |
|
51 |
define('CFS_PLUGIN_INSTALLED', true);
|
52 |
-
define('CFS_VERSION', '1.7.
|
53 |
define('CFS_USER', 'user');
|
54 |
|
55 |
define('CFS_CLASS_PREFIX', 'cfsc');
|
49 |
define('CFS_EOL', "\n");
|
50 |
|
51 |
define('CFS_PLUGIN_INSTALLED', true);
|
52 |
+
define('CFS_VERSION', '1.7.19');
|
53 |
define('CFS_USER', 'user');
|
54 |
|
55 |
define('CFS_CLASS_PREFIX', 'cfsc');
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: supsystic.com
|
3 |
Tags: contact, contact form, contact form builder, contact form maker, contact form manager, contact form plugin, contact forms, custom form, feedback form, form, forms, forms creator
|
4 |
Tested up to: 5.8
|
5 |
-
Stable tag: 1.7.
|
6 |
|
7 |
Contact Form Builder with drag-and-drop editor to create responsive, mobile ready contact forms in a second. Custom fields and contact form templates
|
8 |
|
@@ -202,6 +202,9 @@ Using Contact Form plugin on your WordPress site, you start a really responsive
|
|
202 |
Contact Form admin interface
|
203 |
|
204 |
== Changelog ==
|
|
|
|
|
|
|
205 |
1.7.18 / 21.09.2021 =
|
206 |
* Add fixes for Data Table integration
|
207 |
|
2 |
Contributors: supsystic.com
|
3 |
Tags: contact, contact form, contact form builder, contact form maker, contact form manager, contact form plugin, contact forms, custom form, feedback form, form, forms, forms creator
|
4 |
Tested up to: 5.8
|
5 |
+
Stable tag: 1.7.19
|
6 |
|
7 |
Contact Form Builder with drag-and-drop editor to create responsive, mobile ready contact forms in a second. Custom fields and contact form templates
|
8 |
|
202 |
Contact Form admin interface
|
203 |
|
204 |
== Changelog ==
|
205 |
+
1.7.19 / 30.10.2021 =
|
206 |
+
* add wp_kses_post fix
|
207 |
+
|
208 |
1.7.18 / 21.09.2021 =
|
209 |
* Add fixes for Data Table integration
|
210 |
|