-
Notifications
You must be signed in to change notification settings - Fork 17
/
CHANGELOG
80 lines (53 loc) · 2.09 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
2009-10-23 Maksim Kotlyar <[email protected]>
* Change Playlist add new properties Duration, Url and change anotation to description
* Method Playlist::create should be called as signed.
* Add Radio class and method getPlaylist.
* Fix mistake from before commit in Caller::getInstance()
2009-10-22 Maksim Kotlyar <[email protected]>
* replace <? with <?php
* remove ?>
* Warning: Playlist::fromSimpleXMLElement() [playlist.fromsimplexmlelement]: Node no longer exists
* Rename var $userlist to $userlists on User::getPlaylists() line 371.
* PHP 5.3 Strict standards: Static function Caller::getInstance() should not be abstract
* PHP 5.3 Strict standards: Accessing static property DefaultCachePolicy::$MINUTE as non static
2009-01-31 Felix Bruns <[email protected]>
* PaginatedResult implements Countable
* Fixed typo in Util class
2008-12-27 Felix Bruns <[email protected]>
* PaginatedResult implements Iterator
* $size parameter of Media::getImage is now optional
2008-12-22 Felix Bruns <[email protected]>
* Added Shout class
* Added artist.getShouts
* Added event.getShouts
* Added user.getShouts
* Added venue.getEvents
* Added venue.getPastEvents
* Added venue.search
2008-12-17 Felix Bruns <[email protected]>
* Added more documentation comments
* Added MemoryCache class
2008-12-09 Felix Bruns <[email protected]>
* Fixed bug in SqliteCache
* Added CallerFactory
* Added CurlCaller, PeclCaller, SocketCaller
* Made Caller abstract
2008-12-08 Felix Bruns <[email protected]>
* Fixed user.getRecommendedEvents
* Added user.getRecommendedArtists
* Added group.getMembers
* Added CHANGELOG
* Added lastfm.api.php (autoloading classes)
* Changed User-Agent to "PHP last.fm API (PHP/<version>)"
2008-12-07 Felix Bruns <[email protected]>
* Fixed several bugs
* Added SqliteCache class
* Added DiskCache class
* Added support for caching
* Added LICENSE and README
2008-12-06 Felix Bruns <[email protected]>
* Fixed some bugs
* Added Error class (Exception)
* Added a lot of documentation comments
2008-12-03 Felix Bruns <[email protected]>
* Initial version