8000 Tags · mrfenix007/api · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mrfenix007/api

Tags

2.1.8

Toggle 2.1.8's commit message
added RELEASE_DATES (php-tmdb#139)

* added RELEASE_DATES

* fixed broken test

* adds new ReleaseDate class and  to Movie class

* remove deprecated

* Restrict phpunit <6, to maintain compatibility with php5.6

* added RELEASE_DATES

* fixed broken test

* adds new ReleaseDate class and  to Movie class

* remove deprecated

* Make sure unit tests run for symfony 3.2 components

* Mistake in the travis matrix

* updates unit tests

* added RELEASE_DATES

* fixed broken test

* adds new ReleaseDate class and  to Movie class

* remove deprecated

* merged

* updates unit tests

* adds release date types as constants

2.1.7

Toggle 2.1.7's commit message
Update version number

2.1.6

Toggle 2.1.6's commit message
Fixed Episode and Season Repositories (php-tmdb#127)

* Fixed the Season and Episode parameters on EpisodeRepository->load()

When fetching for a TV Episode we need the TV Show ID, Season Number
and, Episode Number and not the Season->id and Episode->id

* Changed null check with is_null

Changed the check with the is_null function because there is a chance
that there is a Season 0 for a TV Show. When the Season is 0 then the
$season == null returns true.

* Changed default parameters

For Episodes the API needs the Season No and the Episode No and not the
TMDB ID

* Changed the SeasonID with Season Number

For all the Season API calls we need the Season Number and not the
Season TMDB ID

* Fix Test

Set SeasonNumber and EpisodeNumber as they are required by the
TvEpisodeRepository and TMDB API

* Fix TvEpisodeRepository and TvSeasonRepository Tests

* Fixed TvEpisodeRepositoryTest

I replaced the SEASON_ID to SEASON_NUMBER as this is what we need.

* Fix TvEpisodeRepositoryTest (shouldThrowExceptionWhenConditionsNotMet)

2.1.5

Toggle 2.1.5's commit message
Adding guest stars to tv episodes, fixes php-tmdb#126

2.1.4

Toggle 2.1.4's commit message
Prepare 2.1.4

2.1.3

Toggle 2.1.3's commit message
Deprecating calls to the searchType method, all searches are ngram by…

… default.

2.1.2

Toggle 2.1.2's commit message
Fix NullResponseException tests.

2.1.0

Toggle 2.1.0's commit message
Merge pull request php-tmdb#119 from thinkingmedia/thinkingmedia/fixes

Throws NullException for response codes of 500

2.0.1

Toggle 2.0.1's commit message
Merge branch '2.1-beta' into 2.1

Conflicts:
	test/Tmdb/Tests/Api/SearchTest.php
	test/Tmdb/Tests/Repository/SearchRepositoryTest.php

v2.0.17

Toggle v2.0.17's commit message
Release 2.0.17

0