updated version

This commit is contained in:
Torsten Stelling
2013-06-29 12:16:00 +02:00
parent b4b3766d15
commit 180592d391
2 changed files with 5 additions and 1 deletions

View File

@@ -98,3 +98,7 @@ v1.4.4 - 2013/6/28
* updated the documentation * updated the documentation
* changed some in saving the generated API-KEY - now its generated like in the Fever API documentation * changed some in saving the generated API-KEY - now its generated like in the Fever API documentation
v1.4.5 - 2013/6/29
* fixed the cannot mark/star bug

View File

@@ -1,6 +1,6 @@
<?php <?php
// v1.4.3 // v1.4.5
class FeverAPI extends Handler { class FeverAPI extends Handler {