Skip to content

Commit

Permalink
add changes made into changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
samayo committed Jul 28, 2017
1 parent 6e9acbd commit a42ab42
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

### 3.0.0
- revert back changes added by lordgiotto on v2.0.2 avoid complicating bulletproof
- add improvements mentioned in issue #62
- checking if exif_image exists is now done in the constructor instead of in upload() method
- enable code coverage and quality inspection tool in scrutinizer
- trying to upload .txt file would throw an error exposing directory path, now only error is displayed
- code indetations and ps4 autoloader enabled

### 2.0.5
- Add feature to get the mimetype before calling upload() method
Expand All @@ -20,7 +27,7 @@
### 2.0.0
- Removed watermark, resize, crop functionality
- renamed moaar and added getters and setters
- changed license to MITgit
- changed license to MIT
- added `getJson()` to get image info in json format
- enabled passing of the `$_FILES` array through the class constructor.
- wrote more unit tests
Expand Down

0 comments on commit a42ab42

Please sign in to comment.