Skip to content

Commit

Permalink
Update user agent version
Browse files Browse the repository at this point in the history
  • Loading branch information
mboynes committed Sep 25, 2016
1 parent ca77deb commit 09d0a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/class-sp-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function setup() {
$this->request_defaults = array(
'sslverify' => false,
'timeout' => 10,
'user-agent' => 'SearchPress 0.1 for WordPress',
'user-agent' => 'SearchPress 0.2 for WordPress',
'reject_unsafe_urls' => false,
);

Expand Down

0 comments on commit 09d0a21

Please sign in to comment.