plugin updates

This commit is contained in:
Tony Volpe
2024-09-05 11:04:01 -04:00
parent ed6b060261
commit 50cd64dd3d
925 changed files with 16918 additions and 13003 deletions

View File

@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: WP Mail SMTP
* Version: 4.1.0
* Version: 4.1.1
* 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.0' );
define( 'WPMS_PLUGIN_VER', '4.1.1' );
}
if ( ! defined( 'WPMS_PHP_VER' ) ) {
/**