Skip to content

Bump stripe/stripe-php from 10.0.0 to 10.4.0#184

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/stripe/stripe-php-10.4.0
Closed

Bump stripe/stripe-php from 10.0.0 to 10.4.0#184
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/stripe/stripe-php-10.4.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Jan 23, 2023

Bumps stripe/stripe-php from 10.0.0 to 10.4.0.

Release notes

Sourced from stripe/stripe-php's releases.

v10.4.0

  • #1381 Add getService methods to StripeClient and AbstractServiceFactory to allow mocking

  • #1424 API Updates

    • Added REFUND_CREATED, REFUND_UPDATED event definitions.
  • #1426 Ignore PHP version for formatting

  • #1425 Fix Stripe::setAccountId parameter type

  • #1418 Switch to mb_convert_encoding to fix utf8_encode deprecation warning

See the changelog for more details.

v10.4.0-beta.3

  • #1423 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add support for Tax.Registration resource.
    • Change draft_quote method implementation from hitting /v1/quotes/{quotes}/draft to /v1/quotes/{quotes}/mark_draft

See the changelog for more details.

v10.4.0-beta.2

  • #1420 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add support for mark_stale_quote method on resource Quote

See the changelog for more details.

v10.4.0-beta.1

  • #1414 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Move $stripe->taxCalculations to $stripe->tax->calculations and $stripe->taxTransactions to $stripe->tax->transactions

See the changelog for more details.

v10.3.0

  • #1413 API Updates Change CheckoutSession.cancel_url to be nullable.

See the changelog for more details.

v10.3.0-beta.1

  • #1412 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add support for new resources QuoteLine, TaxCalculation, and TaxTransaction
    • Add support for create and list_line_items methods on resource TaxCalculation
    • Add support for create_reversal, create, and retrieve methods on resource TaxTransaction

See the changelog for more details.

v10.2.0

... (truncated)

Changelog

Sourced from stripe/stripe-php's changelog.

10.4.0 - 2023-01-19

  • #1381 Add getService methods to StripeClient and AbstractServiceFactory to allow mocking

  • #1424 API Updates

    • Added REFUND_CREATED, REFUND_UPDATED event definitions.
  • #1426 Ignore PHP version for formatting

  • #1425 Fix Stripe::setAccountId parameter type

  • #1418 Switch to mb_convert_encoding to fix utf8_encode deprecation warning

10.3.0 - 2022-12-22

  • #1413 API Updates Change CheckoutSession.cancel_url to be nullable.

10.2.0 - 2022-12-15

  • #1411 API Updates
    • Add support for new value invoice_overpaid on enum CustomerBalanceTransaction.type
  • #1407 API Updates

10.1.0 - 2022-12-06

  • #1405 API Updates
    • Add support for flow on BillingPortal.Session
  • #1404 API Updates
    • Remove support for resources Order and Sku
    • Remove support for all, cancel, create, list_line_items, reopen, retrieve, submit, and update methods on resource Order
    • Remove support for all, create, delete, retrieve, and update methods on resource Sku
    • Add support for custom_text on Checkout.Session and PaymentLink
    • Add support for invoice_creation and invoice on Checkout.Session
    • Remove support for product on LineItem
    • Add support for latest_charge on PaymentIntent
    • Remove support for charges on PaymentIntent
Commits
  • 87def89 Bump version to 10.4.0
  • fcee249 Add getService methods to StripeClient and AbstractServiceFactory to allow mo...
  • ac3bf4d Fix: Run phpstan job with PHP 8.1 only (#1380)
  • 07f08ff Codegen for openapi v219 (#1424)
  • ea209fa Ignore PHP version for formatting (#1426)
  • bc84cc4 Fix Stripe::setAccountId parameter type (#1425)
  • c7c4acc Merge pull request #1418 from stripe/anniel-deprecated-utf8_encode
  • 66eede1 Make sure mb_convert_encoding also exists
  • 1b01c65 Go back to converting from Latin-1
  • 624d321 Switch to mb_convert_encoding to fix utf8_encode deprecation warning
  • 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)

Bumps [stripe/stripe-php](https://github.com/stripe/stripe-php) from 10.0.0 to 10.4.0.
- [Release notes](https://github.com/stripe/stripe-php/releases)
- [Changelog](https://github.com/stripe/stripe-php/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-php@v10.0.0...v10.4.0)

---
updated-dependencies:
- dependency-name: stripe/stripe-php
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 23, 2023
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Feb 5, 2023

Superseded by #196.

@dependabot dependabot bot closed this Feb 5, 2023
@dependabot dependabot bot deleted the dependabot/composer/stripe/stripe-php-10.4.0 branch February 5, 2023 15:09
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 php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants