Releases: chartmogul/chartmogul-php
Releases · chartmogul/chartmogul-php
Removing namespace Import
- moved classes from
Import
to main namespace - change is backwards compatible (added
Plan
andDataSource
placeholders back to Import) - all moved classes have deprecated subclasses in their original places
- will cause problems if you
use /ChartMogul
anduse /ChartMogul/Import
, then just remove the second use.
Fixes
Simplified namespaces
- moved classes
DataSource, Customer, Plan
to main namespace - added
Ping->ping
- added
Subscription->setCancellationDates
- fixed
Customer->get
Minor fixes
Fix of compatibility with PHP 5.x (namespace clashes)