Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps jwilsson/spotify-web-api-php from 1.10.0 to 2.11.1.

Changelog

Sourced from jwilsson/spotify-web-api-php's changelog.

2.11.1 (2019-10-19)

  • Remove unfinished code that accidentally snuck into 2.11.0. (eb3f51c)

2.11.0 (2019-10-19)

  • Added support for automatically refreshing access tokens. (5ec5fd4)

2.10.1 (2019-10-02)

  • Fixed an issue where SpotifyWebAPI::deletePlaylistTracks() wouldn't return the snapshot ID when return type was set to SpotifyWebAPI::RETURN_ASSOC. (f9d580f)
  • Fixed an issue where SpotifyWebAPI::reorderPlaylistTracks() wouldn't return the snapshot ID when return type was set to SpotifyWebAPI::RETURN_ASSOC. (89fe613)

2.10.0 (2019-08-27)

  • Added a $options argument to SpotifyWebAPI::getAlbum(). (e92121f)

2.9.0 (2019-08-03)

  • The following deprecated methods will now emit a run time notice when used (fc1e535):
    • SpotifyWebAPI::addUserPlaylistTracks()
    • SpotifyWebAPI::createUserPlaylist()
    • SpotifyWebAPI::deleteUserPlaylistTracks()
    • SpotifyWebAPI::followPlaylistForCurrentUser()
    • SpotifyWebAPI::getUserPlaylist()
    • SpotifyWebAPI::getUserPlaylistTracks()
    • SpotifyWebAPI::reorderUserPlaylistTracks()
    • SpotifyWebAPI::replaceUserPlaylistTracks()
    • SpotifyWebAPI::unfollowPlaylistForCurrentUser()
    • SpotifyWebAPI::updateUserPlaylist()
    • SpotifyWebAPI::updateUserPlaylistImage()
    • SpotifyWebAPI::usersFollowPlaylist
  • When passing $tracks without a tracks or positions key to SpotifyWebAPI::deletePlaylistTracks a run time notice will be emitted. (2f457bd)

2.8.0 (2019-06-29)

  • Added a Request::setCurlOptions() method to make it possible to set custom cURL options. (5a8b1e5)

2.7.0 (2019-06-19)

  • Added a SpotifyWebAPIException::getReason() method to retrieve the reason for a player error. (ce728e1)
  • Updated CA bundle. (4732256)

2.6.1 (2018-11-07)

  • Corrected the authorization URL (891cd0f)

2.6.0 (2018-09-19)

  • Added new methods for handling following of playlists, no longer requiring $userId (6f1bb6b):
    • SpotifyWebAPI::followPlaylistForCurrentUser()
    • SpotifyWebAPI::unfollowPlaylistForCurrentUser()
    • SpotifyWebAPI::usersFollowPlaylist
  • Deprecated the following methods (6f1bb6b):
    • SpotifyWebAPI::followPlaylist()
    • SpotifyWebAPI::unfollowPlaylist()
    • SpotifyWebAPI::userFollowPlaylist

2.5.1 (2018-07-18)

... (truncated)
Commits
  • 8b5e9fb 2.11.1 changelog
  • 7ffcd97 2.11.0 changelog
  • eb3f51c Revert "2.11.0 changelog"
  • 59438b3 2.11.0 changelog
  • 89afa2b Add docs on automatically refreshing access tokens
  • 5ec5fd4 Add support for automatically refreshing access tokens
  • 84c598c Merge headers in SpotifyWebAPI::authHeaders()
  • 769cd43 2.10.1 changelog
  • 89fe613 Handle RETURN_ASSOC in SpotifyWebAPI::reorderPlaylistTracks()
  • f9d580f Check RETURN_ASSOC in SpotifyWebAPI::deletePlaylistTracks() (#168)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 21, 2019
@coveralls
Copy link

Coverage Status

Coverage remained the same at 56.716% when pulling 2c079f7 on dependabot/composer/jwilsson/spotify-web-api-php-2.11.1 into c7796c5 on develop.

@dependabot-preview
Copy link
Contributor Author

Superseded by #54.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/jwilsson/spotify-web-api-php-2.11.1 branch November 5, 2019 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant