Skip to content

Commit

Permalink
Prepare for 6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
takayukister committed Nov 3, 2024
1 parent e7790ee commit 0e96354
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 46 deletions.
49 changes: 7 additions & 42 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Contributors: takayukister
Donate link: https://contactform7.com/donate/
Tags: contact form, schema-woven validation
Requires at least: 6.5
Tested up to: 6.7
Requires at least: 6.6
Requires PHP: 7.4
Tested up to: 6.6
Stable tag: 5.9.6
Stable tag: 5.9.8
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -40,13 +40,6 @@ If you activate certain features in this plugin, the contact form submitter's pe
* [Brevo](https://www.brevo.com/legal/privacypolicy/)
* [Stripe](https://stripe.com/privacy)

= Recommended plugins =

The following plugins are recommended for Contact Form 7 users:

* [Flamingo](https://wordpress.org/plugins/flamingo/) by Takayuki Miyoshi - With Flamingo, you can save submitted messages via contact forms in the database.
* [Bogo](https://wordpress.org/plugins/bogo/) by Takayuki Miyoshi - Bogo is a straight-forward multilingual plugin that does not cause headaches.

== Installation ==

1. Upload the entire `contact-form-7` folder to the `/wp-content/plugins/` directory.
Expand Down Expand Up @@ -74,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 =

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

= 5.9.7 =

[https://contactform7.com/contact-form-7-597/](https://contactform7.com/contact-form-7-597/)
Expand Down Expand Up @@ -102,36 +99,4 @@ For more information, see [Releases](https://contactform7.com/category/releases/

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

= 5.8.7 =

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

= 5.8.6 =

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

= 5.8.5 =

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

= 5.8.4 =

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

= 5.8.3 =

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

= 5.8.2 =

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

= 5.8.1 =

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

= 5.8 =

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

== Upgrade Notice ==
8 changes: 4 additions & 4 deletions wp-contact-form-7.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* 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-dev
* Requires at least: 6.5
* Version: 6.0
* Requires at least: 6.6
* Requires PHP: 7.4
*/

define( 'WPCF7_VERSION', '6.0-dev' );
define( 'WPCF7_VERSION', '6.0' );

define( 'WPCF7_REQUIRED_WP_VERSION', '6.5' );
define( 'WPCF7_REQUIRED_WP_VERSION', '6.6' );

define( 'WPCF7_TEXT_DOMAIN', 'contact-form-7' );

Expand Down

0 comments on commit 0e96354

Please sign in to comment.