1
- v0.3.1 to v0.4
2
- - added add-functionality for CardDAV-Contacts
3
- - added vCard import-functionality for CardDAV-Addressbooks
4
- - license change from LGPLv2 to AGPLv3
5
- - CardDAV-Backend class update to v0.4.9
6
- - added logging
7
- - each CardDAV-Server is now an own addressbook not a group of a global CardDAV-Addressbook like before
8
- - minor bugfixes
9
- - improved synchronization
1
+ Changes from v0.4 to v0.5
2
+ - Added automaticly synchronized CardDAV contacts via cronjob
3
+ - Added larray skin support
4
+ - Added list of CardDAV servers
5
+ - Added read only option for CardDAV servers
6
+ - Added SOGo support
7
+ - CardDAV backend class update to v0.5.1
8
+ - Minor comment, phpdoc and documentation changes
10
9
11
- v0.3 to v0.3.1
12
- - bugfix: didn't merged vCards on edit correctly
10
+ Changes from v0.3.1 to v0.4
11
+ - Added add functionality for CardDAV contacts
12
+ - Added vCard import functionality for CardDAV addressbooks
13
+ - License change from LGPLv2 to AGPLv3
14
+ - CardDAV backend class update to v0.4.9
15
+ - Added logging functionality
16
+ - Each CardDAV server is now an own addressbook not a group of a global CardDAV addressbook like before
17
+ - Minor bugfixes
18
+ - Improved synchronization
13
19
14
- changes from v0.2.5 to v0.3
15
- - added edit and delete functionality for CardDAV-Contacts
16
- - added sabreDAV support
17
- - added ownCloud support
18
- - CardDAV-Backend class update to v0.4.6
19
- - restructured and cleaned carddav_addressbook class (not completly done yet)
20
- - minor improvements (CURL install check, usability improvements, sync don't add empty vcards now, ...)
21
- - added IT and FR language files
20
+ Changes from v0.3 to v0.3.1
21
+ - Bugfix: didn't merged vCards on edit correctly
22
22
23
- changes from v0.2.4 to v0.2.5
24
- - bugfix: email and name can now be null
25
- - ajax POST contents are now base64 encoded
26
- - username and password can now be empty
27
- - minor localization changes
23
+ Changes from v0.2.5 to v0.3
24
+ - Added edit and delete functionality for CardDAV contacts
25
+ - Added sabreDAV support
26
+ - Added ownCloud support
27
+ - CardDAV backend class update to v0.4.6
28
+ - Restructured and cleaned carddav_addressbook class (not completly done yet)
29
+ - Minor improvements (CURL install check, usability improvements, sync don't add empty vCards now, ...)
30
+ - Added IT and FR language files
28
31
29
- changes from v0.2.3 to v0.2.4
30
- - bugfix: last_modified date is now STRING instead of INT
31
- - CardDAV-Backend class update to v0.4.2
32
+ Changes from v0.2.4 to v0.2.5
33
+ - Bugfix: email and name can now be null
34
+ - Ajax POST contents are now base64 encoded
35
+ - Username and password can now be empty
36
+ - Minor localization changes
32
37
33
- changes from v0.2.2 to v0.2.3
34
- - added memotoo support
38
+ Changes from v0.2.3 to v0.2.4
39
+ - Bugfix: last_modified date is now STRING instead of INT
40
+ - CardDAV backend class update to v0.4.2
41
+
42
+ Changes from v0.2.2 to v0.2.3
43
+ - Added memotoo support
35
44
- CardDAV-Backend class update to v0.4.1
36
- - added addressbook search functionality
37
- - changed version naming
38
- - carddav_addressbook class restructured
45
+ - Added addressbook search functionality
46
+ - Changed version naming
47
+ - Restructured carddav_addressbook class
39
48
40
- changes from 0.2.1 to 0.2.2
41
- - CardDAV-Backend class update to v0.4
42
- - added apple addressbook server support
49
+ Changes from 0.2.1 to 0.2.2
50
+ - CardDAV backend class update to v0.4
51
+ - Added apple addressbook server support
43
52
44
- changes from 0.2 to 0.2.1
45
- - show CardDAV-Contacts list (addressbook pagination) bugfix
46
- - autocomplete CardDAV-Contacts groups bugfix
47
- - CardDAV-Groups will now be displayed correctly in the CardDAV-Contact detail view
48
- - hide CardDAV-Contacts sync button if no CardDAV-Servers were added
49
- - fallback skin path added "skins/default"
50
- - minor localization changes
53
+ Changes from 0.2 to 0.2.1
54
+ - Show CardDAV contacts list (addressbook pagination) bugfix
55
+ - Autocomplete CardDAV contacts groups bugfix
56
+ - CardDAV groups will now be displayed correctly in the CardDAV contact detail view
57
+ - Hide CardDAV contacts sync button if no CardDAV servers were added
58
+ - Fallback skin path added "skins/default"
59
+ - Minor localization changes
51
60
52
- changes from 0.1 to 0.2
53
- - save / delete CardDAV-Server settings via ajax
54
- - minor class structure changes
55
- - minor localization changes
56
- - minor database changes
57
- - initial CardDAV-Contacts sync
58
- - addressbook integration (read only)
59
- - manuel CardDAV-Contacts sync (read only)
60
- - CardDAV-Backend class update to v0.3.4
61
- - autocomplete CardDAV-Contacts
61
+ Changes from 0.1 to 0.2
62
+ - Save / delete CardDAV server settings via ajax
63
+ - Minor class structure changes
64
+ - Minor localization changes
65
+ - Minor database changes
66
+ - Initial CardDAV contacts sync
67
+ - Addressbook integration (read only)
68
+ - Manuel CardDAV contacts sync (read only)
69
+ - CardDAV backend class update to v0.3.4
70
+ - Autocomplete CardDAV contacts
62
71
63
72
release 0.1
64
- - save / delete CardDAV-Server settings
65
- - realtime CardDAV-Server check
66
- - multiple CardDAV-Server for each user
67
- - English and German localization
73
+ - Save / delete CardDAV server settings
74
+ - Realtime CardDAV server check
75
+ - Multiple CardDAV server for each user
76
+ - English and German localization
0 commit comments