> For the complete documentation index, see [llms.txt](https://docs.edgetag.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.edgetag.io/changelog/december/10th-dec-plugin-filter-fixes-configurator-fix-for-nc-velocity-crm-connection-issue-and-more.md).

# 10th Dec: Plugin filter fixes, Configurator fix for NC, Velocity - CRM connection issue and more

### :bug: Fixes

* \[App] - Fixed configurator issue where user details like email, phone, and “new customer” status weren’t always up to date (especially on Shopify). We’ve now fixed this by capturing the “first order” status directly from the purchase event and updating it in the browser instantly.
* \[App] -Fixed an rare issue where the system didn’t correctly update the “new customer” flag during purchase; we’ve addressed this so the value is now fetched and stored reliably.
* \[Plugin] – Improved how Channel Instances are filtered in the Plugins form so the list now correctly updates based on the options selected by the user.
* \[Channel] – Fixed an issue that prevented the system from completing the velocity deletion process whenever the CRM connection wasn’t available.

### :book: Details

Release day: 10th December 2025\
Release version: 25-43\
Edge version: 13.134.0\
SDK version: 1.37.2


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.edgetag.io/changelog/december/10th-dec-plugin-filter-fixes-configurator-fix-for-nc-velocity-crm-connection-issue-and-more.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
