Skip to content

Releases: chartmogul/chartmogul-php

1.1.10

05 Aug 12:37
Compare
Choose a tag to compare

Fixes:

  • Fixed duplicate naming issue

Connect Subscriptions & Exponential Backoff

20 Dec 13:49
Compare
Choose a tag to compare

Features

  • [eb4eb32] - Added method for Connect subscriptions (#43) (Hassansin)
  • [f09398c] - Add retry logic (#41) (Hassansin)

Fixes

  • [e1107e2] - Add plan uuid to one time line item (#42) (Spyros Brilis)

1.1.8

24 Jul 13:22
1d607be
Compare
Choose a tag to compare

Commits

  • [1d607be] - Drop abstract static methods [ch4671] #40 (Hassansin)
  • [e8851d6] - Change logo in README (Petr Kopac)
  • [325f9a0] - Add transaction_fees_in_cents [ch3028] (#36) (Petr Kopac)
  • [c08a9ce] - 495: Unit test Subscription->all() (pkopac)
  • [ba31f9e] - Merge pull request #33 from chartmogul/fix-readme-spelling (Bill Franklin)
  • [3208129] - Spelling error in Readme (Bill Franklin)
  • [5823cff] - Fix @return DocBlock in AllTrait (#32) (Goran Jurić)

Invoices for merged customers

09 Jun 08:27
Compare
Choose a tag to compare
  • [DP-495] Support invoices for merged customers (#30)

Retrieve & Delete an Invoice

29 May 15:06
Compare
Choose a tag to compare
  • [DP-309] Delete Invoice (#28)
  • [DP-468] Retrieve Invoice (#29)

List Invoices

03 May 12:00
Compare
Choose a tag to compare
  • now possible to list invoices across customers/data sources with ChartMogul\Invoice::all

Fixes

28 Mar 10:58
Compare
Choose a tag to compare
  • $external_id now in Metrics\Subscription object
  • some README examples updated

Fixes

20 Mar 08:19
Compare
Choose a tag to compare
  • Customer.findByExternalId will return null instead of throwing error on "no customer found"
  • .get() method is now fixed and retrieve() alias exists
  • deprecated Import dependency forgotten in CustomerInvoices removed
  • updated documentation

Removing namespace Import

10 Mar 10:56
Compare
Choose a tag to compare
  • moved classes from Import to main namespace
  • change is backwards compatible (added Plan and DataSource placeholders back to Import)
  • all moved classes have deprecated subclasses in their original places
  • will cause problems if you use /ChartMogul and use /ChartMogul/Import, then just remove the second use.

Fixes

06 Mar 13:06
Compare
Choose a tag to compare
  • DataSource has system property now
  • Customer is consolidated (has all methods), Import\Customer and Customers are deprecated and will be removed in future versions.
  • minor/formatting fixes