v0.4.0
Changed
- BREAKING CHANGE: Moved
clientId
andclientSecret
from required constructor params forConfiguration
, to optionalConfiguration
configuration array keys, to support use cases where users don't have a client ID and/or client secret (#3) - Made
Walmart.php
a templated/generated file instead of raw PHP - Move package version to
Walmart\Walmart::VERSION
, instead of inserting it into the code in several places
Fixed
- Unnecessary autoloading in Api classes and
Walmart
class (#2)
Added
composer version-update
, which just generates supporting files in order to update the package version
Full Changelog: v0.3.2...v0.4.0