Skip to content

Commit

Permalink
v6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianBeiner committed Dec 20, 2023
1 parent dccdd06 commit 57f630d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions 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!*
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion imdb.class.php
Expand Up @@ -13,7 +13,7 @@
* @author Fabian Beiner <fb@fabianbeiner.de>
* @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
{
Expand Down

0 comments on commit 57f630d

Please sign in to comment.