Skip to content

Commit

Permalink
Merge pull request #11 from JellyBellyDev/feat/improved-readme-and-co…
Browse files Browse the repository at this point in the history
…mposer-file-info

feat: improved readme, composer and changelog files
  • Loading branch information
JellyBellyDev authored Mar 15, 2020
2 parents 4900cfd + 91af74f commit a5b71a8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
20 changes: 8 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
# CHANGELOG

v2.0.0
-----
## v2.0.0
⚠ BREAKING CHANGES
- Refactoring library to minor php version `7.1`
- Refactoring to `PSR-4` autoloading
- Removed unnecessary code for previous versions of php
- Improved README file

v1.0.4
-----
## v1.0.4
- Fixup: remove version option by composer.json

v1.0.3
-----
## v1.0.3
- Add CHANGELOG file

v1.0.2
-----
## v1.0.2
- hotfix: do nothing if orientation cannot be determined

v1.0.1
-----
## v1.0.1
- Varius bugfix and add scrutinizer

v1.0.0
-----
## v1.0.0
- First stable version of the ImageOrientationFix library
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ docker-compose run php71 composer cs-fixer
```


## Changelog

Please refer to the [changelog notes](CHANGELOG.md).


## Credits

Thanks to [recurser](https://github.com/recurser) for the [image example](https://github.com/recurser/exif-orientation-examples)
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"image",
"orientation",
"exif",
"exif_read_data"
"exif_read_data",
"rotate",
"auto-rotate",
"auto-adjust",
"portrait",
"landscape"
],
"homepage": "http://github.com/JellyBellyDev/ImageOrientationFix",
"license": "MIT",
Expand Down

0 comments on commit a5b71a8

Please sign in to comment.