Skip to content

Commit c6ddcdc

Browse files
committed
Bump to version 0.1.5
2 parents 80b68f6 + 0b180ff commit c6ddcdc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CloudControl/API.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ class API {
3030
* predefined API URL
3131
* @const string
3232
*/
33-
const URL = 'https://api.cloudcontrol.com';
33+
const URL = 'https://api.cloudcontrolled.com';
3434

3535
/**
3636
* set certificate validation (if https protocol used)
3737
* @const boolean
3838
*/
39-
const SSL_VERIFY_PEER = false;
39+
const SSL_VERIFY_PEER = true;
4040

4141
/**
4242
* api version
4343
* @var string
4444
*/
45-
const VERSION = '0.1.4';
45+
const VERSION = '0.1.5';
4646

4747
/**
4848
* token length - to check the token

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "cloudcontrol/phpcclib",
3-
"version": "0.1.3.9",
43
"type": "library",
54
"description": "cloudControl api helper",
65
"keywords": ["cloudControl"],

0 commit comments

Comments
 (0)