diff --git a/api/mailjet-api-v1.php b/api/mailjet-api-v1.php index c1dbc63d..1429ce15 100644 --- a/api/mailjet-api-v1.php +++ b/api/mailjet-api-v1.php @@ -99,7 +99,7 @@ public function sendRequest($method = false, $params = array(), $request = 'GET' curl_setopt($curl_handle, CURLOPT_USERPWD, $this->apiKey . ':' . $this->secretKey); curl_setopt($curl_handle, CURLOPT_VERBOSE, true); curl_setopt($curl_handle, CURLINFO_HEADER_OUT, true); - curl_setopt($curl_handle, CURLOPT_USERAGENT, 'wordpress-v1.4.2.11'); + curl_setopt($curl_handle, CURLOPT_USERAGENT, 'wordpress-v1.4.2.12'); $this->_request_post = false; if ($request == 'POST') @@ -224,4 +224,4 @@ public function debug() echo ''; echo ''; } -} \ No newline at end of file +}