Skip to content

Releases: reachly/magento

v0.0.4

25 Aug 11:24
Compare
Choose a tag to compare

New in v0.0.4:

  • Switched default API URL in plugin's configuration to production's https://bh.reach.ly
  • Fixed SSL handling when posting Webhook data to Reachly endpoint

v0.0.3

21 Aug 14:55
Compare
Choose a tag to compare

New capabilities:

  • app/install webhook is being sent right after the extension is installed
  • enabled handling product deletion event from both Product Grid and Edit views
  • keep on running a page view even if extension failed to send a weebhook due to API service's unavailability

v0.0.2

20 Aug 08:36
Compare
Choose a tag to compare

The current plugin version retrieves and forwards the following webhooks along with the JS-tracker data:

  • checkouts/create
  • checkouts/update
  • orders/create
  • products/create
  • products/update
  • products/delete

In addition it adds it's own configuration section in Magento admin panel for user to define received AppID, Secret Key and API endpoint host address.