Releases: Garethp/php-ews
Releases · Garethp/php-ews
Version 0.11.2
Version 0.11.2
Bug Fixes
- Fix an issue with various types weren't correctly regenerated from the WDSL in the previous release. Thanks @kambereBr for spotting this
- Fix an issue where 16 Enumeration types were missing a
usestatement, causing them to fail. Thanks to @gazben for raising this issue - Fix some PHP 8.4 deprecation notices, contributed by @sax0n0xas
- Fix 6 classes having an incorrect type for Countable, ArrayAccess and IteratorAggregate. Thanks to @tomasnajman for reporting this (#285)
Version 0.11.1
Version 0.11.1
Breaking Changes
- Fix an issue with DistinguishedFolders not respecting impersonation (#276)
- Fixes various issues where stdClass types needed to be converted to their PHP Classes (#277, #273, #271) (Massive thanks to @kambereBr for this!)
- Fix an issue where passing in a timezone to the Client would cause calls to fail (#269)
Major Thanks
Thanks to @kambereBr and @marclaporte for investigating issues while I was unavailable and for helping to fix some bugs from 0.11.0!
Version 0.11.0
Version 0.11.0
Features
TypesandMessagesnow have their various getter and setter methods generated rather than being handled magicallyDateTimeobjects are now casted explicitly rather than being done automatically- Most of the
MagicMethodsTraithas been removed - All Attributes are now defined explicitly rather than dynamically
Breaking Changes
- Setters now define their parameter types
- Some array items that used to return a stdClass with an Entry object when there was only 1 entry will now return an array
Version 0.11.0 Beta
Version 0.11.0 Beta
Features
TypesandMessagesnow have their various getter and setter methods generated rather than being handled magicallyDateTimeobjects are now casted explicitly rather than being done automatically- Most of the
MagicMethodsTraithas been removed - All Attributes are now defined explicitly rather than dynamically
Breaking Changes
- Setters now define their parameter types
- Some array items that used to return a stdClass with an Entry object when there was only 1 entry will now return an array
Version 0.10.3
Version 0.10.2
Version 0.10.2
New Features
- Update WSDL resource files to latest Exchange2013_SP1 and add examples. Thanks to @kroky for the contribution!
Version 0.10.1
0.10.1 - 2021-09-17
- Merge in fixes for PHP8
Version 0.10.0
0.10.0 - 2021-05-10
- Upgrading the version of Guzzle that's used in HttpPlayback
- Upgrading the version of PHPUnit used to allow for PHP 8
- This breaks backwards compatibility with PHP 5.x
Version 0.9.9
Changelog
0.9.9 - 2020-09-15
- Fixing issue of any non-success responses failing XML check (since the body is not XML)
- Fixing a problem with contacts over a different primary address introduced in
0.9.7
Version 0.9.8
Changelog
0.9.8 - 2020-07-07
- Implementing Custom Authentication options