rebase on oct-10-2023
This commit is contained in:
@@ -1,18 +1,20 @@
|
||||
<?php
|
||||
/*
|
||||
Plugin Name: Contact Form 7
|
||||
Plugin URI: https://contactform7.com/
|
||||
Description: Just another contact form plugin. Simple but flexible.
|
||||
Author: Takayuki Miyoshi
|
||||
Author URI: https://ideasilo.wordpress.com/
|
||||
Text Domain: contact-form-7
|
||||
Domain Path: /languages/
|
||||
Version: 5.7.7
|
||||
*/
|
||||
* Plugin Name: Contact Form 7
|
||||
* Plugin URI: https://contactform7.com/
|
||||
* Description: Just another contact form plugin. Simple but flexible.
|
||||
* Author: Takayuki Miyoshi
|
||||
* Author URI: https://ideasilo.wordpress.com/
|
||||
* License: GPL v2 or later
|
||||
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
* Version: 5.8.1
|
||||
* Requires at least: 6.2
|
||||
* Requires PHP: 7.4
|
||||
*/
|
||||
|
||||
define( 'WPCF7_VERSION', '5.7.7' );
|
||||
define( 'WPCF7_VERSION', '5.8.1' );
|
||||
|
||||
define( 'WPCF7_REQUIRED_WP_VERSION', '6.0' );
|
||||
define( 'WPCF7_REQUIRED_WP_VERSION', '6.2' );
|
||||
|
||||
define( 'WPCF7_TEXT_DOMAIN', 'contact-form-7' );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user