Skip to content

Releases: Garethp/php-ews

Version 0.4.1

22 Jul 09:45
Compare
Choose a tag to compare

0.4.1 - 2015-07-22

  • Updating Type::buildFromArray

Version 0.4.0

22 Jul 09:07
Compare
Choose a tag to compare

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

21 Jul 13:44
Compare
Choose a tag to compare

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

16 Jul 15:31
Compare
Choose a tag to compare

Fixed bug where setting recordLocation sets to mode

Version 0.3.0

16 Jul 14:30
Compare
Choose a tag to compare

Changelog

0.3.0 - 2015-07-*

  • Added Changelog
  • Added deleteItems($items, $options = array()) and deleteCalendarItem($itemId, $changeKey)
  • Added deleteAllCalendarItems($from = '12:00 AM', $to = '11:59 PM');
  • Added support for DateTime to be passed in to getCalendarItems and deleteAllCalendarItems
  • 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

06 Jul 09:38
Compare
Choose a tag to compare
v0.2.0

Format and signature changes