Skip to content

0.11.0

Compare
Choose a tag to compare
@bookernath bookernath released this 28 Aug 18:04
· 232 commits to master since this release
e774b76

[0.11.0] - 2018-08-27

Added

  • Changelog
  • Support for most product modifier field types: checkbox, date, number,
    single line text, multi line text
  • Quantity field for the Add to Cart form
  • Shim for the function wp_unschedule_hook(), which is not available on
    WordPress versions older than 4.9.0
  • Updates to the uninstaller to account for data added in recent releases

Changed

  • Combined the "Product Archive" and "Product Catalog" sections in the theme customizer
  • Updated the BigCommerce API SDK to bring it up-to-date with current API behavior.
    API classes formerly in the BigCommerce\Api\v3 namespace have moved to
    BigCommerce\Api\v3\Api.
  • When changing the import schedule, the next import is immediately rescheduled,
    instead of waiting until the next import runs.
  • When running an import via CLI, reschedule the next cron import after
    the CLI import completes.

Deprecated

Removed

  • The class BigCommerce\Customizer\Sections\Catalog is gone. Its constants
    have moved to BigCommerce\Customizer\Sections\Product_Archive.

Fixed

Security