Skip to content

Version 0.6.6

Compare
Choose a tag to compare
@Garethp Garethp released this 04 Dec 10:38
· 226 commits to master since this release

Changelog

0.6.6 - 2015-12-04

  • getAttachment not returns the mimeContent of the attachment, which will allow for saving the file
  • Added ItemAttachmentType::getItemAttachment() which will return whichever item is not null
  • Field URI's for updating items are now case insensitive and will either return preference:name or item:name or throw
    and exception

0.6.5 - 2015-11-25

  • Fixed a bug in CalendarAPI::createCalendarItems() that caused options not to be overridden

0.6.4 - 2015-11-24

  • Added an $options parameter in CalendarAPI::createCalendarItems($items, $options) to allow you to override the
    default options
  • Allow you to create ItemIdType with only an $itemId and not a $changeKey

0.6.3 - 2015-11-20

  • Extracted the authentication part of the call in to a configuration option for future authentication
  • Added an ExchangeWebServicesAuth class for generating these options
  • Moved API and ExchangeWebServices constructors to static functions. $api->buildClient() will now be deprecated and
    removed in 0.7.0. Please use $api = API::withUsernameAndPassword($server, $username, $password) instead
  • Added support for Office 365 with tokens instead of usernames and passwords. This is an experimental feature

0.6.2 - 2015-11-19

  • Fixed a bug where Guzzle wasn't actually attempting NTLM Authentication. It does now

0.6.1 - 2015-11-18

  • Fixed file names for the recordings for the test. This should allow installation on windows machines again

0.6.0 - 2015-11-16

  • Added a FolderIdType $folderId option to MailAPI::getMailItems() and MailAPI::getUnreadMailItems(). Because this
    is a minor BC breaking change, it gets a new new minor version, since this is a pre-1.0 release.