forked from iCalcreator/iCalcreator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreleaseNotes-2.24
More file actions
53 lines (46 loc) · 1.51 KB
/
releaseNotes-2.24
File metadata and controls
53 lines (46 loc) · 1.51 KB
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
iCalcreator 2.24 releaseNotes
This is a major release!
The release includes (but not limited to)
MAJOR rewrite (but same API)
- require PHP >= 5.4
- namespace 'kigkonsult\iCalcreator'
- all calendar properties implemented as traits
with property declaration, create- and set-methods
- class 'iCalUtilityFunctions' renamed 'util'
- component, property, config key names etc
defined as public static properties in util
- more common operations refactored into util classes
- (component) method copy removed
- all config assembled in an array
config FORMAT and NL removed (always using iCal 'CRLF')
- old xCal (XML) output removed
- new class timezoneHandler (method createTimezone etc)
- new class iCalXML managing (rfc6321) XML
- new class iCalvCard managing vCard export
- new class vcalendarSortHandler managing comparison functions
- updated autoloader and altered folder structure
- improved performance
Bug fixed and updates:
util::size75()
no line break in CRLF
preserve opt. trailing CRLF
vcalendar::selectComponents()
index typo
no 'split' when event end at midnight
iCalXML::XMLgetProps()
X-prop parameter VALUE
PHP 7
substr adapt
vcalendar::sort()
reworked
util::splitContent()
attribute split index
vcalendar::getComponent()
calendarComponent::getComponent()
iCalBase::deleteComponent()
UID/component name spilt
code refresh:
fixed typos and fcn arg. and return types
utilRecur class
timezoneHandler::createTimezone(), timezone mgnt
vcalendar::newComponent() wrappers, ex. vcalendar::newVevent() etc