Contact Form by Supsystic - Version 1.7.24

Version Description

Download this release

Release Info

Developer supsystic.com
Plugin Icon 128x128 Contact Form by Supsystic
Version 1.7.24
Comparing to
See all releases

Code changes from version 1.7.23 to 1.7.24

Files changed (3) hide show
  1. cfs.php +1 -1
  2. config.php +1 -1
  3. readme.txt +6 -2
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.23
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.24
6
  * Author: supsystic.com
7
  * Author URI: https://supsystic.com
8
  * Text Domain: contact-form-by-supsystic
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.23');
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.24');
53
  define('CFS_USER', 'user');
54
 
55
  define('CFS_CLASS_PREFIX', 'cfsc');
readme.txt CHANGED
@@ -1,8 +1,8 @@
1
  === Contact Form by Supsystic ===
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: 6.0
5
- Stable tag: 1.7.23
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,10 @@ Using Contact Form plugin on your WordPress site, you start a really responsive
202
  Contact Form admin interface
203
 
204
  == Changelog ==
 
 
 
 
205
  1.7.23 / 30.08.2022 =
206
  * Add support WP 6.0
207
  * Add support PHP 8.1
1
  === Contact Form by Supsystic ===
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: 6.1
5
+ Stable tag: 1.7.24
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.24 / 08.1.2022 =
206
+ * Add support WP 6.1
207
+ * Minor fixes
208
+
209
  1.7.23 / 30.08.2022 =
210
  * Add support WP 6.0
211
  * Add support PHP 8.1