Workarea 3.5.11
Patch release notes for Workarea 3.5.11.
Rename index to avoid conflicts in upgrade
We changed the abandoned orders index so trying to create indexes after upgrading will cause a conflict due to different indexes with the same name. This renames the index to fix that.
Commits
Correct/clarify Dragonfly configuration warning
This warning's language was based on outdated functionality, this updates it to reflect what happens currently.
Commits
Fix comment subscription messaging
The messaging was incorrect. Also improves UI to move the secondary action of subscribing/unsubscribing out of the main area.
Pull Requests
Remove extra order ID cookie
No need for the extra cookie if the order isn't persisted. Note this doesn't actually affect functionality.