Lines Matching refs:now

33 * This package now specifies in composer.json that it does not support PHP 7.
40 * #284: When generating `CANCEL` iTip messages, we now include `DTEND`.
79 * #216: `ENCODING` parameter is now validated for all document types.
80 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now
118 * #168: Expanding calendars now removes objects with recurrence rules that
122 * #175: Parser can now read and skip the UTF-8 BOM.
138 * #154: It's now possible to easily select all vCard properties belonging to
143 DATE-TIME properties can now all accept a reference timezone when working
146 * #159: `RECURRENCE-ID` for all-day events will now be correct when expanding.
153 * #142: `CANCEL` and `REPLY` messages now include the `DTSTART` from the
156 * #144: `PARTSTAT=NEEDS-ACTION` is now set for new invites, if no `PARTSTAT` is
169 * Changed: iTip broker now sets RSVP status to false when replies are received.
170 * #118: iTip Message now has a `getScheduleStatus()` method.
178 * #131: RRULE that doesn't provide a single valid instance now throws an
191 * Changed: It's now possible to pass DateTime objects when using the magic
192 setters on properties. (`$event->DTSTART = new DateTime('now')`).
194 * #112: EventIterator now sets TZID on RECURRENCE-ID.
199 * #115: Using REQUEST-STATUS from REPLY messages and now propegating that into
206 * We now use PSR-4 for the directory structure. This means that everything
207 that was used to be in the `lib/Sabre/VObject` directory is now moved to
210 * VEVENT now get populated with a DTSTAMP and UID property by default.
227 * Added: Issue #98. The VCardConverter now takes `X-APPLE-OMIT-YEAR` into
236 * Validator now checks if DUE and DTSTART are of the same type in VTODO, and
263 * The validator can now detect a _lot_ more problems. Many rules for both
268 * Changed: The timezone maps are now loaded in from external files, in
306 many, are now automatically padded with empty components.
307 * Added: The vCard validator now also checks for a minimum number of components,
339 * Fixed: VCard 4 documents now correctly use URI as a default value-type for
342 * Added: You can now add() multiple parameters to a property in one call.
346 * Changed: All $duration properties are now public.
374 * Added: OPTION_FORGIVING now also allows slashes in property names.
401 * Fixed: Multiple parameters with the same name are now correctly encoded.
402 * Fixed: Parameter values containing a comma are now enclosed in double-quotes.
403 * Fixed: Iterating parameter values should now fully work as expected.
405 * Changed: $valueMap, $componentMap and $propertyMap now all use fully-qualified
407 * Fixed: Updating DATE-TIME to DATE values now behaves like expected.
413 * Added: It's now possible to send parser options to the splitter classes.
420 * Changed: propertyMap, valueMap and componentMap are now static properties.
423 * Added: Splitter objects are now faster, line numbers are accurately reported
425 * Added: MimeDir parser can now continue parsing with the same stream buffer.
428 * Fixed: QUOTED-PRINTABLE is now correctly encoded as well as encoded, for
459 * Changed: the ->value property is now protected everywhere. Use getParts() and
463 * Added: It's now possible to easy set multi-value properties as arrays.
548 * Fixed: The reader now properly parses parameters without a value.
554 * Fixed: The FreeBusyGenerator is now properly using the factory methods for
569 * Fixed: RecurrenceIterator now repairs recurrence rules where UNTIL < DTSTART.
596 * Added: The Reader class now has a 'FORGIVING' option, which allows it to parse
610 * VObject is now a separate project from SabreDAV. See the SabreDAV changelog
612 * New: VObject library now uses PHP 5.3 namespaces.