From 57f630d0ece9a9050844e3c6b842479e5c637f0a Mon Sep 17 00:00:00 2001 From: Fabian Beiner Date: Wed, 20 Dec 2023 20:22:33 +0100 Subject: [PATCH] v6.2.2 --- CHANGELOG.md | 16 +++++++++++++--- imdb.class.php | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82aa83f..5427fe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,20 @@ # Change Log All notable changes to this project will be documented in this file. -## [6.2.0] - 2023-10-03 +## [6.2.2] - 2023-12-20 +### Changed +- Fixed search. *Thanks, @FLIKI!* +- Added some small fixes. + +## [6.2.1] - 2023-10-03 ### Changed -- Requiring PHP 8.1+. - Fixed getTV (and probably some other stuff as well). *Thanks, @FLIKI!* - Added some small fixes I applied a while ago, but never pushed. +## [6.2.0] - 2023-10-03 +### Changed +- Requiring PHP 8.1+. + ## [6.1.9] - 2023-01-01 ### Changed - Fixed original search. *Thanks, @bla0r!* @@ -139,4 +147,6 @@ All notable changes to this project will be documented in this file. [6.1.8]: https://github.com/FabianBeiner/PHP-IMDB-Grabber/compare/v6.1.7...v6.1.8 [6.1.9]: https://github.com/FabianBeiner/PHP-IMDB-Grabber/compare/v6.1.8...v6.1.9 [6.2.0]: https://github.com/FabianBeiner/PHP-IMDB-Grabber/compare/v6.1.9...v6.2.0 -[Unreleased]: https://github.com/FabianBeiner/PHP-IMDB-Grabber/compare/v6.1.7...HEAD +[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 +[Unreleased]: https://github.com/FabianBeiner/PHP-IMDB-Grabber/compare/v6.2.2...HEAD diff --git a/imdb.class.php b/imdb.class.php index d51bec6..537f49b 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.1 + * @version 6.2.2 */ class IMDB {