Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

build(deps): bump stripe/stripe-php from 8.8.0 to 10.6.0 #171

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 20, 2023

Bumps stripe/stripe-php from 8.8.0 to 10.6.0.

Release notes

Sourced from stripe/stripe-php's releases.

v10.6.0

  • #1441 API Updates
    • Add support for refund_payment method on resource Terminal.Reader
    • Add support for custom_fields on Checkout.Session and PaymentLink
  • #1236 subscription_proration_date not always presented in Invoice
  • #1431 Fix: Do not use unbounded version constraint for actions/checkout
  • #1436 Enhancement: Enable and configure visibility_required fixer
  • #1432 Enhancement: Update actions/cache
  • #1434 Fix: Remove parentheses
  • #1433 Enhancement: Run tests on PHP 8.2
  • #1438 Update .gitattributes

See the changelog for more details.

v10.6.0-beta.1

  • #1440 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add support for all method on resource Transaction
    • Add support for inferred_balances_refresh, subscriptions, and transaction_refresh on FinancialConnections.Account
    • Add support for manual_entry, prefetch, status_details, and status on FinancialConnections.Session
    • Add support for new resource FinancialConnections.Transaction

See the changelog for more details.

v10.5.0

  • #1439 API Updates
    • Add support for resume method on resource Subscription
    • Add support for amount_shipping and shipping_cost on CreditNote and Invoice
    • Add support for shipping_details on Invoice
    • Add support for invoice_creation on PaymentLink
    • Add support for trial_settings on Subscription
    • Add support for new value paused on enum Subscription.status

See the changelog for more details.

v10.5.0-beta.2

  • #1429 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add support for list_transactions method on resource Tax.Transaction

See the changelog for more details.

v10.5.0-beta.1

  • #1427 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add support for Tax.Settings resource.

See the changelog for more details.

v10.4.0

... (truncated)

Changelog

Sourced from stripe/stripe-php's changelog.

10.6.0 - 2023-02-16

  • #1441 API Updates
    • Add support for refund_payment method on resource Terminal.Reader
    • Add support for custom_fields on Checkout.Session and PaymentLink
  • #1236 subscription_proration_date not always presented in Invoice
  • #1431 Fix: Do not use unbounded version constraint for actions/checkout
  • #1436 Enhancement: Enable and configure visibility_required fixer
  • #1432 Enhancement: Update actions/cache
  • #1434 Fix: Remove parentheses
  • #1433 Enhancement: Run tests on PHP 8.2
  • #1438 Update .gitattributes

10.5.0 - 2023-02-02

  • #1439 API Updates
    • Add support for resume method on resource Subscription
    • Add support for amount_shipping and shipping_cost on CreditNote and Invoice
    • Add support for shipping_details on Invoice
    • Add support for invoice_creation on PaymentLink
    • Add support for trial_settings on Subscription
    • Add support for new value paused on enum Subscription.status

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

... (truncated)

Commits
  • 5fc46f4 Bump version to 10.6.0
  • 2c47d1d Merge pull request #1441 from stripe/latest-codegen-master
  • c2fda3c Codegen for openapi v226
  • 653e4ce subscription_proration_date not always presented in Invoice (#1236)
  • 660594a Enhancement: Update actions/cache (#1432)
  • 85d69ae Fix: Do not use unbounded version constraint for actions/checkout (#1431)
  • f48b166 Enhancement: Enable and configure visibility_required fixer (#1436)
  • ad144bd Fix: Remove parentheses (#1434)
  • 959b332 Enhancement: Run tests on PHP 8.2 (#1433)
  • 56d2ef5 Merge pull request #1438 from TimWolla/gitattributes
  • 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 8.8.0 to 10.6.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@v8.8.0...v10.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 20, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 6, 2023

A newer version of stripe/stripe-php exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant