Skip to content

Commit 6049356

Browse files
committed
2 parents 793d129 + 686a32f commit 6049356

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lib/wup-client.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function __construct($type, $slug, $url){
2020
}
2121
}
2222

23-
class WUPClient0_1_1{
23+
class WUPClient0_1_2{
2424
public $url;
2525
public $type;
2626
public $slug;
@@ -205,7 +205,8 @@ public function getWUPData($localVersion){
205205
'blocking' => true,
206206
'headers' => array(
207207
'WP_DOMAIN' => home_url(),
208-
'WP_VERSION' => $localVersion
208+
'WP_VERSION' => $localVersion,
209+
'WUP_CLIENT_VERSION' => '0.1.2'
209210
),
210211
'cookies' => array(),
211212
'body' => null,

0 commit comments

Comments
 (0)