Skip to content

Commit a0d3918

Browse files
committed
Changelog updated
1 parent 3906250 commit a0d3918

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

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

17+
## [1.4.0] - [UNRELEASED]
18+
### Fixed
19+
- iconv(): error supressor for //IGNORE added #184
20+
- Typo Folder attribute fullName changed to full_name
21+
22+
### Added
23+
- Message structure accessor added #182
24+
- Shadow Imap const class added #188
25+
- Connectable "NOT" queries added
26+
- Additional where methods added
27+
- Message attribute handling changed
28+
- Attachment attribute handling changed
29+
- Message flag handling updated
30+
- Message::getHTMLBody($callback) extended
31+
- Masks added (take look at the examples for more information on masks)
32+
- More examples added
33+
34+
### Affected Classes
35+
- [Folder::class](src/IMAP/Folder.php)
36+
- [Client::class](src/IMAP/Client.php)
37+
- [Message::class](src/IMAP/Message.php)
38+
- [Attachment::class](src/IMAP/Attachment.php)
39+
- [Query::class](src/IMAP/Query/Query.php)
40+
- [WhereQuery::class](src/IMAP/Query/WhereQuery.php)
41+
42+
### Breaking changes
43+
- Folder::fullName is now Folder::full_name
44+
- Attachment::image_src might no longer work as expected - use Attachment::getImageSrc() instead
45+
1746
## [1.3.1] - 2019-03-12
1847
### Fixed
1948
- Replace embedded image with URL #151

0 commit comments

Comments
 (0)