Releases: chartmogul/chartmogul-php
Releases · chartmogul/chartmogul-php
v5.0.2: Add support for doctrine collection 2 (#102)
Added support for doctrine collection v2.x
4.3.1
Commits
- [4886f17] - Missing $system property on DataSource (#93) (Goran Jurić)
4.3.0
Commits
- [2d60259] - use psr client interface instead of php-http client interface (#76) (slepic)
4.2.1
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
Support for Activities Export API
4.1.0
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
All activities of an account are now available via API call.
Add Account API endpoint
Account
ChartMogul\Account::retrieve();
Current account details are now available via API call:
- name
- currency
- time zone
- week start on
3.0.2
Commits
- [f6f68f7] - Document transaction.amount_in_cents (#75) (Hassansin)