Skip to content

v0.4.0

Compare
Choose a tag to compare
@jlevers jlevers released this 14 Jul 21:14
· 35 commits to main since this release

Changed

  • BREAKING CHANGE: Moved clientId and clientSecret from required constructor params for Configuration, to optional Configuration 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