plugin updates

This commit is contained in:
Tony Volpe
2024-11-15 13:53:04 -05:00
parent 1293d604ca
commit 0238f0c4ca
2009 changed files with 163492 additions and 89543 deletions

View File

@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: WP Mail SMTP
* Version: 4.1.1
* Version: 4.2.0
* Requires at least: 5.5
* Requires PHP: 7.2
* Plugin URI: https://wpmailsmtp.com/
@@ -253,7 +253,7 @@ if ( ! defined( 'WPMS_PLUGIN_VER' ) ) {
*
* @since 0.11.1
*/
define( 'WPMS_PLUGIN_VER', '4.1.1' );
define( 'WPMS_PLUGIN_VER', '4.2.0' );
}
if ( ! defined( 'WPMS_PHP_VER' ) ) {
/**