Skip to content

Releases: chartmogul/chartmogul-php

4.3.1

09 Sep 07:16
4886f17
Compare
Choose a tag to compare

Commits

  • [4886f17] - Missing $system property on DataSource (#93) (Goran Jurić)

4.3.0

07 Sep 03:49
2d60259
Compare
Choose a tag to compare

Commits

  • [2d60259] - use psr client interface instead of php-http client interface (#76) (slepic)

4.2.1

06 Sep 05:23
5e19c12
Compare
Choose a tag to compare

Commits

  • [5e19c12] - Fix returning bool in Customer::findByExternalId() (#91) (Lukáš Břečka)
  • [2405456] - Run GH build for forked repositories [ch33440] (#92) (Hassansin)

4.2.0

28 Jul 15:40
dd6dd29
Compare
Choose a tag to compare

Support for Activities Export API

4.1.0

16 Jul 00:36
a26cf00
Compare
Choose a tag to compare

PHP8 Support

  • [a26cf00] - chore: PHP8 suppport (#83) (Adrian)
  • [8479ce4] - Address issues from static analysis [ch32269] (#86) (Hassansin)
  • [c3d6948] - GH actions setup (#85) (Hassansin)
  • [5c315d2] - Update readme [ch30595] (#81) (Srikala Bharadwaj)

Add ChartMogul\Metrics\Activities::all

30 Jun 15:14
266357f
Compare
Choose a tag to compare

All activities of an account are now available via API call.

Add Account API endpoint

12 Mar 13:41
fe94118
Compare
Choose a tag to compare

Account

ChartMogul\Account::retrieve();

Current account details are now available via API call:

  • name
  • currency
  • time zone
  • week start on

3.0.2

09 Mar 08:36
f6f68f7
Compare
Choose a tag to compare

Commits

  • [f6f68f7] - Document transaction.amount_in_cents (#75) (Hassansin)

Fix ping command

22 Feb 13:20
1778470
Compare
Choose a tag to compare
  • Pass Client to Ping command #73

Drop dependency on concrete HTTP implementation

08 Jan 04:31
8aabd4d
Compare
Choose a tag to compare
  • Drop dependency on concrete HTTP implementation [ch27450] (#70)