v2.1.6
This commit is contained in:
parent
6269b77f13
commit
c2ead8e434
13 changed files with 800 additions and 251 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: SMTP (by ROBOTSTXT) Amazon SES
|
||||
* Plugin URI: https://git.robotstxt.es/ROBOTSTXT/robotstxt-smtp-amazonses
|
||||
* Description: Adds Amazon SES configuration support to the ROBOTSTXT SMTP plugin.
|
||||
* Version: 2.1.5
|
||||
* Version: 2.1.6
|
||||
* Requires at least: 5.7
|
||||
* Requires PHP: 8.2
|
||||
* Network: true
|
||||
|
|
@ -26,7 +26,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
}
|
||||
|
||||
if ( ! defined( 'ROBOTSTXT_SMTP_AMAZONSES_VERSION' ) ) {
|
||||
define( 'ROBOTSTXT_SMTP_AMAZONSES_VERSION', '2.1.5' );
|
||||
define( 'ROBOTSTXT_SMTP_AMAZONSES_VERSION', '2.1.6' );
|
||||
}
|
||||
|
||||
if ( ! defined( 'ROBOTSTXT_SMTP_AMAZONSES_FILE' ) ) {
|
||||
|
|
@ -58,7 +58,7 @@ if ( \is_readable( $autoload ) ) {
|
|||
/**
|
||||
* Loads the plugin text domain for translations.
|
||||
*
|
||||
* @since 2.1.5
|
||||
* @since 2.1.6
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
|
@ -75,7 +75,7 @@ function robotstxt_smtp_amazonses_load_textdomain(): void {
|
|||
/**
|
||||
* Displays an admin notice when the parent plugin is missing or inactive.
|
||||
*
|
||||
* @since 2.1.5
|
||||
* @since 2.1.6
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue