Plugin Directory

Changeset 2331934

Timestamp:
06/28/2020 12:35:17 PM (4 years ago)
Author:
shaharia.azam
Message:

Update to version 1.7 from GitHub

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

Legend:

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

    r2297326 r2331934  
    22Contributors: shaharia.azam
    33Donate link: https://paypal.me/previewtechsllc
    4 Tags: email, gateway, mailgun, mandrill, mailjet, amazon-ses, postmark, sendgrid, sendinblue, smtp
     4Tags: email, gateway, mailgun, mandrill, mailjet, amazon-ses, postmark, sendgrid, sendinblue, smtp
    55Requires at least: 4.0
    6 Tested up to: 5.4.1
    7 Stable tag: 1.6
     6Tested up to: 5.4.
     7Stable tag: 1.
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    8888== Changelog ==
    8989
    90 = 1.6 =
    91 * Fatal error due to missing file has been fixed
    92 
    93 = 1.5 =
    94 * From name is now getting set accurately
    95 * Attachment support has been added during email delivery
    96 
    97 = 1.4 =
    98 * Added support for SMTP
    99 * Buy me a coffee donation button added
    100 * Few UI improvements
    101 * API credentials guides has been updated in the plugin settings page
     90= 1.7 =
     91* More regions added for Amazon SES
     92* Text changes in the plugin settings page
     93* Bumped compatibility with latest WordPress
  • wp-mail-gateway/tags/1.7/src/Functions.php

    r2297215 r2331934  
    88        if ( strpos( $file, WP_MAIL_GATEWAY_PLUGIN_FILE ) !== false ) {
    99            $new_links = array(
    10                 'configuration' => '<a href="' . admin_url('page=wp-mail-gateway') .'" target="_blank">Configuration</a>'
     10                'configuration' => '<a href="' . admin_url('">Configuration</a>'
    1111            );
    1212
  • wp-mail-gateway/tags/1.7/src/admin_template.html

    r2297215 r2331934  
    1212                </p>
    1313                <p>
    14                     Or directly write us at <a href="mailto:mail@shaharia.com">mail@shaharia.com</a>
     14                    Or directly write at <a href="mailto:mail@shaharia.com">mail@shaharia.com</a>
    1515                </p>
    1616            </div>
     
    2626                <p class="lead text-muted">
    2727                    <span style="text-decoration: underline; font-weight: bold">Need Donations</span><br>
    28                     Donate me to buy me a coffee. It inspires me to spend more time to build new tools and upgrade the existing ones. <br>
    29                     <script type="text/javascript" src="https://sellcodes.com/quick_purchase/sFC2M6FD/embed.js"></script>
    30                 <div class="sellcodes-quick-purchase"><a class="sc-button-first" data-product-id="sFC2M6FD" data-option-id="vTvB26Y4" data-redirect="1"><span class="custom-buy-now-text">Buy Me a Coffee</span></a></div>
     28                    <span style="color: #FF5722;font-weight: bold;">BIG SURPRISE IS COMING SOON!</span> Donate me to buy me a coffee. It inspires me to spend more time to build new tools and upgrade the existing ones. <br> <br>
     29                    <a href="https://paypal.me/previewtechsllc?locale.x=en_US" target="_blank" class="btn btn-warning">Buy Me Coffee via PayPal</a>
    3130                </p>
    3231            </div>
     
    8584                                    <select class="form-control" id="amazon_ses_region" name="amazon_ses_region">
    8685                                        <option value="" selected="selected">Select Region</option>
    87                                         <option value="email.us-east-1.amazonaws.com">email.us-east-1.amazonaws.com
    88                                         </option>
    89                                         <option value="email.us-west-2.amazonaws.com">email.us-west-2.amazonaws.com
    90                                         </option>
    91                                         <option value="email.eu-west-1.amazonaws.com">email.eu-west-1.amazonaws.com
    92                                         </option>
     86                                        <option value="email.us-east-1.amazonaws.com">US East (N. Virginia) / us-east-1</option>
     87                                        <option value="email.us-east-2.amazonaws.com">US East (Ohio) / us-east-2</option>
     88                                        <option value="email.us-west-1.amazonaws.com">US West (N. California) / us-west-1</option>
     89                                        <option value="email.us-west-2.amazonaws.com">US West (Oregon) / us-west-2</option>
     90                                        <option value="email.af-south-1.amazonaws.com">Africa (Cape Town) / af-south-1</option>
     91                                        <option value="email.ap-east-1.amazonaws.com">Asia Pacific (Hong Kong) / ap-east-1</option>
     92                                        <option value="email.ap-south-1.amazonaws.com">Asia Pacific (Mumbai) / ap-south-1</option>
     93                                        <option value="email.ap-northeast-3.amazonaws.com">Asia Pacific (Osaka-Local) / ap-northeast-3</option>
     94                                        <option value="email.ap-northeast-2.amazonaws.com">Asia Pacific (Seoul) / ap-northeast-2</option>
     95                                        <option value="email.ap-southeast-1.amazonaws.com">Asia Pacific (Singapore) / ap-southeast-1</option>
     96                                        <option value="email.ap-southeast-2.amazonaws.com">Asia Pacific (Sydney) / ap-southeast-2</option>
     97                                        <option value="email.ap-northeast-1.amazonaws.com">Asia Pacific (Tokyo) / ap-northeast-1</option>
     98                                        <option value="email.ca-central-1.amazonaws.com">Canada (Central) / ca-central-1</option>
     99                                        <option value="email.cn-north-1.amazonaws.com">China (Beijing)  / cn-north-1</option>
     100                                        <option value="email.cn-northwest-1.amazonaws.com">China (Ningxia) / cn-northwest-1</option>
     101                                        <option value="email.eu-central-1.amazonaws.com">Europe (Frankfurt) / eu-central-1</option>
     102                                        <option value="email.eu-west-1.amazonaws.com">Europe (Ireland) / eu-west-1</option>
     103                                        <option value="email.eu-west-2.amazonaws.com">Europe (London) / eu-west-2</option>
     104                                        <option value="email.eu-south-1.amazonaws.com">Europe (Milan) / eu-south-1</option>
     105                                        <option value="email.eu-west-3.amazonaws.com">Europe (Paris) / eu-west-3</option>
     106                                        <option value="email.eu-north-1.amazonaws.com">Europe (Stockholm) / eu-north-1</option>
     107                                        <option value="email.me-south-1.amazonaws.com">Middle East (Bahrain) / me-south-1</option>
     108                                        <option value="email.sa-east-1.amazonaws.com">South America (São Paulo) / sa-east-1</option>
    93109                                    </select>
    94110                                </div>
  • wp-mail-gateway/tags/1.7/vendor/autoload.php

    r2180796 r2331934  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInitc009f11047c01e0c2bf56ca7a6b4e951::getLoader();
     7return ComposerAutoloaderInit::getLoader();
  • wp-mail-gateway/tags/1.7/vendor/composer/autoload_files.php

    r2297215 r2331934  
    99    '7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
    1010    'a0edc8309cc5e1d60e3047b5df6b7052' => $vendorDir . '/guzzlehttp/psr7/src/functions_include.php',
     11
    1112    '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
    12     '25072dd6e2470089de65ae7bf11d3109' => $vendorDir . '/symfony/polyfill-php72/bootstrap.php',
     13    '.php',
    1314    '9c67151ae59aff4788964ce8eb2a0f43' => $vendorDir . '/clue/stream-filter/src/functions_include.php',
    14     'c964ee0ededf28c96ebd9db5099ef910' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php',
    1515    'f598d06aa772fa33d905e87be6398fb1' => $vendorDir . '/symfony/polyfill-intl-idn/bootstrap.php',
     16
    1617    '37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
    17     '8cff32064859f4559445b89279f3199c' => $vendorDir . '/php-http/message/src/filters.php',
    1818    '320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
    1919    '5255c38a0faeba867671b61dfda6d864' => $vendorDir . '/paragonie/random_compat/lib/random.php',
  • wp-mail-gateway/tags/1.7/vendor/composer/autoload_psr4.php

    r2297215 r2331934  
    2121    'Http\\Promise\\' => array($vendorDir . '/php-http/promise/src'),
    2222    'Http\\Message\\MultipartStream\\' => array($vendorDir . '/php-http/multipart-stream-builder/src'),
    23     'Http\\Message\\' => array($vendorDir . '/php-http/message/src', $vendorDir . '/php-http/message-factory/src'),
     23    'Http\\Message\\' => array($vendorDir . '/php-http/message/src'),
    2424    'Http\\Discovery\\' => array($vendorDir . '/php-http/discovery/src'),
    2525    'Http\\Client\\Common\\' => array($vendorDir . '/php-http/client-common/src'),
  • wp-mail-gateway/tags/1.7/vendor/composer/autoload_real.php

    r2180796 r2331934  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitc009f11047c01e0c2bf56ca7a6b4e951
     5class ComposerAutoloaderInit
    66{
    77    private static $loader;
     
    2020        }
    2121
    22         spl_autoload_register(array('ComposerAutoloaderInitc009f11047c01e0c2bf56ca7a6b4e951', 'loadClassLoader'), true, true);
     22        spl_autoload_register(array('ComposerAutoloaderInit', 'loadClassLoader'), true, true);
    2323        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    24         spl_autoload_unregister(array('ComposerAutoloaderInitc009f11047c01e0c2bf56ca7a6b4e951', 'loadClassLoader'));
     24        spl_autoload_unregister(array('ComposerAutoloaderInit', 'loadClassLoader'));
    2525
    2626        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    2828            require_once __DIR__ . '/autoload_static.php';
    2929
    30             call_user_func(\Composer\Autoload\ComposerStaticInitc009f11047c01e0c2bf56ca7a6b4e951::getInitializer($loader));
     30            call_user_func(\Composer\Autoload\ComposerStaticInit::getInitializer($loader));
    3131        } else {
    3232            $map = require __DIR__ . '/autoload_namespaces.php';
     
    4949
    5050        if ($useStaticLoader) {
    51             $includeFiles = Composer\Autoload\ComposerStaticInitc009f11047c01e0c2bf56ca7a6b4e951::$files;
     51            $includeFiles = Composer\Autoload\ComposerStaticInit::$files;
    5252        } else {
    5353            $includeFiles = require __DIR__ . '/autoload_files.php';
    5454        }
    5555        foreach ($includeFiles as $fileIdentifier => $file) {
    56             composerRequirec009f11047c01e0c2bf56ca7a6b4e951($fileIdentifier, $file);
     56            composerRequire($fileIdentifier, $file);
    5757        }
    5858
     
    6161}
    6262
    63 function composerRequirec009f11047c01e0c2bf56ca7a6b4e951($fileIdentifier, $file)
     63function composerRequire($fileIdentifier, $file)
    6464{
    6565    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • wp-mail-gateway/tags/1.7/vendor/composer/autoload_static.php

    r2297215 r2331934  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitc009f11047c01e0c2bf56ca7a6b4e951
     7class ComposerStaticInit
    88{
    99    public static $files = array (
    1010        '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
    1111        'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
     12
    1213        '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
    13         '25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php',
     14        '.php',
    1415        '9c67151ae59aff4788964ce8eb2a0f43' => __DIR__ . '/..' . '/clue/stream-filter/src/functions_include.php',
    15         'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
    1616        'f598d06aa772fa33d905e87be6398fb1' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/bootstrap.php',
     17
    1718        '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
    18         '8cff32064859f4559445b89279f3199c' => __DIR__ . '/..' . '/php-http/message/src/filters.php',
    1919        '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
    2020        '5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php',
     
    131131        'Http\\Message\\' =>
    132132        array (
    133             0 => __DIR__ . '/..' . '/php-http/message/src',
    134             1 => __DIR__ . '/..' . '/php-http/message-factory/src',
     133            0 => __DIR__ . '/..' . '/php-http/message/src',
     134            1 => __DIR__ . '/..' . '/php-http/message/src',
    135135        ),
    136136        'Http\\Discovery\\' =>
     
    209209    {
    210210        return \Closure::bind(function () use ($loader) {
    211             $loader->prefixLengthsPsr4 = ComposerStaticInitc009f11047c01e0c2bf56ca7a6b4e951::$prefixLengthsPsr4;
    212             $loader->prefixDirsPsr4 = ComposerStaticInitc009f11047c01e0c2bf56ca7a6b4e951::$prefixDirsPsr4;
    213             $loader->prefixesPsr0 = ComposerStaticInitc009f11047c01e0c2bf56ca7a6b4e951::$prefixesPsr0;
    214             $loader->classMap = ComposerStaticInitc009f11047c01e0c2bf56ca7a6b4e951::$classMap;
     211            $loader->prefixLengthsPsr4 = ComposerStaticInit::$prefixLengthsPsr4;
     212            $loader->prefixDirsPsr4 = ComposerStaticInit::$prefixDirsPsr4;
     213            $loader->prefixesPsr0 = ComposerStaticInit::$prefixesPsr0;
     214            $loader->classMap = ComposerStaticInit::$classMap;
    215215
    216216        }, null, ClassLoader::class);
  • wp-mail-gateway/tags/1.7/wp-mail-gateway.php

    r2297326 r2331934  
    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.6
     6Version:      1.
    77Author:       Shaharia Azam <mail@shaharia.com>
    8 Author URI:   http://www.shaharia.com?utm_source=wp-mail-gateway-plugin
     8Author URI:   http://www.shaharia.com?utm_source=wp
    99License:      GPL2
    1010License URI:  https://www.gnu.org/licenses/gpl-2.0.html
     
    2121
    2222define( "WP_MAIL_GATEWAY_PLUGIN_ROOT_DIR", __DIR__ );
    23 define( "WP_MAIL_GATEWAY_PLUGIN_VERSION", 1.6 );
     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

    r2297326 r2331934  
    22Contributors: shaharia.azam
    33Donate link: https://paypal.me/previewtechsllc
    4 Tags: email, gateway, mailgun, mandrill, mailjet, amazon-ses, postmark, sendgrid, sendinblue, smtp
     4Tags: email, gateway, mailgun, mandrill, mailjet, amazon-ses, postmark, sendgrid, sendinblue, smtp
    55Requires at least: 4.0
    6 Tested up to: 5.4.1
    7 Stable tag: 1.6
     6Tested up to: 5.4.
     7Stable tag: 1.
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    8888== Changelog ==
    8989
    90 = 1.6 =
    91 * Fatal error due to missing file has been fixed
    92 
    93 = 1.5 =
    94 * From name is now getting set accurately
    95 * Attachment support has been added during email delivery
    96 
    97 = 1.4 =
    98 * Added support for SMTP
    99 * Buy me a coffee donation button added
    100 * Few UI improvements
    101 * API credentials guides has been updated in the plugin settings page
     90= 1.7 =
     91* More regions added for Amazon SES
     92* Text changes in the plugin settings page
     93* Bumped compatibility with latest WordPress
  • wp-mail-gateway/trunk/src/Functions.php

    r2297215 r2331934  
    88        if ( strpos( $file, WP_MAIL_GATEWAY_PLUGIN_FILE ) !== false ) {
    99            $new_links = array(
    10                 'configuration' => '<a href="' . admin_url('page=wp-mail-gateway') .'" target="_blank">Configuration</a>'
     10                'configuration' => '<a href="' . admin_url('">Configuration</a>'
    1111            );
    1212
  • wp-mail-gateway/trunk/src/admin_template.html

    r2297215 r2331934  
    1212                </p>
    1313                <p>
    14                     Or directly write us at <a href="mailto:mail@shaharia.com">mail@shaharia.com</a>
     14                    Or directly write at <a href="mailto:mail@shaharia.com">mail@shaharia.com</a>
    1515                </p>
    1616            </div>
     
    2626                <p class="lead text-muted">
    2727                    <span style="text-decoration: underline; font-weight: bold">Need Donations</span><br>
    28                     Donate me to buy me a coffee. It inspires me to spend more time to build new tools and upgrade the existing ones. <br>
    29                     <script type="text/javascript" src="https://sellcodes.com/quick_purchase/sFC2M6FD/embed.js"></script>
    30                 <div class="sellcodes-quick-purchase"><a class="sc-button-first" data-product-id="sFC2M6FD" data-option-id="vTvB26Y4" data-redirect="1"><span class="custom-buy-now-text">Buy Me a Coffee</span></a></div>
     28                    <span style="color: #FF5722;font-weight: bold;">BIG SURPRISE IS COMING SOON!</span> Donate me to buy me a coffee. It inspires me to spend more time to build new tools and upgrade the existing ones. <br> <br>
     29                    <a href="https://paypal.me/previewtechsllc?locale.x=en_US" target="_blank" class="btn btn-warning">Buy Me Coffee via PayPal</a>
    3130                </p>
    3231            </div>
     
    8584                                    <select class="form-control" id="amazon_ses_region" name="amazon_ses_region">
    8685                                        <option value="" selected="selected">Select Region</option>
    87                                         <option value="email.us-east-1.amazonaws.com">email.us-east-1.amazonaws.com
    88                                         </option>
    89                                         <option value="email.us-west-2.amazonaws.com">email.us-west-2.amazonaws.com
    90                                         </option>
    91                                         <option value="email.eu-west-1.amazonaws.com">email.eu-west-1.amazonaws.com
    92                                         </option>
     86                                        <option value="email.us-east-1.amazonaws.com">US East (N. Virginia) / us-east-1</option>
     87                                        <option value="email.us-east-2.amazonaws.com">US East (Ohio) / us-east-2</option>
     88                                        <option value="email.us-west-1.amazonaws.com">US West (N. California) / us-west-1</option>
     89                                        <option value="email.us-west-2.amazonaws.com">US West (Oregon) / us-west-2</option>
     90                                        <option value="email.af-south-1.amazonaws.com">Africa (Cape Town) / af-south-1</option>
     91                                        <option value="email.ap-east-1.amazonaws.com">Asia Pacific (Hong Kong) / ap-east-1</option>
     92                                        <option value="email.ap-south-1.amazonaws.com">Asia Pacific (Mumbai) / ap-south-1</option>
     93                                        <option value="email.ap-northeast-3.amazonaws.com">Asia Pacific (Osaka-Local) / ap-northeast-3</option>
     94                                        <option value="email.ap-northeast-2.amazonaws.com">Asia Pacific (Seoul) / ap-northeast-2</option>
     95                                        <option value="email.ap-southeast-1.amazonaws.com">Asia Pacific (Singapore) / ap-southeast-1</option>
     96                                        <option value="email.ap-southeast-2.amazonaws.com">Asia Pacific (Sydney) / ap-southeast-2</option>
     97                                        <option value="email.ap-northeast-1.amazonaws.com">Asia Pacific (Tokyo) / ap-northeast-1</option>
     98                                        <option value="email.ca-central-1.amazonaws.com">Canada (Central) / ca-central-1</option>
     99                                        <option value="email.cn-north-1.amazonaws.com">China (Beijing)  / cn-north-1</option>
     100                                        <option value="email.cn-northwest-1.amazonaws.com">China (Ningxia) / cn-northwest-1</option>
     101                                        <option value="email.eu-central-1.amazonaws.com">Europe (Frankfurt) / eu-central-1</option>
     102                                        <option value="email.eu-west-1.amazonaws.com">Europe (Ireland) / eu-west-1</option>
     103                                        <option value="email.eu-west-2.amazonaws.com">Europe (London) / eu-west-2</option>
     104                                        <option value="email.eu-south-1.amazonaws.com">Europe (Milan) / eu-south-1</option>
     105                                        <option value="email.eu-west-3.amazonaws.com">Europe (Paris) / eu-west-3</option>
     106                                        <option value="email.eu-north-1.amazonaws.com">Europe (Stockholm) / eu-north-1</option>
     107                                        <option value="email.me-south-1.amazonaws.com">Middle East (Bahrain) / me-south-1</option>
     108                                        <option value="email.sa-east-1.amazonaws.com">South America (São Paulo) / sa-east-1</option>
    93109                                    </select>
    94110                                </div>
  • wp-mail-gateway/trunk/vendor/autoload.php

    r2180796 r2331934  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInitc009f11047c01e0c2bf56ca7a6b4e951::getLoader();
     7return ComposerAutoloaderInit::getLoader();
  • wp-mail-gateway/trunk/vendor/composer/autoload_files.php

    r2297215 r2331934  
    99    '7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
    1010    'a0edc8309cc5e1d60e3047b5df6b7052' => $vendorDir . '/guzzlehttp/psr7/src/functions_include.php',
     11
    1112    '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
    12     '25072dd6e2470089de65ae7bf11d3109' => $vendorDir . '/symfony/polyfill-php72/bootstrap.php',
     13    '.php',
    1314    '9c67151ae59aff4788964ce8eb2a0f43' => $vendorDir . '/clue/stream-filter/src/functions_include.php',
    14     'c964ee0ededf28c96ebd9db5099ef910' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php',
    1515    'f598d06aa772fa33d905e87be6398fb1' => $vendorDir . '/symfony/polyfill-intl-idn/bootstrap.php',
     16
    1617    '37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
    17     '8cff32064859f4559445b89279f3199c' => $vendorDir . '/php-http/message/src/filters.php',
    1818    '320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
    1919    '5255c38a0faeba867671b61dfda6d864' => $vendorDir . '/paragonie/random_compat/lib/random.php',
  • wp-mail-gateway/trunk/vendor/composer/autoload_psr4.php

    r2297215 r2331934  
    2121    'Http\\Promise\\' => array($vendorDir . '/php-http/promise/src'),
    2222    'Http\\Message\\MultipartStream\\' => array($vendorDir . '/php-http/multipart-stream-builder/src'),
    23     'Http\\Message\\' => array($vendorDir . '/php-http/message/src', $vendorDir . '/php-http/message-factory/src'),
     23    'Http\\Message\\' => array($vendorDir . '/php-http/message/src'),
    2424    'Http\\Discovery\\' => array($vendorDir . '/php-http/discovery/src'),
    2525    'Http\\Client\\Common\\' => array($vendorDir . '/php-http/client-common/src'),
  • wp-mail-gateway/trunk/vendor/composer/autoload_real.php

    r2180796 r2331934  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitc009f11047c01e0c2bf56ca7a6b4e951
     5class ComposerAutoloaderInit
    66{
    77    private static $loader;
     
    2020        }
    2121
    22         spl_autoload_register(array('ComposerAutoloaderInitc009f11047c01e0c2bf56ca7a6b4e951', 'loadClassLoader'), true, true);
     22        spl_autoload_register(array('ComposerAutoloaderInit', 'loadClassLoader'), true, true);
    2323        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    24         spl_autoload_unregister(array('ComposerAutoloaderInitc009f11047c01e0c2bf56ca7a6b4e951', 'loadClassLoader'));
     24        spl_autoload_unregister(array('ComposerAutoloaderInit', 'loadClassLoader'));
    2525
    2626        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    2828            require_once __DIR__ . '/autoload_static.php';
    2929
    30             call_user_func(\Composer\Autoload\ComposerStaticInitc009f11047c01e0c2bf56ca7a6b4e951::getInitializer($loader));
     30            call_user_func(\Composer\Autoload\ComposerStaticInit::getInitializer($loader));
    3131        } else {
    3232            $map = require __DIR__ . '/autoload_namespaces.php';
     
    4949
    5050        if ($useStaticLoader) {
    51             $includeFiles = Composer\Autoload\ComposerStaticInitc009f11047c01e0c2bf56ca7a6b4e951::$files;
     51            $includeFiles = Composer\Autoload\ComposerStaticInit::$files;
    5252        } else {
    5353            $includeFiles = require __DIR__ . '/autoload_files.php';
    5454        }
    5555        foreach ($includeFiles as $fileIdentifier => $file) {
    56             composerRequirec009f11047c01e0c2bf56ca7a6b4e951($fileIdentifier, $file);
     56            composerRequire($fileIdentifier, $file);
    5757        }
    5858
     
    6161}
    6262
    63 function composerRequirec009f11047c01e0c2bf56ca7a6b4e951($fileIdentifier, $file)
     63function composerRequire($fileIdentifier, $file)
    6464{
    6565    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • wp-mail-gateway/trunk/vendor/composer/autoload_static.php

    r2297215 r2331934  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitc009f11047c01e0c2bf56ca7a6b4e951
     7class ComposerStaticInit
    88{
    99    public static $files = array (
    1010        '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
    1111        'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
     12
    1213        '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
    13         '25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php',
     14        '.php',
    1415        '9c67151ae59aff4788964ce8eb2a0f43' => __DIR__ . '/..' . '/clue/stream-filter/src/functions_include.php',
    15         'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
    1616        'f598d06aa772fa33d905e87be6398fb1' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/bootstrap.php',
     17
    1718        '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
    18         '8cff32064859f4559445b89279f3199c' => __DIR__ . '/..' . '/php-http/message/src/filters.php',
    1919        '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
    2020        '5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php',
     
    131131        'Http\\Message\\' =>
    132132        array (
    133             0 => __DIR__ . '/..' . '/php-http/message/src',
    134             1 => __DIR__ . '/..' . '/php-http/message-factory/src',
     133            0 => __DIR__ . '/..' . '/php-http/message/src',
     134            1 => __DIR__ . '/..' . '/php-http/message/src',
    135135        ),
    136136        'Http\\Discovery\\' =>
     
    209209    {
    210210        return \Closure::bind(function () use ($loader) {
    211             $loader->prefixLengthsPsr4 = ComposerStaticInitc009f11047c01e0c2bf56ca7a6b4e951::$prefixLengthsPsr4;
    212             $loader->prefixDirsPsr4 = ComposerStaticInitc009f11047c01e0c2bf56ca7a6b4e951::$prefixDirsPsr4;
    213             $loader->prefixesPsr0 = ComposerStaticInitc009f11047c01e0c2bf56ca7a6b4e951::$prefixesPsr0;
    214             $loader->classMap = ComposerStaticInitc009f11047c01e0c2bf56ca7a6b4e951::$classMap;
     211            $loader->prefixLengthsPsr4 = ComposerStaticInit::$prefixLengthsPsr4;
     212            $loader->prefixDirsPsr4 = ComposerStaticInit::$prefixDirsPsr4;
     213            $loader->prefixesPsr0 = ComposerStaticInit::$prefixesPsr0;
     214            $loader->classMap = ComposerStaticInit::$classMap;
    215215
    216216        }, null, ClassLoader::class);
  • wp-mail-gateway/trunk/wp-mail-gateway.php

    r2297326 r2331934  
    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.6
     6Version:      1.
    77Author:       Shaharia Azam <mail@shaharia.com>
    8 Author URI:   http://www.shaharia.com?utm_source=wp-mail-gateway-plugin
     8Author URI:   http://www.shaharia.com?utm_source=wp
    99License:      GPL2
    1010License URI:  https://www.gnu.org/licenses/gpl-2.0.html
     
    2121
    2222define( "WP_MAIL_GATEWAY_PLUGIN_ROOT_DIR", __DIR__ );
    23 define( "WP_MAIL_GATEWAY_PLUGIN_VERSION", 1.6 );
     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.