Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump stripe/stripe-php from 6.8.1 to 6.43.1 #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Aug 29, 2019

Bumps stripe/stripe-php from 6.8.1 to 6.43.1.

Release notes

Sourced from stripe/stripe-php's releases.

stripe-php v6.43.1

  • #722 Make LoggerInterface::error compatible with its PSR-3 counterpart
  • #714 Add pending_setup_intent property in Subscription
  • #713 Add typehint to ApiResponse
  • #712 Fix comment
  • #701 Start testing PHP 7.3

See the changelog for more details.

stripe-php v6.43.0

  • #694 Add SubscriptionItem::createUsageRecord method

See the changelog for more details.

stripe-php v6.42.0

  • #688 Remove SubscriptionScheduleRevision
    • Note that this is technically a breaking change, however we've chosen to release it as a minor version in light of the fact that this resource and its API methods were virtually unused.

See the changelog for more details.

stripe-php v6.41.0

  • #683 Move the List Balance History API to /v1/balance_transactions

See the changelog for more details.

stripe-php v6.40.0

  • #675 Add support for SetupIntent resource and APIs

See the changelog for more details.

stripe-php v6.39.2

  • #676 Fix exception message in CustomerBalanceTransaction::update()

See the changelog for more details.

stripe-php v6.39.1

  • #674 Add new constants for collection_method on Invoice

See the changelog for more details.

stripe-php v6.39.0

  • #673 Enable request latency telemetry by default

See the changelog for more details.

stripe-php v6.38.0

  • #649 Add support for CustomerBalanceTransaction resource and APIs

See the changelog for more details.

... (truncated)
Changelog

Sourced from stripe/stripe-php's changelog.

6.43.1 - 2019-08-29

  • #722 Make LoggerInterface::error compatible with its PSR-3 counterpart
  • #714 Add pending_setup_intent property in Subscription
  • #713 Add typehint to ApiResponse
  • #712 Fix comment
  • #701 Start testing PHP 7.3

6.43.0 - 2019-08-09

  • #694 Add SubscriptionItem::createUsageRecord method

6.42.0 - 2019-08-09

  • #688 Remove SubscriptionScheduleRevision
    • Note that this is technically a breaking change, however we've chosen to release it as a minor version in light of the fact that this resource and its API methods were virtually unused.

6.41.0 - 2019-07-31

  • #683 Move the List Balance History API to /v1/balance_transactions

6.40.0 - 2019-06-27

  • #675 Add support for SetupIntent resource and APIs

6.39.2 - 2019-06-26

  • #676 Fix exception message in CustomerBalanceTransaction::update()

6.39.1 - 2019-06-25

  • #674 Add new constants for collection_method on Invoice

6.39.0 - 2019-06-24

  • #673 Enable request latency telemetry by default

6.38.0 - 2019-06-17

  • #649 Add support for CustomerBalanceTransaction resource and APIs

6.37.2 - 2019-06-17

  • #671 Add new PHPDoc
  • #672 Add constants for submit_type on Checkout Session

6.37.1 - 2019-06-14

  • #670 Add new PHPDoc

6.37.0 - 2019-05-23

  • #663 Add support for radar.early_fraud_warning resource

6.36.0 - 2019-05-22

  • #661 Add constants for new TaxId types
  • #662 Add constants for BalanceTransaction types

6.35.2 - 2019-05-20

  • #655 Add constants for payment intent statuses
  • #659 Fix PHPDoc for various nested Account actions
  • #660 Fix various PHPDoc
... (truncated)
Commits
  • 42fcdaf Bump version to 6.43.1
  • fc12651 Merge pull request #722 from martin-georgiev/master
  • b8ab088 Respect PSR-3
  • f46bdbc Merge pull request #714 from daganM/add-property-for-pending-setup-intent
  • 6afa143 remove null in pending_setup_intent property
  • d0d4de2 Merge pull request #713 from baijunyao/master
  • e3fea9b add pending_setup_intent property in Subscription
  • 70936ba Add typehint to ApiResponse
  • 36ac4a9 Merge pull request #712 from stripe/ob-fix-comment
  • e135831 Fix comment
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


⚠️ Dependabot won't automerge this PR as it didn't detect CI on it ⚠️

You have automerging enabled for this repo but Dependabot didn't detect any CI statuses or checks. You can disable automerging on this repo from here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants