Release Notes v7.8
Release Date: September 21 2025
This release focuses on optimizing user journeys with improved Nurture draft management, tighter UI interactions, and expanding the flexibility of our email-based conversion tools.
Web App
New Features
Nurture Draft Management
-
Delete Drafts: You can now delete unwanted Nurture draft versions directly from the UI using the new delete icon next to the Generate button.
Draft Badging: User tiles on the Dashboard now display a Nurture icon in the bottom-left corner:
- Green: Indicates the user has a Nurture draft ready.
- Yellow: Indicates the user is eligible for Nurture but has no draft yet.
- Action: Clicking this icon links directly to that user's profile on the Nurture page.
- Generate Limits: The hover text on the "Generate" button now clarifies your remaining Nurture AI generation credits for the current month.
User Interaction Improvements
- Hover Delays: Added a universal 1-second delay to all hover tooltips across the app to reduce visual clutter from accidental mouse-overs.
- Intent Context: Added helpful hover text to the "Message Intent" label in Nurture, explaining how intent selection changes the tone of the generated message.
- Inactive Intents: Intents that are coming soon or inactive are now visibly greyed out to prevent confusion.
Dashboard UI Polish
- Provider Icons: Updated the "Lock" icon (Local Login) and "Magic Wand" icon (Magic Link) to a unified Bread & Butter icon across all provider squares and user tiles.
- Verified Icon: Replaced the blue "@" icon for verified users (Local/Magic Link) with an updated icon design.
- Team Feedback: When adding a new team member, a green checkmark now appears next to the "Add" button for 3 seconds to confirm success.
- Colors: Updated the badge colors for "Email Captured" and "Profile Verified" system events to match the new design system.
Improvements
-
Email Only V2: The "Email (capture only)" setting on the App Settings page is now fully functional. Enabling it automatically disables Local Login and Magic Link options while preserving SSO settings.
App Creation Defaults: New apps created via the dashboard now default to:
email_identification_enabled: Truemagic_link_authentication_enabled: False-
passwords_enabled: FalseRole Terminology: Renamed "Auditor" to "Marketer" in the Invite Dialog to better reflect the role's function.
Nurture UI:
- Removed the "Nurture [Beta]" tab from the top of the dashboard now that it lives in the left navigation.
- Renamed "Nurture Ai" to "Nurture AI" (capitalized) in page titles.
- Changed the "Importance" sort dropdown label to "Priority" and "Recent" to "Recent Visits".
- Updated the Nurture subject line input to a text area to better handle long AI-generated subjects.
Bug Fixes
- Empty State: The "Send" and "Send Test" buttons on the Nurture page are now disabled if no draft exists, preventing infinite loading spinners.
- Salesforce Setup: Fixed an issue where the Salesforce integration popup would fail to close and refresh the parent page upon successful connection.
- Duplicate Providers: Fixed a bug where editing a custom provider would sometimes cause the provider list to duplicate visually.
- Padding: Fixed inconsistent padding at the bottom of the Nurture page to match production standards.
Backend & Data (API)
New Features
Auto-Generate Refinements
- Content Selection: Adjusted the auto-generate logic to prioritize quality over quantity. Instead of including all data, the AI now selects only the top page, one random business highlight, and one random news item.
- Intent Change: Auto-generated emails now default to the AIDA intent (Attention, Interest, Desire, Action) instead of SMYKM.
- Metadata: We now store and return exactly who generated a Nurture email (User ID or "Auto") and the method used (Manual vs. Auto).
Sent Message Tracking
- Send Method: The system now records how a Nurture email was sent (e.g., via Gmail, Microsoft, Mailchimp) and stores this metadata for future reporting.
- Limit Logic: Updated the billing logic so that auto-generated emails no longer count against your monthly generation limit. Only manually triggered generations consume quota.
Improvements
- Importance Sort V1.5: Refined the Nurture prioritization algorithm. Users with a Nurture email generated this week now float to the top, followed by users with older drafts, then recent conversions, ensuring stale leads don't clog the top of the list.
- Duplicate Send Prevention: The API now checks if a recipient has received a Nurture message in the last 72 hours. If so, it returns an error, prompting the frontend to display a "Duplicate Follow-up?" confirmation dialog.
Bug Fixes
- 401 Errors: Investigated and resolved intermittent 401 (Unauthorized) errors occurring during valid sessions (e.g., when editing Planning Center providers).
WordPress Plugin (WPP)
New Features
Smart Access
- "Get Access" Button: Added a button for users who are logged into WordPress but don't have access to the connected Bread & Butter app. Clicking "Get Access" adds them as an Auditor (Marketer) to the app instantly.
Settings & UI
- Page Picker: Updated the text above the page selection dialog to be more descriptive: "Add the pages or categories you would like to gate - click in the box to select."
- Dashboard States: Updated the empty-state text on the dashboard to prompt users to "Verify it's you" to see their latest visits.
- Setup Guardrails: Added a warning to the "Plugin Setup Wizard" section in Advanced Settings to prevent users from accidentally overwriting a working configuration.
- Header Images: Updated top banner images for all Content Gate configuration pages.
Bug Fixes
- App Overwrite: Fixed a critical bug where the plugin would auto-create and overwrite the existing app configuration if a user logged in with a fresh account in an incognito window.
- App ID Login: Fixed an issue where an incorrect App ID in the settings would block the admin from logging into
wp-adminentirely. - Zip Upgrades: Resolved an issue where manually upgrading a zip-installed version of the plugin would cause it to deactivate.
JavaScript Library (JSL) & Conversion Widgets
New Features
Email Only V2 (with SSO)
- Hybrid Mode: We now support a configuration where Email Only (capture) is enabled alongside SSO providers.
- Users can sign in via Google/Microsoft OR simply type their email address to be identified (without a password/PIN).
- If Local Login or Magic Link is enabled, they take precedence over this capture-only mode.
Improvements
- Icon Consistency: Updated the JSL to use the new unified Bread & Butter icon for Local Login and Magic Link across all profile tools and widgets.
Bug Fixes
- Collapse Glitch: Fixed a visual bug where the "Continue with" widget would collapse incorrectly on scroll if the email field was expanded, leaving the input field floating partially visible.
NurtureAI Agent (NUR)
Improvements
- Artifact Cleanup: Investigated and resolved an issue where internal agent artifacts (like debug text) were leaking into the body of generated emails.
- Context Injection: Updated the Agent to consume Event Descriptions and CTA Links passed from the API, allowing for richer, context-aware email generation.