Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

31 lines (19 loc) · 1.64 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and adheres to Semantic Versioning.

Unreleased

  • #180 Add optional saving parameter to toArray of Base class - default is false and will include read-only attributes in returned array; true used for save when committing via API to Shopify, which excludes read-only attributes.

v2.0.1 - 2022-04-11

Added

  • #168 Allow REST resources to configure a deny list of attributes to be excluded when saving
  • #169 Allow loading dynamic fields returned by the API, and fix an issue when loading object arrays from API response data

v2.0.0 - 2022-04-04

Added

  • #139 Add support for REST resources
  • #134 ⚠️ [Breaking] Add support for PHP 8.1 and remove 7.3 from the supported list, since it's no longer supported
  • #136 Allow full paths in REST requests

Fixed

  • #117 Handle float Retry-After headers
  • #114 Update session cookie expiration after OAuth
  • #116 Save signature OAuth cookies when using the fallback function for frameworkless apps