Skip to content

Commit

Permalink
Updates for v6.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianBeiner committed Sep 12, 2015
1 parent 9942046 commit cd1bdf4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

0 comments on commit cd1bdf4

Please sign in to comment.