Version Description
- 06.03.2019 =
- Bugfix : The bug with wp-options call has need fixed.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Contact Form by BestWebSoft |
Version | 4.1.3 |
Comparing to | |
See all releases |
Code changes from version 4.1.2 to 4.1.3
- contact_form.php +2 -2
- readme.txt +8 -2
- screenshot-4.png +0 -0
- screenshot-5.png +0 -0
- screenshot-6.png +0 -0
contact_form.php
CHANGED
@@ -6,7 +6,7 @@ Description: Simple contact form plugin any WordPress website must have.
|
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: contact-form-plugin
|
8 |
Domain Path: /languages
|
9 |
-
Version: 4.1.
|
10 |
Author URI: https://bestwebsoft.com/
|
11 |
License: GPLv2 or later
|
12 |
*/
|
@@ -415,7 +415,7 @@ if ( ! function_exists ( 'cntctfrm_db_create' ) ) {
|
|
415 |
UNIQUE KEY id (id)
|
416 |
);";
|
417 |
require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
|
418 |
-
|
419 |
$fields = array(
|
420 |
'name',
|
421 |
'email',
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: contact-form-plugin
|
8 |
Domain Path: /languages
|
9 |
+
Version: 4.1.3
|
10 |
Author URI: https://bestwebsoft.com/
|
11 |
License: GPLv2 or later
|
12 |
*/
|
415 |
UNIQUE KEY id (id)
|
416 |
);";
|
417 |
require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
|
418 |
+
$wpdb->query( $sql );
|
419 |
$fields = array(
|
420 |
'name',
|
421 |
'email',
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
|
|
3 |
Donate link: https://bestwebsoft.com/donate/
|
4 |
Tags: contact, contact form, feedback form, contact us form, contact button, email form, contac, form, web-page feedback, cf, cf plugin, contact form plugin
|
5 |
Requires at least: 3.9
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 4.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -223,6 +223,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
|
|
223 |
|
224 |
== Changelog ==
|
225 |
|
|
|
|
|
|
|
226 |
= V4.1.2 - 26.02.2019 =
|
227 |
* Update : The plugin settings page has been changed.
|
228 |
|
@@ -724,6 +727,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
|
|
724 |
|
725 |
== Upgrade Notice ==
|
726 |
|
|
|
|
|
|
|
727 |
= V4.1.2 =
|
728 |
* Appearance improved.
|
729 |
|
3 |
Donate link: https://bestwebsoft.com/donate/
|
4 |
Tags: contact, contact form, feedback form, contact us form, contact button, email form, contac, form, web-page feedback, cf, cf plugin, contact form plugin
|
5 |
Requires at least: 3.9
|
6 |
+
Tested up to: 5.1
|
7 |
+
Stable tag: 4.1.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
223 |
|
224 |
== Changelog ==
|
225 |
|
226 |
+
= V4.1.3 - 06.03.2019 =
|
227 |
+
* Bugfix : The bug with wp-options call has need fixed.
|
228 |
+
|
229 |
= V4.1.2 - 26.02.2019 =
|
230 |
* Update : The plugin settings page has been changed.
|
231 |
|
727 |
|
728 |
== Upgrade Notice ==
|
729 |
|
730 |
+
= V4.1.3 =
|
731 |
+
* Bugs fixed.
|
732 |
+
|
733 |
= V4.1.2 =
|
734 |
* Appearance improved.
|
735 |
|
screenshot-4.png
CHANGED
Binary file
|
screenshot-5.png
CHANGED
Binary file
|
screenshot-6.png
CHANGED
Binary file
|