Skip to content

Commit

Permalink
Updating Changelog and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Garethp committed Jan 26, 2016
1 parent a155ae2 commit 47695d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## 0.7.2 - TBD
## 0.7.2 - 2016-01-26
* Added `ContactsAPI` for simple usage
* Added examples for the ContactsAPI
* Added `API::getChildrenFolders($parentFolderId, $options)`
* Made `FindFolderParentType` and `ArrayOfFoldersType` iterable like the previous updates
* Added a `CalendarAPI::setFolderId($folderId)` method

## 0.7.1 - 2015-12-07
* `MailAPI::getMailItems()` now returns the `FindItemParentType`, which as of `0.7.0` is iterable.
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@

The PHP Exchange Web Services library (php-ews) is intended to make communication with Microsoft Exchange servers using Exchange Web Services easier. It handles the NTLM authentication required to use the SOAP services and provides an object-oriented interface to the complex types required to form a request.

# Breaking Change
Please note that version 0.7.0 (Unreleased yet) will have the `new API()` constructor and `API::buildClient()` function
removed. Instead, they will be replaced with the currently existing
`API::withUsernameAndPassword($server, $username, $password)` and `API::withCallbackToken($server, $token)` for Office
365 authentication

# Dependencies
* PHP 5.5+
* cURL with NTLM support (7.23.0+ recommended)
Expand Down

0 comments on commit 47695d0

Please sign in to comment.