Skip to content

Commit

Permalink
Merge pull request #1528 from rocklobster-in/dev/6.0
Browse files Browse the repository at this point in the history
Prepare for 6.0.2 release
  • Loading branch information
takayukister authored Dec 22, 2024
2 parents 492cc45 + d1e4b4d commit b0f4eae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: contact form, schema-woven validation
Tested up to: 6.7
Requires at least: 6.6
Requires PHP: 7.4
Stable tag: 6.0
Stable tag: 6.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -67,6 +67,10 @@ Do you have questions or issues with Contact Form 7? Use these support channels

For more information, see [Releases](https://contactform7.com/category/releases/).

= 6.0.2 =

* Removes unnecessary type declaration from nullable arguments to avoid deprecation warnings in PHP 8.4.

= 6.0.1 =

[https://contactform7.com/contact-form-7-601/](https://contactform7.com/contact-form-7-601/)
Expand Down
4 changes: 2 additions & 2 deletions wp-contact-form-7.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
* Author URI: https://ideasilo.wordpress.com/
* License: GPL v2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Version: 6.0.1
* Version: 6.0.2
* Requires at least: 6.6
* Requires PHP: 7.4
*/

define( 'WPCF7_VERSION', '6.0.1' );
define( 'WPCF7_VERSION', '6.0.2' );

define( 'WPCF7_REQUIRED_WP_VERSION', '6.6' );

Expand Down

0 comments on commit b0f4eae

Please sign in to comment.