diff --git a/CHANGELOG.md b/CHANGELOG.md index eb43593..1eb210b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Change Log All notable changes to this project will be documented in this file. +## [6.0.1] - 2015-09-12 +### Changed +- `LICENSE` year updated. +- `imdb.example.php` and `imdb.tests.php` reformatted. Also added a new test. +- Fixed `getGenre` (#66). *Thanks, doodley2!* +- Reformatted `imdb.class.php`. Also changed some code. + +### Added +- `.editorconfig` added. Please make sure that your editor uses these settings. See [editorconfig.org](http://editorconfig.org/). + ## [6.0.0] - 2015-01-02 ### Changed - Since this script is still heavily used by you guys, I decided to clean up the codebase. It’s still far away from being a great example of good code – but remember: This all started on a Saturday, when I was feeling sick and didn’t have anything else to do. @@ -12,5 +22,6 @@ All notable changes to this project will be documented in this file. - Switched to the “combined” page. This enables easier scrapping, but we lose some methods (like `getBudget()` or `getDescription()`). Then again, a few new ones where added. See README. - Removed `getFullCast()`, because `getCast()` now returns the full cast. -[Unreleased]: https://github.com/FabianBeiner/PHP-IMDB-Grabber/compare/v6.0.0...HEAD +[Unreleased]: https://github.com/FabianBeiner/PHP-IMDB-Grabber/compare/v6.0.1...HEAD [6.0.0]: https://github.com/FabianBeiner/PHP-IMDB-Grabber/compare/5.5.21...v6.0.0 +[6.0.1]: https://github.com/FabianBeiner/PHP-IMDB-Grabber/compare/v6.0.0...v6.0.1