From ff6239784e40b249ffdb31af875e06e0eb6816fa Mon Sep 17 00:00:00 2001 From: Contex Date: Mon, 2 Jun 2014 20:21:53 +0200 Subject: [PATCH 1/2] Updated version to 1.4 --- net/xenapi/XenAPI/api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/xenapi/XenAPI/api.php b/net/xenapi/XenAPI/api.php index 0f2d665..38e67d9 100644 --- a/net/xenapi/XenAPI/api.php +++ b/net/xenapi/XenAPI/api.php @@ -56,7 +56,7 @@ $restAPI->processRequest(); class RestAPI { - const VERSION = '1.4.dev'; + const VERSION = '1.4'; const GENERAL_ERROR = 0x201; const USER_ERROR = 0x202; /** @@ -4869,4 +4869,4 @@ public function getUnreadAlertsCount() { public function getPermissionCache() { return $this->data['global_permission_cache']; } -} \ No newline at end of file +} From 2b6fa505b10d684d5d19b5ef449b2bc835302885 Mon Sep 17 00:00:00 2001 From: Contex Date: Mon, 2 Jun 2014 23:28:27 +0200 Subject: [PATCH 2/2] Added logo to README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09ff540..f8eeee3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -XenAPI +![Logo](http://i.imgur.com/1qYuVcr.png) + ========== This REST API allows usage of several of XenForo functions, such as authentication, user information and many more functions! @@ -7,4 +8,4 @@ This project is a WIP, so be patient. Feel free to submit Pull Requests and sugg Copyright (c) 2012-2014, XenAPI -XenAPI is licensed under GNU LESSER GENERAL PUBLIC LICENSE Version 3. \ No newline at end of file +XenAPI is licensed under GNU LESSER GENERAL PUBLIC LICENSE Version 3.