Skip to content

Commit c9726e4

Browse files
committed
Version bump
1 parent 48dad1b commit c9726e4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
####v1.0.3
2+
3+
[FIX] Added parts variable. Variable was not declared which can lead to annoying error messages in logs [#3](https://github.com/message/php-mime-mail-parser/pull/3)
4+
[FIX] Removed unused pivate `getPartHeader()` method
5+
16
####v1.0.2
27

38
[FEATURE] Added required extensions to composer [#2](https://github.com/message/php-mime-mail-parser/pull/2)
49

510
####v1.0.1
611

7-
[FIX] Corrects an issue with getting the 'text' body in some instances [#1](https://github.com/message/php-mime-mail-parser/pull/1)
12+
[FIX] Corrects an issue with getting the 'text' body in some instances [#1](https://github.com/message/php-mime-mail-parser/pull/1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Feel free to contribute.
99
## Composer
1010
```json
1111
"require": {
12-
"messaged/php-mime-mail-parser": "v1.0.2"
12+
"messaged/php-mime-mail-parser": "v1.0.3"
1313
}
1414
```
1515

0 commit comments

Comments
 (0)