Releases: Invoiced/invoiced-php
Releases · Invoiced/invoiced-php
v2.4.2
- Adds support for
firebase/php-jwt
v6
v2.4.1
- Add
SignUpPageAddon
object
NOTE: there was an issue with the 2.4.0 release
v2.3.0
- Allow for Guzzle 6 or 7 to be used as a dependency
v2.2.0
- Improves support for PHP 8.1 by fixing deprecations
v2.1.0
Adds these new objects:
- CustomField
- CustomerChasingCadence
- EmailTemplate
- GlAccount
- Inbox
- InvoiceChasingCadence
- LateFeeSchedule
- Member
- MerchantAccount
- PaymentMethod
- PdfTemplate
- Report
- Role
- SignUpPage
- SmsTemplate
- TaxRule
- Theme
- Webhook
v2.0.0
- Removes the
CatalogItem
(renamed to Item
) and Transaction
(replaced by Payment
) classes
- Added
CreditBalanceAdjustment
class for adding credits to customer accounts
v1.3.0
- Deprecates
Transaction
object in favor of Payment
object
- Adds
Charge
and Refund
objects to make processing payments easier
- Improve code quality with PHPStan
v1.2.0
- Remove inflector dependency
- Update CA bundle
- Deprecated
CatalogItem
class in favor of Item
- Support PHP 7.4
v1.1.0
- Adds endpoints for managing payment sources (cards and bank accounts)
v1.0.0
New objects:
- Coupons
- Letters
- Notes
- Tasks
- Tax Rates
- Text Messages
New endpoints:
- Consolidate invoices
- Initiate a charge
- Preview subscriptions
- Void invoices, credit notes, and estimates