Skip to content

Releases: php-tmdb/api

Widens new versions further

20 Jun 18:22
af52c60
Compare
Choose a tag to compare
  • Deprecated older phpunit versions

Widen composer dependencies

18 Jun 14:25
536e34d
Compare
Choose a tag to compare

As this shouldn't incur any breaking changes, releasing as a patch.

Thanks @neildaniels for #254

Allow newer psr log versions

29 Apr 22:07
02a21ea
Compare
Choose a tag to compare
Merge pull request #253 from JeroenDeDauw/support-psr-log-3

Allow installation with psr/log 2.x and 3.x

Adds episode feature and small bugfixes

11 Dec 14:26
3d87c2d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.9...4.0.10

Small feature release

10 Sep 20:41
e330e8f
Compare
Choose a tag to compare

Fixes unit tests

18 Aug 16:43
Compare
Choose a tag to compare
4.0.8

Fix unit tests

Contains some small fixes

18 Aug 16:38
9467619
Compare
Choose a tag to compare

Fixes small issue within the tv show model

15 Apr 16:29
0980c7d
Compare
Choose a tag to compare

Fixes issue with getting languages from a tv show model ( #233 )

Contains small PHP8 fix

15 Apr 16:11
701806e
Compare
Choose a tag to compare
Merge pull request #234 from neildaniels/php-8-fixes

PHP 8 Fixes

Fixes issue with DateTime objects.

07 Mar 15:05
Compare
Choose a tag to compare
  • Fixes #229, would interpret null as a valid input for current datetime objects.