Skip to content

Commit 992f094

Browse files
committed
IMPROVED : Version 0.2
1 parent acb3990 commit 992f094

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

PHPGlances/PHPGlances.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
class PHPGlances{
4-
const VERSION = '0.1';
4+
const VERSION = '0.2';
55

66
private $_url;
77
private $_port = 80;

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ Changelog
4545
**Version 0.1**
4646
- Initial Release
4747

48-
**Version 0.2** __(current)__
48+
**Version 0.2**
4949
- ADDED pingServer() which return a boolean to check if Glances server is available
5050
- ADDED Replacement for functions used in Curl / JSON / SimpleXML / XmlRPC (Issue [#3](https://github.com/Progi1984/PHPGlances/issues/3))
5151
- ADDED getError() which return a string with the intercepted error when a function (like listMethods()) return false
52-
- ADDED setCacheStatus() which permits to disable and enable the cache & getCacheStatus() which permits to get the status (true or false) of the cache
52+
- ADDED setCacheStatus() which permits to disable and enable the cache & getCacheStatus() which permits to get the status (true or false) of the cache
53+
54+
**Version 0.3** __current__

0 commit comments

Comments
 (0)