Skip to content

v4.6.3

Choose a tag to compare

@esprit-dev esprit-dev released this 12 Mar 16:37
· 33 commits to main since this release

Features

  • Add full Magento Coding Standard ruleset compliance (MAG-601)
  • Add React headless payment app example (MAG-549)
  • Fix type casting for total amount and split count in installment plan generation (MAG-539)
  • Fix undefined index error in PaymentConfigObserver (MAG-597)
  • Fix double shipping rate calculation on configurable product (MAG-608)
  • Update React components declaration to avoid PHP CS errors (MAG-617)
  • Add GraphQL resolver for retrieving Payplug payment redirect URL on GraphQL Order type (V1) for Magento 2.4.6 compatibility (MAG-621)
  • Update ApplePay order handling to reflect shipping method changes and add relevant order comment (MAG-629)
  • Add null safe operator for authorized_at to prevent potential null reference error (MAG-628)
  • Add Payplug Copyright comments (MAG-615)
  • Update failure redirect URL to improve error handling and pass failure msg (MAG-656)
  • Refactor cache key logic to support website-specific OAuth2 access token caching (MAG-665)
  • Add customizable URL scope option for return/cancel success redirects and encode base64 all custom return urls (MAG-646)
  • Refactor custom return URL encoding logic on place order (MAG-655)
  • Fix website scope legacy login and refactor config fields behavior (MAG-650)
  • Handle additional store scope type during OAuth connection validation (MAG-647)

View diff

Changed

  • Refactor custom return URL encoding logic on place order (MAG-655) #4aec1a07
  • Update React components declaration to avoid PHP CS errors (MAG-617) #9998c7c9

Added

  • Add full Magento Coding Standard ruleset compliance (MAG-601) #ae4a9a48
  • Add React headless payment app example (MAG-549) #8c342895
  • Add GraphQL resolver for retrieving Payplug payment redirect URL on GraphQL Order type (V1) for Magento 2.4.6 compatibility (MAG-621) #f886d4c3
  • Add Payplug Copyright comments (MAG-615) #90990a4a
  • Add customizable URL scope option for return/cancel success redirects and encode base64 all custom return urls (MAG-646) #a0418795

Fixed

  • Fix type casting for total amount and split count in installment plan generation (MAG-539) #a7152128
  • Fix undefined index error in PaymentConfigObserver (MAG-597) #807de5db
  • Fix double shipping rate calculation on configurable product (MAG-608) #89f16080
  • Fix ApplePay order handling to reflect shipping method changes and add relevant order comment (MAG-629) #e0f1b726
  • Add null safe operator for authorized_at to prevent potential null reference error (MAG-628) #8b4d4040
  • Update failure redirect URL to improve error handling and pass failure msg (MAG-656) #14d91ead
  • Refactor cache key logic to support website-specific OAuth2 access token caching (MAG-665) #2cdc5dc6
  • Fix website scope legacy login and refactor config fields behavior (MAG-650) #1ea1877f
  • Handle additional store scope type during OAuth connection validation (MAG-647) #1e9cae78