Releases: hellotext/hellotext-wordpress
Releases · hellotext/hellotext-wordpress
v1.0.2
Add Consumer Key and Secret generation.
v1.0.1
Add source to the API calls.
v1.0.0
Releases a stable version of the plugin.
v0.1.4
remove profile create with no user
v0.1.3
fix create profile function
v0.1.2
fix app url on extension activate and deactivate
v0.1.1
Added Hellotext Integration creation on extension install/activate and remove/deactivate.
Release of v0.1.0
Ships all basic features to track activities on the WooCommerce store.
| Action | Implemented | Notes |
|---|---|---|
| app.installed | ✅ | Implemented but disabled. |
| app.removed | ✅ | Implemented but disabled. |
| app.spent | N/A | We are tracking product purchases already. |
| cart.abandoned | N/A | We can track this on the Hellotext app because WooCommerce has no way to check this natively. |
| cart.added | ✅ | |
| cart.removed | ✅ | |
| coupon.redeemed | ✅ | |
| form.completed | N/A | There are no forms that are useful for us other than the checkout, which we are already tracking. |
| order.placed | ✅ | |
| order.confirmed | ✅ | |
| order.cancelled | ✅ | |
| order.shipped | N/A | WooCommerce do not integrate this order status natively. |
| order.delivered | ✅ | |
| page.viewed | N/A | We are already tracking product.viewed, other pages are just those for the blog and other WordPress stuff. |
| product.purchased | ✅ | |
| product.viewed | ✅ | |
| refund.requested | N/A | Natively, WooCommerce does not offer a refund page, the buyer has to request it via email or other DM methods. |
| refund.received | ✅ |