Skip to content

Commit 71480a9

Browse files
authored
Changelog and authors
1 parent e01314f commit 71480a9

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
----------
66

77

8+
Authors
9+
- @facuonline
10+
- Luke Madhanga @LukeMadhanga
11+
12+
13+
----------
14+
15+
816
This library is perfect if you want users to be able to upload word documents to your content management system, instead of forcing them to copy and paste. Supported file types are **.doc**, **.docx**, **.txt** and **.rtf**.
917

1018
> composer require lukemadhanga/php-document-parser
@@ -48,13 +56,17 @@ string `$mimetype` The mimetype of the file. This will be used to determine whic
4856

4957
## Change log
5058

59+
#### September 21 2019 (0.1.4)
60+
**Better ODT Support**
61+
Merged in PR#13 for better ODT support. Author: facuonline
62+
5163
#### August 1 2019 (0.1.3)
5264
**PHP Unit**
53-
Merged in #12 for PHP Unit testing. Author: facuonline
65+
Merged in PR#12 for PHP Unit testing. Author: facuonline
5466

5567
#### March 21 2019 (0.1.2)
5668
**DOCX Handling**
57-
Merged in #10 For better DOCX handling. Includes bug fixes for exception handling. Author: facuonline
69+
Merged in PR#10 For better DOCX handling. Includes bug fixes for exception handling. Author: facuonline
5870

5971

6072
#### September 13th 2017

0 commit comments

Comments
 (0)