forked from christian-putzke/CardDAV-PHP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
68 lines (54 loc) · 1.91 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
change from 0.4.2 to 0.4.3
- added sabreDAV support
change from 0.4.1 to 0.4.2
- standardized "get last modified" seems not to work with every server configuration -> no standardized date anymore!
change from 0.4 to 0.4.1
- added memotoo support
- bugfix: mostly check_connection() returned "true" if the server connection failed
- removed unused code
- standardized "get last modified" to unix-timestamp
- changed version naming
change from 0.3.3 to 0.4
- switched from "fopen" to curl for all server requests
- get() uses now PROPFIND instead of REPORT
- simplified response additionally returns "get last modified"
- added Apple addressbook server support
change from 0.3.3 to 0.3.4
- vCard id returned by get() excludes now the file extension ".vcf"
change from 0.3.2 to 0.3.3
- minor comment changes
change from 0.3.1 to 0.3.2
- minor phpdoc changes / extensions
change from 0.3 to 0.3.1
- get only entries if a vCard id exists
- get etag bugfix (PROFIND -> REPORT)
- vCard id generator bugfix
- minor class-structure and comment changes
change from 0.2.2 to 0.3
- deleted unused methods
- added server connection check
- added some more examples
- get() can now return complete vCards
change from 0.2.1 to 0.2.2
- added error handling
- added phpdoc support
- cleaned comments / variables
change from 0.2 to 0.2.1
- xml requests will be built by the XMLWriter
- added etag to simplified response
change from 0.1.2 to 0.2
- added add functionality
- added update functionality
- added get vCard functionality
- added user-agent to http-requests
- added simplified response
- set vCard standard fields (Version, N, FN)
change from 0.1.1 to 0.1.2
- added delete functionality
change from 0.1 to 0.1.1
- added filter type (OR / AND)
release 0.1
- query CardDAV server with XML-Response (only tested on davical)
- filter functionality for search implementations
- fieldsets for minimal vCards within the XML-Response
- authentification