Skip to content

Commit 00ae182

Browse files
committed
Changelog updated
1 parent b78f6a0 commit 00ae182

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,28 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1414
### Affected Classes
1515
- NaN
1616

17+
## [1.2.0] - 2018-07-22
18+
### Fixed
19+
- Charset error fixed #109
20+
- Potential imap_close() error fixed #118
21+
- Plain text attachments have a content type of other/plain of text/plain #119
22+
- Carbon Exception Parse Data #45
23+
24+
### Added
25+
- Protocol option added #124
26+
- Message collection key option added
27+
- Message collection sorting option added
28+
- Search Query functionality added
29+
- Flag collection added
30+
- Search methods updated
31+
32+
### Affected Classes
33+
- [Folder::class](src/IMAP/Folder.php)
34+
- [Client::class](src/IMAP/Client.php)
35+
- [Message::class](src/IMAP/Message.php)
36+
- [Attachment::class](src/IMAP/Attachment.php)
37+
- [Query::class](src/IMAP/Query/Query.php) [WhereQuery::class](src/IMAP/Query/WhereQuery.php)
38+
1739
## [1.1.1] - 2018-05-04
1840
### Fixed
1941
- Force to add a space between criteria in search query, otherwise no messages are fetched. Thanks to @cent89

0 commit comments

Comments
 (0)