Version Description
- Fix form.min.js URL
Download this release
Release Info
Developer | tlovett1 |
Plugin | Custom Contact Forms |
Version | 6.2.3 |
Comparing to | |
See all releases |
Code changes from version 6.2.2 to 6.2.3
- classes/class-ccf-form-renderer.php +1 -1
- custom-contact-forms.php +1 -1
- readme.txt +3 -1
classes/class-ccf-form-renderer.php
CHANGED
@@ -39,7 +39,7 @@ class CCF_Form_Renderer {
|
|
39 |
$js_path = '/js/form.js';
|
40 |
} else {
|
41 |
$css_form_path = '/build/css/form.min.css';
|
42 |
-
$js_path = '/build/
|
43 |
}
|
44 |
|
45 |
wp_enqueue_style('ccf-jquery-ui', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css');
|
39 |
$js_path = '/js/form.js';
|
40 |
} else {
|
41 |
$css_form_path = '/build/css/form.min.css';
|
42 |
+
$js_path = '/build/js/form.min.js';
|
43 |
}
|
44 |
|
45 |
wp_enqueue_style('ccf-jquery-ui', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css');
|
custom-contact-forms.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: http://www.taylorlovett.com
|
5 |
* Description: Build beautiful custom forms the WordPress way. View live previews of your forms while you build them.
|
6 |
* Author: Taylor Lovett
|
7 |
-
* Version: 6.2.
|
8 |
* Author URI: http://www.taylorlovett.com
|
9 |
*/
|
10 |
|
4 |
* Plugin URI: http://www.taylorlovett.com
|
5 |
* Description: Build beautiful custom forms the WordPress way. View live previews of your forms while you build them.
|
6 |
* Author: Taylor Lovett
|
7 |
+
* Version: 6.2.3
|
8 |
* Author URI: http://www.taylorlovett.com
|
9 |
*/
|
10 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: contact form, web form, custom contact form, custom forms, captcha form, contact fields, form mailers, forms
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.1
|
7 |
-
Stable tag: 6.2.
|
8 |
|
9 |
Build beautiful custom forms the WordPress way. View live previews of your forms while you build them.
|
10 |
|
@@ -33,6 +33,8 @@ For questions, feature requests, and support concerning the Custom Contact Forms
|
|
33 |
|
34 |
= Changelog ==
|
35 |
|
|
|
|
|
36 |
= 6.2.2 =
|
37 |
* Properly conditionally enqueue JS/CSS with SCRIPT_DEBUG
|
38 |
* Make email message and subject filterable
|
4 |
Tags: contact form, web form, custom contact form, custom forms, captcha form, contact fields, form mailers, forms
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.1
|
7 |
+
Stable tag: 6.2.3
|
8 |
|
9 |
Build beautiful custom forms the WordPress way. View live previews of your forms while you build them.
|
10 |
|
33 |
|
34 |
= Changelog ==
|
35 |
|
36 |
+
= 6.2.3 =
|
37 |
+
* Fix form.min.js URL
|
38 |
= 6.2.2 =
|
39 |
* Properly conditionally enqueue JS/CSS with SCRIPT_DEBUG
|
40 |
* Make email message and subject filterable
|