Version Description
/ 12.04.2021 = * Fix fix for wpdb
Download this release
Release Info
Developer | supsystic.com |
Plugin | Contact Form by Supsystic |
Version | 1.7.16 |
Comparing to | |
See all releases |
Code changes from version 1.7.15 to 1.7.16
- cfs.php +1 -1
- config.php +1 -1
- modules/forms/mod.php +1 -0
- 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.16
|
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.
|
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.16');
|
53 |
define('CFS_USER', 'user');
|
54 |
|
55 |
define('CFS_CLASS_PREFIX', 'cfsc');
|
modules/forms/mod.php
CHANGED
@@ -184,6 +184,7 @@ class formsCfs extends moduleCfs {
|
|
184 |
return array('category', 'post_tag', 'products_categories', 'product_cat');
|
185 |
}
|
186 |
public function checkRemoveExpiredContacts() {
|
|
|
187 |
$removeContacts = (int)frameCfs::_()->getModule('options')->get('remove_expire_contacts');
|
188 |
if($removeContacts && $removeContacts > 0) {
|
189 |
$lastCheck = (int) frameCfs::_()->getModule('options')->get('expire_contacts_last_check');
|
184 |
return array('category', 'post_tag', 'products_categories', 'product_cat');
|
185 |
}
|
186 |
public function checkRemoveExpiredContacts() {
|
187 |
+
global $wpdb;
|
188 |
$removeContacts = (int)frameCfs::_()->getModule('options')->get('remove_expire_contacts');
|
189 |
if($removeContacts && $removeContacts > 0) {
|
190 |
$lastCheck = (int) frameCfs::_()->getModule('options')->get('expire_contacts_last_check');
|
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.7
|
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 |
|
203 |
Contact Form admin interface
|
204 |
== Changelog ==
|
|
|
|
|
|
|
205 |
= 1.7.15 / 08.04.2021 =
|
206 |
* Fix for file_upload
|
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.7
|
5 |
+
Stable tag: 1.7.16
|
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 |
|
203 |
Contact Form admin interface
|
204 |
== Changelog ==
|
205 |
+
= 1.7.16 / 12.04.2021 =
|
206 |
+
* Fix fix for wpdb
|
207 |
+
|
208 |
= 1.7.15 / 08.04.2021 =
|
209 |
* Fix for file_upload
|
210 |
|