Skip to content

Commit

Permalink
= 2.2.9 (2022-10-19) =
Browse files Browse the repository at this point in the history
* Fully tested with Contact Form 7 version 5.6.3
* Add action hook: [wpcf7cf_step_completed](https://conditional-fields-cf7.bdwm.be/wpcf7cf_step_completed/)
  • Loading branch information
pwkip committed Oct 19, 2022
1 parent 2c3a678 commit ac37f85
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contact-form-7-conditional-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: http://bdwm.be/
* Description: Adds support for conditional fields to Contact Form 7. This plugin depends on Contact Form 7.
* Author: Jules Colle
* Version: 2.2.8
* Version: 2.2.9
* Author URI: http://bdwm.be/
* Text Domain: cf7-conditional-fields
* License: GPL v2 or later
Expand Down
4 changes: 2 additions & 2 deletions init.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

if (!defined('WPCF7CF_VERSION')) define( 'WPCF7CF_VERSION', '2.2.8' );
if (!defined('WPCF7CF_VERSION')) define( 'WPCF7CF_VERSION', '2.2.9' );
if (!defined('WPCF7CF_CF7_MIN_VERSION')) define( 'WPCF7CF_CF7_MIN_VERSION', '5.6' );
if (!defined('WPCF7CF_CF7_MAX_VERSION')) define( 'WPCF7CF_CF7_MAX_VERSION', '5.6.3' );
if (!defined('WPCF7CF_CF7_MAX_VERSION')) define( 'WPCF7CF_CF7_MAX_VERSION', '5.6.4' );
if (!defined('WPCF7CF_REQUIRED_WP_VERSION')) define( 'WPCF7CF_REQUIRED_WP_VERSION', '4.1' );
if (!defined('WPCF7CF_PLUGIN')) define( 'WPCF7CF_PLUGIN', __FILE__ );
if (!defined('WPCF7CF_PLUGIN_BASENAME')) define( 'WPCF7CF_PLUGIN_BASENAME', plugin_basename( WPCF7CF_PLUGIN ) );
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Author: Jules Colle
Website: http://bdwm.be
Tags: wordpress, contact form 7, forms, conditional fields
Requires at least: 5.0
Tested up to: 6.0
Stable tag: 2.2.8
Tested up to: 6.0.3
Stable tag: 2.2.9
Requires PHP: 7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -128,6 +128,10 @@ Make sure to also update CF7 to the latest version! (Version 2.2 is only compati

== Changelog ==

= 2.2.9 (2022-10-19) =
* Fully tested with Contact Form 7 version 5.6.4
* Add action hook: [wpcf7cf_step_completed](https://conditional-fields-cf7.bdwm.be/wpcf7cf_step_completed/)

= 2.2.8 (2022-10-14) =
* Fix acceptance field bug

Expand Down

0 comments on commit ac37f85

Please sign in to comment.