Skip to content

Commit

Permalink
= 2.4.10 (2024-03-30) =
Browse files Browse the repository at this point in the history
* Fix crappy release
  • Loading branch information
pwkip committed Mar 30, 2024
1 parent 5bda64c commit 2f92721
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.4.9
* Version: 2.4.10
* Author URI: http://bdwm.be/
* Text Domain: cf7-conditional-fields
* License: GPL v2 or later
Expand Down
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

if (!defined('WPCF7CF_VERSION')) define( 'WPCF7CF_VERSION', '2.4.9' );
if (!defined('WPCF7CF_VERSION')) define( 'WPCF7CF_VERSION', '2.4.10' );
if (!defined('WPCF7CF_CF7_MAX_VERSION')) define( 'WPCF7CF_CF7_MAX_VERSION', '5.9.3' );
if (!defined('WPCF7CF_PLUGIN')) define( 'WPCF7CF_PLUGIN', __FILE__ );
if (!defined('WPCF7CF_PLUGIN_BASENAME')) define( 'WPCF7CF_PLUGIN_BASENAME', plugin_basename( WPCF7CF_PLUGIN ) );
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Website: http://bdwm.be
Tags: wordpress, contact form 7, forms, conditional fields
Requires at least: 5.0
Tested up to: 6.4
Stable tag: 2.4.9
Stable tag: 2.4.10
Requires PHP: 7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -135,6 +135,9 @@ Reverted autop-fix because it was causing addional errors. Bottom line: Make sur

== Changelog ==

= 2.4.10 (2024-03-30) =
* Fix crappy release

= 2.4.9 (2024-03-30) =
* Fully tested with Contact Form 7 version 5.9.3

Expand Down

0 comments on commit 2f92721

Please sign in to comment.