Plugin Directory

Changeset 1390278


Ignore:
Timestamp:
04/08/2016 02:19:04 PM (10 years ago)
Author:
sparkpost
Message:

Release v2.2.1

Location:
sparkpost/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • sparkpost/trunk/admin.widget.class.php

    r1378071 r1390278  
    105105            <hr/>
    106106            <div>
    107                 <h2>Test Email</h2>
     107                <h3>Test Email</h3>
    108108                <?php
    109109                if (isset($_POST['sp_test_email'])) {
  • sparkpost/trunk/mailer.http.class.php

    r1378071 r1390278  
    1717
    1818        parent::__construct($exceptions);
     19    }
     20
     21    function mailSend($header, $body) { /** TODO check if need to use $header, $body */
     22        return $this->sparkpostSend();
    1923    }
    2024
     
    3842        $result = $http->request($this->endpoint, $data);
    3943        $this->edebug('Response received');
    40         $this->edebug('Response headers: ' . print_r($result['headers'], true));
    41         $this->edebug('Response body: ' . print_r($result['body'], true));
    4244
    4345        return $this->handle_response($result);
     
    149151            return false;
    150152        }
     153       
     154        $this->edebug('Response headers: ' . print_r($response['headers'], true));
     155        $this->edebug('Response body: ' . print_r($response['body'], true));
    151156
    152157        $body = json_decode($response['body']);
  • sparkpost/trunk/readme.txt

    r1378071 r1390278  
    44Requires at least: 4.0
    55Tested up to: 4.4.2
    6 Stable tag: 2.2.0
     6Stable tag: 2.2.1
    77License: GPLv2 or later
    88
     
    4747
    4848== Changelog ==
     49
     50= 2.2.1 =
     51- Fix issue for previous version of WordPress
    4952
    5053= 2.2.0 =
  • sparkpost/trunk/wordpress-sparkpost.php

    r1378071 r1390278  
    77Plugin URI: http://sparkpost.com/
    88Description: Send all your email from Wordpress through SparkPost, the world's most advanced email delivery service.
    9 Version: 2.2.0
     9Version: 2.2.1
    1010Author: SparkPost
    1111Author URI: http://sparkpost.com
Note: See TracChangeset for help on using the changeset viewer.