Skip to content

Commit

Permalink
This is actually 6.2.4. Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianBeiner committed Sep 28, 2024
1 parent cf63d91 commit 90d56b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.

## [6.2.3] - 2024-09-28
## [6.2.4] - 2024-09-28
### Changed
- Fixed "getReleaseDate() does not contain releasedate only". (closes #200)
- Updated `getYear()` method to return a range if given. (closes #128)
Expand Down Expand Up @@ -159,4 +159,5 @@ All notable changes to this project will be documented in this file.
[6.2.1]: https://github.com/FabianBeiner/PHP-IMDB-Grabber/compare/v6.2.0...v6.2.1
[6.2.2]: https://github.com/FabianBeiner/PHP-IMDB-Grabber/compare/v6.2.1...v6.2.2
[6.2.3]: https://github.com/FabianBeiner/PHP-IMDB-Grabber/compare/v6.2.2...v6.2.3
[6.2.4]: https://github.com/FabianBeiner/PHP-IMDB-Grabber/compare/v6.2.3...v6.2.4
[Unreleased]: https://github.com/FabianBeiner/PHP-IMDB-Grabber/compare/v6.2.2...HEAD
2 changes: 1 addition & 1 deletion imdb.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @author Fabian Beiner <[email protected]>
* @license https://opensource.org/licenses/MIT The MIT License
* @link https://github.com/FabianBeiner/PHP-IMDB-Grabber/ GitHub Repository
* @version 6.2.3
* @version 6.2.4
*/
class IMDB
{
Expand Down

0 comments on commit 90d56b6

Please sign in to comment.