Version Description
(2021-10-13) = * Fully tested with Contact Form 7 version 5.5.1
Download this release
Release Info
Developer | Jules Colle |
Plugin | Conditional Fields for Contact Form 7 |
Version | 2.0.5 |
Comparing to | |
See all releases |
Code changes from version 2.0.4 to 2.0.5
- contact-form-7-conditional-fields.php +1 -1
- init.php +1 -1
- jsdoc-out/index.html +1 -1
- jsdoc-out/scripts_es6.js.html +1 -1
- jsdoc-out/wpcf7cf.html +1 -1
- readme.txt +6 -3
contact-form-7-conditional-fields.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: http://bdwm.be/
|
5 |
* Description: Adds support for conditional fields to Contact Form 7. This plugin depends on Contact Form 7.
|
6 |
* Author: Jules Colle
|
7 |
-
* Version: 2.0.
|
8 |
* Author URI: http://bdwm.be/
|
9 |
* Text Domain: cf7-conditional-fields
|
10 |
* License: GPL v2 or later
|
4 |
* Plugin URI: http://bdwm.be/
|
5 |
* Description: Adds support for conditional fields to Contact Form 7. This plugin depends on Contact Form 7.
|
6 |
* Author: Jules Colle
|
7 |
+
* Version: 2.0.5
|
8 |
* Author URI: http://bdwm.be/
|
9 |
* Text Domain: cf7-conditional-fields
|
10 |
* License: GPL v2 or later
|
init.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
if (!defined('WPCF7CF_VERSION')) define( 'WPCF7CF_VERSION', '2.0.4' );
|
4 |
if (!defined('WPCF7CF_CF7_MIN_VERSION')) define( 'WPCF7CF_CF7_MIN_VERSION', '5.4' );
|
5 |
-
if (!defined('WPCF7CF_CF7_MAX_VERSION')) define( 'WPCF7CF_CF7_MAX_VERSION', '5.
|
6 |
if (!defined('WPCF7CF_REQUIRED_WP_VERSION')) define( 'WPCF7CF_REQUIRED_WP_VERSION', '4.1' );
|
7 |
if (!defined('WPCF7CF_PLUGIN')) define( 'WPCF7CF_PLUGIN', __FILE__ );
|
8 |
if (!defined('WPCF7CF_PLUGIN_BASENAME')) define( 'WPCF7CF_PLUGIN_BASENAME', plugin_basename( WPCF7CF_PLUGIN ) );
|
2 |
|
3 |
if (!defined('WPCF7CF_VERSION')) define( 'WPCF7CF_VERSION', '2.0.4' );
|
4 |
if (!defined('WPCF7CF_CF7_MIN_VERSION')) define( 'WPCF7CF_CF7_MIN_VERSION', '5.4' );
|
5 |
+
if (!defined('WPCF7CF_CF7_MAX_VERSION')) define( 'WPCF7CF_CF7_MAX_VERSION', '5.5.1' );
|
6 |
if (!defined('WPCF7CF_REQUIRED_WP_VERSION')) define( 'WPCF7CF_REQUIRED_WP_VERSION', '4.1' );
|
7 |
if (!defined('WPCF7CF_PLUGIN')) define( 'WPCF7CF_PLUGIN', __FILE__ );
|
8 |
if (!defined('WPCF7CF_PLUGIN_BASENAME')) define( 'WPCF7CF_PLUGIN_BASENAME', plugin_basename( WPCF7CF_PLUGIN ) );
|
jsdoc-out/index.html
CHANGED
@@ -56,7 +56,7 @@
|
|
56 |
<br class="clear">
|
57 |
|
58 |
<footer>
|
59 |
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on
|
60 |
</footer>
|
61 |
|
62 |
<script> prettyPrint(); </script>
|
56 |
<br class="clear">
|
57 |
|
58 |
<footer>
|
59 |
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Sun May 02 2021 15:00:47 GMT+0200 (Midden-Europese zomertijd)
|
60 |
</footer>
|
61 |
|
62 |
<script> prettyPrint(); </script>
|
jsdoc-out/scripts_es6.js.html
CHANGED
@@ -1571,7 +1571,7 @@ jQuery.fn.wpcf7ExclusiveCheckbox = function() {
|
|
1571 |
<br class="clear">
|
1572 |
|
1573 |
<footer>
|
1574 |
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on
|
1575 |
</footer>
|
1576 |
|
1577 |
<script> prettyPrint(); </script>
|
1571 |
<br class="clear">
|
1572 |
|
1573 |
<footer>
|
1574 |
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Sun May 02 2021 15:00:47 GMT+0200 (Midden-Europese zomertijd)
|
1575 |
</footer>
|
1576 |
|
1577 |
<script> prettyPrint(); </script>
|
jsdoc-out/wpcf7cf.html
CHANGED
@@ -1359,7 +1359,7 @@ Subs are either appended to or removed from the end of the repeater.</p>
|
|
1359 |
<br class="clear">
|
1360 |
|
1361 |
<footer>
|
1362 |
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on
|
1363 |
</footer>
|
1364 |
|
1365 |
<script> prettyPrint(); </script>
|
1359 |
<br class="clear">
|
1360 |
|
1361 |
<footer>
|
1362 |
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Sun May 02 2021 15:00:47 GMT+0200 (Midden-Europese zomertijd)
|
1363 |
</footer>
|
1364 |
|
1365 |
<script> prettyPrint(); </script>
|
readme.txt
CHANGED
@@ -5,8 +5,8 @@ Author: Jules Colle
|
|
5 |
Website: http://bdwm.be
|
6 |
Tags: wordpress, contact form 7, forms, conditional fields
|
7 |
Requires at least: 5.0
|
8 |
-
Tested up to: 5.8
|
9 |
-
Stable tag: 2.0.
|
10 |
Requires PHP: 7.0
|
11 |
License: GPLv2 or later
|
12 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -28,7 +28,7 @@ After you have added the field group(s), click Save and go to the "Conditional f
|
|
28 |
|
29 |
= Support for required fields =
|
30 |
|
31 |
-
Required fields
|
32 |
|
33 |
= Hide/show info in emails based on what groups are visible =
|
34 |
|
@@ -123,6 +123,9 @@ Make sure to also update CF7 to the latest version! (Version 2.0 is only compati
|
|
123 |
|
124 |
== Changelog ==
|
125 |
|
|
|
|
|
|
|
126 |
= 2.0.4 (2021-07-19) =
|
127 |
* Fix issue with required file fields
|
128 |
* Fully tested with Contact Form 7 version 5.4.2
|
5 |
Website: http://bdwm.be
|
6 |
Tags: wordpress, contact form 7, forms, conditional fields
|
7 |
Requires at least: 5.0
|
8 |
+
Tested up to: 5.8.1
|
9 |
+
Stable tag: 2.0.5
|
10 |
Requires PHP: 7.0
|
11 |
License: GPLv2 or later
|
12 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
28 |
|
29 |
= Support for required fields =
|
30 |
|
31 |
+
Required fields inside hidden groups will never trigger validation errors.
|
32 |
|
33 |
= Hide/show info in emails based on what groups are visible =
|
34 |
|
123 |
|
124 |
== Changelog ==
|
125 |
|
126 |
+
= 2.0.5 (2021-10-13) =
|
127 |
+
* Fully tested with Contact Form 7 version 5.5.1
|
128 |
+
|
129 |
= 2.0.4 (2021-07-19) =
|
130 |
* Fix issue with required file fields
|
131 |
* Fully tested with Contact Form 7 version 5.4.2
|