Releases: Garethp/php-ews
Releases · Garethp/php-ews
Version 0.4.1
0.4.1 - 2015-07-22
- Updating Type::buildFromArray
Version 0.4.0
0.4.0 - 2015-07-22
- Added Body to typemap
- Added automatic getters and setters (
$calenderItem->getSubject()
for CalendarItem example) - Added automatic casting for Start and End in CalendarItem (
$calendarItem->setStart(new \DateTime())
will work)
Version 0.3.2
0.3.2 - 2015-07-21
- Made HttpPlayback to be instanced instead of static (Can make it write to more than one file)
- Added Automatic getters and setters for items (Can do $item->getItemId() for example)
- Added CalendarItem to the classmap for SoapClient (Getting CalendarItems will return that class now)
- Added a TODO file
Version 0.3.1
Fixed bug where setting recordLocation sets to mode
Version 0.3.0
Changelog
0.3.0 - 2015-07-*
- Added Changelog
- Added
deleteItems($items, $options = array())
anddeleteCalendarItem($itemId, $changeKey)
- Added
deleteAllCalendarItems($from = '12:00 AM', $to = '11:59 PM');
- Added support for DateTime to be passed in to
getCalendarItems
anddeleteAllCalendarItems
- Added support for Timezones to be passed in
- Added HttpPlayback abilities
- Improved some unit tests
- Improved outputs to remove levels of traversal
0.2.0 - 2015-07-04
- Initial Release of the PSR-4 version of php-ews
Version 0.2.0
v0.2.0 Format and signature changes