Skip to content

Releases: chartmogul/chartmogul-php

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

Simplified namespaces

13 Feb 10:18
Compare
Choose a tag to compare
  • moved classes DataSource, Customer, Plan to main namespace
  • added Ping->ping
  • added Subscription->setCancellationDates
  • fixed Customer->get

Minor fixes

31 Jan 12:14
Compare
Choose a tag to compare

Fix of compatibility with PHP 5.x (namespace clashes)