]> git.mxchange.org Git - friendica-addons.git/blob - dav/Changelog.txt
Addon class
[friendica-addons.git] / dav / Changelog.txt
1 v0.3
2 [REFACTOR] The new version of the VObject Library is used
3 [REFACTOR] The addressbook part has beed heavily refactored
4 [REFACTOR] Remove some Friendica-specific code out of the "common"-folder
5
6 v0.2.0
7 ======
8 [FEATURE] Multiple private Calendars can be created. Each calendar can have its own default color; single events of a calendar can override this setting.
9 [FEATURE] Support for recurring events.
10 [FEATURE] ICS files can be imported to and exported from a calendar.
11 [FEATURE] Notification by e-mail is supported.
12 [COMPATIBILITY] When creating or updating an event using CalDAV, the etag is returned.
13
14 v0.1.1
15 ======
16 [FEATURE] A "New Event" Button in the navigation bar of the calendar is added.
17 [FEATURE] When creating an event by dragging in the calendar, the "Edit Details"-Link leads to a page where the details can be added before actually creating the event.
18 [BUGFIX] When editing a event, the start time cannot be set befor the end time anymore.
19 [BUGFIX] Fixed some problems with Magic Quotes
20
21 v0.1.0
22 ======
23 Initial Release