Skip to content

Commit 2f3a701

Browse files
authored
Merge pull request Clever#35 from Dylan-Buth/update-to-1.2
Updated to use v1.2 of API
2 parents 4a1fdfe + 8abfd34 commit 2f3a701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Clever.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ abstract class Clever
1414
{
1515
public static $auth = array();
1616
public static $logger;
17-
public static $apiBase = 'https://api.clever.com/v1.1';
17+
public static $apiBase = 'https://api.clever.com/v1.2';
1818
public static $verifySslCerts = true;
19-
const VERSION = '1.1.0';
19+
const VERSION = '1.2.0';
2020

2121
public static function getApiKey() {
2222
return isset(self::$auth['apiKey']) ? self::$auth['apiKey'] : null;

0 commit comments

Comments
 (0)