Changeset 1390278
- Timestamp:
- 04/08/2016 02:19:04 PM (10 years ago)
- Location:
- sparkpost/trunk
- Files:
-
- 4 edited
-
admin.widget.class.php (modified) (1 diff)
-
mailer.http.class.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
-
wordpress-sparkpost.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sparkpost/trunk/admin.widget.class.php
r1378071 r1390278 105 105 <hr/> 106 106 <div> 107 <h 2>Test Email</h2>107 <h3>Test Email</h3> 108 108 <?php 109 109 if (isset($_POST['sp_test_email'])) { -
sparkpost/trunk/mailer.http.class.php
r1378071 r1390278 17 17 18 18 parent::__construct($exceptions); 19 } 20 21 function mailSend($header, $body) { /** TODO check if need to use $header, $body */ 22 return $this->sparkpostSend(); 19 23 } 20 24 … … 38 42 $result = $http->request($this->endpoint, $data); 39 43 $this->edebug('Response received'); 40 $this->edebug('Response headers: ' . print_r($result['headers'], true));41 $this->edebug('Response body: ' . print_r($result['body'], true));42 44 43 45 return $this->handle_response($result); … … 149 151 return false; 150 152 } 153 154 $this->edebug('Response headers: ' . print_r($response['headers'], true)); 155 $this->edebug('Response body: ' . print_r($response['body'], true)); 151 156 152 157 $body = json_decode($response['body']); -
sparkpost/trunk/readme.txt
r1378071 r1390278 4 4 Requires at least: 4.0 5 5 Tested up to: 4.4.2 6 Stable tag: 2.2. 06 Stable tag: 2.2.1 7 7 License: GPLv2 or later 8 8 … … 47 47 48 48 == Changelog == 49 50 = 2.2.1 = 51 - Fix issue for previous version of WordPress 49 52 50 53 = 2.2.0 = -
sparkpost/trunk/wordpress-sparkpost.php
r1378071 r1390278 7 7 Plugin URI: http://sparkpost.com/ 8 8 Description: Send all your email from Wordpress through SparkPost, the world's most advanced email delivery service. 9 Version: 2.2. 09 Version: 2.2.1 10 10 Author: SparkPost 11 11 Author URI: http://sparkpost.com
Note: See TracChangeset
for help on using the changeset viewer.