Skip to content

Commit

Permalink
IMPROVED : Version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Jul 30, 2013
1 parent acb3990 commit 992f094
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PHPGlances/PHPGlances.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

class PHPGlances{
const VERSION = '0.1';
const VERSION = '0.2';

private $_url;
private $_port = 80;
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ Changelog
**Version 0.1**
- Initial Release

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

**Version 0.3** __current__

0 comments on commit 992f094

Please sign in to comment.