Faker Stripe V5 is now out

Share
Faker Stripe V5 is now out
Photo by Nick Fewings / Unsplash

I'm happy to announce that V5 of Faker Stripe has been released! I love working on this package because whilst it may be simple, it's proved its use over the years when working with the Stripe API! It was also one of my first foray into Open Source, so it'll always hold a special place in my heart!

So what's new?

  • Minimum PHP version is now 8.3
  • Removed
    • stripeBillingUsageRecordId
    • stripeBillingUsageRecordSummaryId
  • Added
    • stripeFinancingOfferId()
    • stripeCoreFxQuoteId()
    • stripeBillingMeterAdjustmentId()
    • stripeSigmaQueryId()
    • stripePrivacyRedactionJobId()
    • stripePrivacyRedactionJobValidationErrorId()
    • stripeBillingInvoicePaymentId()
    • stripeExternalAccountCardId()
    • stripeTaxRegistrationId()
  • Various README.md updates to make it easier to read

Due to the minimum PHP version bump, this required a new major version as it is a breaking change. I'd recommend you update consuming applications to PHP83.