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