Skip to content

Commit feab56a

Browse files
committed
class format updated
1 parent 3cc6ddc commit feab56a

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
2323
- FT_UID changed to $this->options which references to `imap.options.fetch`
2424

2525
### Affected Classes
26-
\Webklex\IMAP\Message
27-
\Webklex\IMAP\Client
26+
- [Message::class](src/IMAP/Message.php)
27+
- [Client::class](src/IMAP/Client.php)
2828

2929
## [1.0.3.1] - 2017-09-05
3030
### Added
3131
- getConnection method added
3232
- Using a bit more fail save uid / msgNo by calling imap_msgno()
3333

3434
### Affected Classes
35-
\Webklex\IMAP\Client
36-
\Webklex\IMAP\Message
35+
- [Client::class](src/IMAP/Client.php)
36+
- [Message::class](src/IMAP/Message.php)
3737

3838
## [1.0.3.0] - 2017-09-01
3939
### Changes
@@ -44,22 +44,22 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
4444
- Fixing text attachment issue - overwrite mail body (thx to radicalloop)
4545

4646
### Affected Classes
47-
\Webklex\IMAP\Message
47+
- [Message::class](src/IMAP/Message.php)
4848

4949
## [1.0.2.11] - 2017-08-25
5050
### Added
5151
- Attachment disposition (special thanks to radicalloop)
5252
- Missing method added to README.md
5353

5454
### Affected Classes
55-
\Webklex\IMAP\Message
55+
- [Message::class](src/IMAP/Message.php)
5656

5757
## [1.0.2.10] - 2017-08-11
5858
### Added
5959
- $fetch_option setter added
6060

6161
### Affected Classes
62-
\Webklex\IMAP\Message
62+
- [Message::class](src/IMAP/Message.php)
6363

6464
## [1.0.2.9] - 2017-07-12
6565
### Added
@@ -69,8 +69,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
6969
- Typo fixed
7070

7171
### Affected Classes
72-
\Webklex\IMAP\Client
73-
\Webklex\IMAP\Providers\LaravelServiceProvider
72+
- [Client::class](src/IMAP/Client.php)
73+
- [LaravelServiceProvider::class](src/IMAP/Providers/LaravelServiceProvider.php)
7474

7575
## [1.0.2.8] - 2017-06-25
7676
### Added
@@ -79,7 +79,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
7979
- Changelog typo fixed
8080

8181
### Affected Classes
82-
\Webklex\IMAP\Message
82+
- [Message::class](src/IMAP/Message.php)
8383

8484

8585
## [1.0.2.7] - 2017-04-23
@@ -91,9 +91,9 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
9191
- Readme file extended
9292

9393
### Changes
94-
\Webklex\IMAP\Client
95-
\Webklex\IMAP\Message
96-
\Webklex\IMAP\Folder
94+
- [Client::class](src/IMAP/Client.php)
95+
- [Message::class](src/IMAP/Message.php)
96+
- [Folder::class](src/IMAP/Folder.php)
9797

9898
## [1.0.2.3] - 2017-03-09
9999
### Added
@@ -102,9 +102,9 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
102102
- Readme file extended
103103

104104
### Changes
105-
\Webklex\IMAP\Client
106-
\Webklex\IMAP\Message
107-
\Webklex\IMAP\Folder
105+
- [Client::class](src/IMAP/Client.php)
106+
- [Message::class](src/IMAP/Message.php)
107+
- [Folder::class](src/IMAP/Folder.php)
108108

109109
## 0.0.1 - 2017-03-04
110110
### Added

0 commit comments

Comments
 (0)