rebase on oct-10-2023

This commit is contained in:
Rachit Bhargava
2023-10-10 17:23:21 -04:00
parent d37566ffb6
commit d096058d7d
4789 changed files with 254611 additions and 307223 deletions

View File

@@ -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' );