v2.1.9
This commit is contained in:
parent
476389b914
commit
25dd2146b1
10 changed files with 286 additions and 231 deletions
|
|
@ -4,7 +4,7 @@
|
|||
* Plugin URI: https://www.robotstxt.software/plugins/robotstxt-smtp-amazonses/
|
||||
* Description: Adds Amazon SES configuration support to the ROBOTSTXT SMTP plugin.
|
||||
* Update URI: https://www.robotstxt.software/plugins/robotstxt-smtp-amazonses/
|
||||
* Version: 2.1.8
|
||||
* Version: 2.1.9
|
||||
* Requires at least: 5.7
|
||||
* Requires PHP: 8.2
|
||||
* Network: true
|
||||
|
|
@ -25,7 +25,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
}
|
||||
|
||||
if ( ! defined( 'ROBOTSTXT_SMTP_AMAZONSES_VERSION' ) ) {
|
||||
define( 'ROBOTSTXT_SMTP_AMAZONSES_VERSION', '2.1.8' );
|
||||
define( 'ROBOTSTXT_SMTP_AMAZONSES_VERSION', '2.1.9' );
|
||||
}
|
||||
|
||||
if ( ! defined( 'ROBOTSTXT_SMTP_AMAZONSES_FILE' ) ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue