Skip to content

Bump stripe/stripe-php from 7.97.0 to 9.5.0 in /src#65

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/src/stripe/stripe-php-9.5.0
Closed

Bump stripe/stripe-php from 7.97.0 to 9.5.0 in /src#65
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/src/stripe/stripe-php-9.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 12, 2022

Copy link
Copy Markdown

Bumps stripe/stripe-php from 7.97.0 to 9.5.0.

Release notes

Sourced from stripe/stripe-php's releases.

v9.5.0

  • #1364 API Updates
    • Add support for new value terminal_reader_splashscreen on enum File.purpose
  • #1363 chore: Update PHP tests to handle search methods.

See the changelog for more details.

v9.4.0

  • #1362 API Updates
    • Add support for login_page on BillingPortal.Configuration
  • #1360 Add test coverage using Coveralls
  • #1361 fix: Fix type hints for error objects.
    • Update Invoice.last_finalization_error, PaymentIntent.last_payment_error, SetupAttempt.setup_error and SetupIntent.setup_error type to be StripeObject.
      • Addresses stripe/stripe-php#1353. The library today does not actually return a ErrorObject for these fields, so the type annotation was incorrect.
  • #1356 Add beta readme.md section

See the changelog for more details.

v9.4.0-beta.1

  • #1358 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add support for the beta Gift Card API.

See the changelog for more details.

v9.3.0

  • #1355 API Updates
    • Change type of Treasury.OutboundTransfer.destination_payment_method from string to string | null
    • Change the return type of CustomerService.fundCashBalance test helper from CustomerBalanceTransaction to CustomerCashBalanceTransaction.
      • This would generally be considered a breaking change, but we've worked with all existing users to migrate and are comfortable releasing this as a minor as it is solely a test helper method. This was essentially broken prior to this change.

See the changelog for more details.

v9.3.0-beta.1

  • #1354 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Stripe-Version beta headers are not pinned by-default and need to be manually specified, please refer to beta SDKs README section

See the changelog for more details.

v9.2.0

  • #1352 API Updates
    • Add support for new resource CustomerCashBalanceTransaction
    • Add support for currency on PaymentLink
    • Add constant for customer_cash_balance_transaction.created webhook event.
  • #1351 Add a support section to the readme
  • #1304 Allow passing PSR-3 loggers to setLogger as they are compatible

See the changelog for more details.

... (truncated)

Changelog

Sourced from stripe/stripe-php's changelog.

9.5.0 - 2022-09-06

  • #1364 API Updates
    • Add support for new value terminal_reader_splashscreen on enum File.purpose
  • #1363 chore: Update PHP tests to handle search methods.

9.4.0 - 2022-08-26

  • #1362 API Updates
    • Add support for login_page on BillingPortal.Configuration
  • #1360 Add test coverage using Coveralls
  • #1361 fix: Fix type hints for error objects.
    • Update Invoice.last_finalization_error, PaymentIntent.last_payment_error, SetupAttempt.setup_error and SetupIntent.setup_error type to be StripeObject.
      • Addresses stripe/stripe-php#1353. The library today does not actually return a ErrorObject for these fields, so the type annotation was incorrect.
  • #1356 Add beta readme.md section

9.3.0 - 2022-08-23

  • #1355 API Updates
    • Change type of Treasury.OutboundTransfer.destination_payment_method from string to string | null
    • Change the return type of CustomerService.fundCashBalance test helper from CustomerBalanceTransaction to CustomerCashBalanceTransaction.
      • This would generally be considered a breaking change, but we've worked with all existing users to migrate and are comfortable releasing this as a minor as it is solely a test helper method. This was essentially broken prior to this change.

9.2.0 - 2022-08-19

  • #1352 API Updates
    • Add support for new resource CustomerCashBalanceTransaction
    • Add support for currency on PaymentLink
    • Add constant for customer_cash_balance_transaction.created webhook event.
  • #1351 Add a support section to the readme
  • #1304 Allow passing PSR-3 loggers to setLogger as they are compatible

9.1.0 - 2022-08-11

  • #1348 API Updates

    • Add support for payment_method_collection on Checkout.Session and PaymentLink
  • #1346 API Updates

    • Add support for expires_at on Apps.Secret

9.0.0 - 2022-08-02

Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the SDK, read more detailed description at https://github.com/stripe/stripe-php/wiki/Migration-guide-for-v9. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-08-01.

"⚠️" symbol highlights breaking changes.

  • #1344 API Updates
  • #1337 API Updates
  • #1273 Add some PHPDoc return types and fixes
  • #1341 Next major release changes

Added

  • Add alternate_statement_descriptors, authorization_code, and level3 properties to Charge resource.
  • Add previewLines method to CreditNote resource.
  • Add transfer_data property to Subscription resource.

... (truncated)

Commits

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 7.97.0 to 9.5.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@v7.97.0...v9.5.0)

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

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 Sep 12, 2022
@dependabot @github

dependabot Bot commented on behalf of github Sep 19, 2022

Copy link
Copy Markdown
Author

Superseded by #66.

@dependabot dependabot Bot closed this Sep 19, 2022
@dependabot dependabot Bot deleted the dependabot/composer/src/stripe/stripe-php-9.5.0 branch September 19, 2022 01:04
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