Skip to content

Releases: jamesiarmes/php-ews

1.0.0

04 Oct 01:19
Compare
Choose a tag to compare

First stable release.

Changed

  • Updated minimum required version of php-ntlm.

1.0.0-rc.2

11 Mar 20:54
Compare
Choose a tag to compare
1.0.0-rc.2 Pre-release
Pre-release

Changed

  • Fixed capitalization of URL property on PushSubscriptionRequestType.
  • Fixed capitalization of redirect element in autodiscovery.
  • Updated contact/update example to use a constant for the field URI.
  • Added output for downloaded attachments in message/get-attachments example.

1.0.0-rc.1

03 Mar 01:24
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

Added

  • ProposeNewTimeType implementation.

1.0.0-beta.4

12 Feb 22:00
Compare
Choose a tag to compare
1.0.0-beta.4 Pre-release
Pre-release

Changed

  • Autodiscovery failure now throws a RuntimeException.

1.0.0-beta.3

22 Jan 03:48
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release

Added

  • Example for a message with an inline attachment.

Changed

  • Fixed Exchange 2007 version parsing in autodiscovery.
  • Fixed event title in event/create example.
  • Improved error messages in examples.

1.0.0-beta.2

13 Jan 03:06
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

Added

  • Autodiscover, user, event, message and timezone examples.

Changed

  • Set default value to array for some properties that were not set.

1.0.0-beta.1

30 Dec 21:51
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

Added

  • Composer support.
  • Appropriate base classes.
  • Missing Exchange 2010 and 2013 operations.
  • Class map so responses use the proper response objects rather than stdClass.
  • Method to set cURL options for requests.
  • Method to set the timezone for requests.

Changed

  • Renamed and namespaced all classes to be PSR-4 compatible.
  • Updated various code documentation.
  • Assets now match the latest for Exchange 2016/Exchange Online.
  • Autodiscovery now supports Exchange 2013 and 2016.
  • Properties on array types in responses should always be an array now.
  • SOAP client and headers are only reinitialized/rebuilt when necessary.
  • Default Microsoft Exchange version is now 2013.

Removed

  • Custom exception class.
  • Invalid schema versions.

Deprecated

  • Instantiating enumeration classes, reference the constants instead.

v0.1.1

19 Feb 19:25
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Fixed EWSType_DistinguishedFolderIdNameType::JUNK value.
  • Added CHANGELOG.txt.
  • Added missing quote in README.txt.

v0.1

19 Dec 02:35
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release
  • Initial release.
  • Supports Exchange 2007 and 2010.

This release will not be continually support, but allows you to ensure your version doesn't change as new updates are made.