> For the complete documentation index, see [llms.txt](https://changelog.getcashcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.getcashcloud.com/june-2026/26-jun-version-6.7.0-performance-improvements-smarter-filtering-and-workflow-refinements.md).

# 26 Jun: Version 6.7.0 – Performance Improvements, Smarter Filtering, and Workflow Refinements

Version **6.7.0** focuses on performance, usability, and workflow accuracy across key areas of the platform. This release improves **manual NACHA generation**, expands **Design Studio variables**, adds **cached data for initial modules**, enhances **custom file handling**, and refines several PayShift and table interactions.

***

#### ➕ **Improved**

* **NACHA Manual Generation:** Filtered bank accounts in manual NACHA generation so users only see eligible bank accounts, making the process more accurate and easier to use.
* **Design Studio:** Added a new **Date disbursed** payment variable in Design Studio, giving users more flexibility when building check templates.
* **Platform Performance:** Implemented cached data for most CashCloud modules to improve load times and create a faster experience in core areas of the platform.
* **PayShift UX:** Improved the error modal shown when creating an ACH payment that goes through PayShift, making required payee information clearer and more actionable.
* **Users Table:** Added sorting for key Users table columns, making it easier to organize and review user records.

***

#### 🔧 **Fixed**

* **17 bug fixes** were included in this release, focused on improving UI consistency, PayShift behavior, onboarding flows, and general usability.
* **PayShift & Services:** Fixed issues affecting service activation behavior, inactive-rule handling, modal messaging, and related credit and auto-recharge flows.
* **Payees & Onboarding:** Resolved issues with payee verification status after canceling onboarding invitations, payee redirects, and table title behavior based on payee selection.
* **Roles, Users & Invitations:** Fixed several issues related to suggested emails, adding users, labels, and interaction consistency in user-management flows.
* **ACH Configuration & Payments:** Corrected field labeling, validation behavior, and smaller payment workflow inconsistencies.
* **General UI & Navigation:** Fixed spacing, alignment, cursor states, table headers, back navigation, and other interface inconsistencies across the platform.


---

# 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://changelog.getcashcloud.com/june-2026/26-jun-version-6.7.0-performance-improvements-smarter-filtering-and-workflow-refinements.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.
