From 90d56b6ec1c13da17083307e67e0fa8a7028a33c Mon Sep 17 00:00:00 2001 From: Fabian Beiner Date: Sat, 28 Sep 2024 21:27:09 +0200 Subject: [PATCH] This is actually 6.2.4. Oops. --- CHANGELOG.md | 3 ++- imdb.class.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec36e5..4704ca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 diff --git a/imdb.class.php b/imdb.class.php index 1929b9e..3f4e136 100644 --- a/imdb.class.php +++ b/imdb.class.php @@ -13,7 +13,7 @@ * @author Fabian Beiner * @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 {