Skip to content

Commit

Permalink
Merge pull request #1515 from rocklobster-in/dev/6.0
Browse files Browse the repository at this point in the history
Prepare for 6.0.1 release
  • Loading branch information
takayukister authored Nov 27, 2024
2 parents e5c3465 + cb50eba commit 39cd37d
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 102 deletions.
129 changes: 32 additions & 97 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contact-form-7",
"version": "6.0.0",
"version": "6.0.1",
"description": "JavaScript packages for Contact Form 7.",
"private": true,
"scripts": {
Expand Down Expand Up @@ -31,6 +31,6 @@
"homepage": "https://github.com/rocklobster-in/contact-form-7#readme",
"devDependencies": {
"@contactable/swv": "^1.4.0",
"@wordpress/scripts": "^30.4.0"
"@wordpress/scripts": "^30.5.1"
}
}
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: 5.9.8
Stable tag: 6.0
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.1 =

[https://contactform7.com/contact-form-7-601/](https://contactform7.com/contact-form-7-601/)

= 6.0 =

[https://contactform7.com/contact-form-7-60/](https://contactform7.com/contact-form-7-60/)
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
* Version: 6.0.1
* Requires at least: 6.6
* Requires PHP: 7.4
*/

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

define( 'WPCF7_REQUIRED_WP_VERSION', '6.6' );

Expand Down

0 comments on commit 39cd37d

Please sign in to comment.