Plugin Directory

Changeset 2297326

Timestamp:
05/03/2020 10:36:39 PM (4 years ago)
Author:
shaharia.azam
Message:

Fatal error due to missing file bug fixed and bumped version to 1.6

Location:
wp-mail-gateway
Files:
94 added
1 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-mail-gateway/tags/1.6/readme.txt

    r2297215 r2297326  
    55Requires at least: 4.0
    66Tested up to: 5.4.1
    7 Stable tag: 1.5
     7Stable tag: 1.
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    8888== Changelog ==
    8989
     90
     91
     92
     93
     94
     95
     96
    9097= 1.4 =
    9198* Added support for SMTP
     
    93100* Few UI improvements
    94101* API credentials guides has been updated in the plugin settings page
    95 
    96 = 1.3 =
    97 * Assets folder added in repo
    98 
    99 = 1.2 =
    100 * jQuery conflict fixed. It prevented switching providers on the UI
    101 
    102 = 1.1 =
    103 * After deleting plugins, cleanup
    104 
    105 = 1.0 =
    106 * Initial release. Supported email gateway providers: Amazon SES, Mailgun, Mandrill, Mailjet, Postmark, Sendgrid, SendinBlue
    107 
    108 == Upgrade Notice ==
    109 
    110 = 1.0 =
    111 * Initial release. Supported email gateway providers: Amazon SES, Mailgun, Mandrill, Mailjet, Postmark, Sendgrid, SendinBlue
  • wp-mail-gateway/tags/1.6/wp-mail-gateway.php

    r2297215 r2297326  
    44Plugin URI:   https://developer.wordpress.org/plugins/wp-mail-gateway/
    55Description:  Send mail via multiple email gateway provider from your Wordpress. Supports various mail provider. i.e: Mandrill, MailGun, SMTP, MailJet, Amazon SES, etc..
    6 Version:      1.5
     6Version:      1.
    77Author:       Shaharia Azam <mail@shaharia.com>
    88Author URI:   http://www.shaharia.com?utm_source=wp-mail-gateway-plugin
     
    2121
    2222define( "WP_MAIL_GATEWAY_PLUGIN_ROOT_DIR", __DIR__ );
    23 define( "WP_MAIL_GATEWAY_PLUGIN_VERSION", 1.5 );
     23define( "WP_MAIL_GATEWAY_PLUGIN_VERSION", 1. );
    2424define( "WP_MAIL_GATEWAY_PLUGIN_FILE", basename(__FILE__) );
    2525define( "WP_MAIL_GATEWAY_PLUGIN_FILE_PATH_FULL", __FILE__ );
  • wp-mail-gateway/trunk/readme.txt

    r2297215 r2297326  
    55Requires at least: 4.0
    66Tested up to: 5.4.1
    7 Stable tag: 1.5
     7Stable tag: 1.
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    8888== Changelog ==
    8989
     90
     91
     92
     93
     94
     95
     96
    9097= 1.4 =
    9198* Added support for SMTP
     
    93100* Few UI improvements
    94101* API credentials guides has been updated in the plugin settings page
    95 
    96 = 1.3 =
    97 * Assets folder added in repo
    98 
    99 = 1.2 =
    100 * jQuery conflict fixed. It prevented switching providers on the UI
    101 
    102 = 1.1 =
    103 * After deleting plugins, cleanup
    104 
    105 = 1.0 =
    106 * Initial release. Supported email gateway providers: Amazon SES, Mailgun, Mandrill, Mailjet, Postmark, Sendgrid, SendinBlue
    107 
    108 == Upgrade Notice ==
    109 
    110 = 1.0 =
    111 * Initial release. Supported email gateway providers: Amazon SES, Mailgun, Mandrill, Mailjet, Postmark, Sendgrid, SendinBlue
  • wp-mail-gateway/trunk/wp-mail-gateway.php

    r2297215 r2297326  
    44Plugin URI:   https://developer.wordpress.org/plugins/wp-mail-gateway/
    55Description:  Send mail via multiple email gateway provider from your Wordpress. Supports various mail provider. i.e: Mandrill, MailGun, SMTP, MailJet, Amazon SES, etc..
    6 Version:      1.5
     6Version:      1.
    77Author:       Shaharia Azam <mail@shaharia.com>
    88Author URI:   http://www.shaharia.com?utm_source=wp-mail-gateway-plugin
     
    2121
    2222define( "WP_MAIL_GATEWAY_PLUGIN_ROOT_DIR", __DIR__ );
    23 define( "WP_MAIL_GATEWAY_PLUGIN_VERSION", 1.5 );
     23define( "WP_MAIL_GATEWAY_PLUGIN_VERSION", 1. );
    2424define( "WP_MAIL_GATEWAY_PLUGIN_FILE", basename(__FILE__) );
    2525define( "WP_MAIL_GATEWAY_PLUGIN_FILE_PATH_FULL", __FILE__ );
Note: See TracChangeset for help on using the changeset viewer.