Skip to content

Releases: php-tmdb/laravel

Fixes autodiscovery for laravel >5.5

02 May 19:58
0468624

Choose a tag to compare

Laravel 5.5 service provider auto-discovery support

09 Sep 17:16
v1.1.1

Choose a tag to compare

Minor release

  • Add Laravel 5.5 service provider auto discovery support (#33, #35)

Compatibility with event-dispatcher v3

24 Dec 18:36

Choose a tag to compare

With this release we've made php-tmdb/laravel compatible with version 3 of Symfony's event-dispatcher while still supporting version 2.8.
The EventDispatcherAdapter has been simplified, it now directly calls symfon's (and Laravel's) event-dispatcher.
The tests have been rewritten such that we no longer depend on the tests files from symfony/event-dispatcher

Change `bindShared` to `singleton`

22 Dec 13:44

Choose a tag to compare

This is a fix for Laravel version ~5.1.

Fix configuration documentation

11 Oct 21:27

Choose a tag to compare

v1.0.4

Fix documentation on publishing configuration for laravel 5

Merged in contributed unit tests.

13 Sep 20:33

Choose a tag to compare

Merge pull request #16 from hiddeco/master

Update tests to get 100% coverage

Fixed configuraiton issue for Laravel 4

18 Apr 11:26

Choose a tag to compare

v1.0.2

Fixed misconfiguration of Laravel 4

Fixed issue where plugins weren't working

13 Apr 18:19

Choose a tag to compare

v1.0.1

Use bindshared to fix #12

Update to php-tmdb/api version 2 and Laravel 4 & 5 support.

04 Apr 10:56

Choose a tag to compare

Merge pull request #9 from MarkRedeman/rework

Laravel 4 & 5 support and updated to php-tmdb/api version 2.

Quickfix

24 Nov 23:07

Choose a tag to compare

v0.1.3

Fix configuration syntax, thought this would still honor the service …