How to Use FlowMattic Patcher to Install Patches
FlowMattic Patcher allows you to apply incremental updates and bug fixes between major plugin releases. Patches are small, focused updates that contain only the changed files — so you get fixes faster without waiting for a full release.
What Are Patches?
Patches are small updates delivered directly from the FlowMattic update server. They can include:
- Security fixes — Critical vulnerability patches
- Hotfixes — Urgent bug fixes
- Bug fixes — Regular bug corrections
- Improvements — Feature enhancements
- New features — New functionality additions
- Performance — Speed and efficiency improvements
- Compatibility — Third-party compatibility fixes
Patches do not affect your workflows, connections, settings, or any other data. They only update plugin files.
Accessing the Patcher
- In your WordPress dashboard, go to FlowMattic > Patcher.
- The Patcher page automatically checks for available patches for your current FlowMattic version.
Understanding the Interface
Patch List
The Patcher displays all available patches in a table with the following columns:
| Column | Description |
|---|---|
| Patch # | Unique patch number and version (e.g., “#1 v6.0”) |
| Title | Brief name describing the patch |
| Description | What the patch fixes or improves |
| Type | Color-coded status badge indicating the patch category |
| Action | Apply button, applied status, or dependency message |
Patch Type Badges
Each patch is categorized with a color-coded badge:
| Badge | Color | Meaning |
|---|---|---|
| Security | Red | Critical security fix — apply immediately |
| Hotfix | Orange | Urgent bug fix |
| Bugfix | Yellow | Regular bug fix |
| Improvement | Blue | Enhancement to existing features |
| Feature | Purple | New functionality |
| Performance | Green | Speed or efficiency improvement |
| Compatibility | Gray | Third-party compatibility fix |
Action Buttons
| Button | Meaning |
|---|---|
| Apply Patch (blue) | This patch is ready to be applied. Click to install it. |
| Applied (gray) | This patch has already been applied successfully. |
| “Apply patch #X first” | This patch requires a previous patch to be applied first. |
Applying Patches
Important: Sequential Order
Patches must be applied in order. You cannot skip ahead — each patch may depend on changes from previous patches. The Patcher enforces this automatically by only enabling the next unapplied patch.
Method 1: Apply from Dashboard (Recommended)
Apply patches one at a time:
- Navigate to FlowMattic > Patcher.
- Review the first available patch (title, description, type).
- Click the Apply Patch button.
- Wait for the patch to download and install.
- The button changes to Applied with a checkmark.
- The next patch becomes available (if any).
- Repeat until all desired patches are applied.
Apply all patches at once:
- Navigate to FlowMattic > Patcher.
- Click the Apply All Patches button at the top of the page.
- Patches are applied sequentially in order.
- Each patch shows as “Applied” as it completes.
- A success message appears when all patches are applied.
Method 2: Manual Installation via FTP
If the dashboard method doesn’t work (e.g., server permission issues), you can apply patches manually:
- Click the download icon next to the patch to download the ZIP file.
- Extract the ZIP file on your computer.
- Inside the extracted folder, locate the
flowmattic-patchdirectory (or the patch files directly). - Connect to your server using an FTP/SFTP client (e.g., FileZilla, Cyberduck).
- Navigate to
/wp-content/plugins/flowmattic/. - Upload the extracted patch files to the plugin directory.
- When prompted, choose Overwrite to replace existing files.
- Verify the upload is complete.
Note: Patches applied manually via FTP are not tracked in the Patcher dashboard. The fixes will be active, but the dashboard may still show the patch as unapplied.
When No Patches Are Available
If no patches are available for your version, you’ll see:
All Caught Up! No patches are available for this version of FlowMattic.
This means your FlowMattic installation is fully up to date for the current version.
Patches and Plugin Updates
- Patches are version-specific — they only apply to the FlowMattic version you’re currently running.
- Major updates include all patches — when you update to a new FlowMattic version, all previous patches are already included.
- Patch tracking resets after updates — after a major update, the applied patches list resets since they’re bundled in the new version.
Troubleshooting
Patch fails to apply
Common causes:
- File permissions — Your web server needs write access to
/wp-content/plugins/flowmattic/. Contact your hosting provider to verify permissions. - Network issues — Your server must be able to reach
updates.flowmattic.com. Check if your firewall or security plugin is blocking outbound requests. - Disk space — Ensure your server has sufficient disk space for the patch download and extraction.
Solutions:
- Click the patch button again to retry.
- Temporarily disable caching plugins.
- Use the manual FTP method as a fallback.
- Contact FlowMattic support if the issue persists.
Patcher page shows an error
If the Patcher page shows an error loading patches:
- Click the Retry button to fetch patches again.
- Verify your internet connection is working.
- Check if
updates.flowmattic.comis accessible from your server.
Patches not showing after manual FTP install
Patches applied via FTP are not tracked by the Patcher. The fixes are active even if the dashboard still shows them as unapplied. You can safely ignore the status for manually applied patches.
Best Practices
- Back up before patching — While patches are designed to be safe, it’s good practice to back up your site before applying updates.
- Apply security patches immediately — Red “Security” badges indicate critical fixes that should be applied as soon as possible.
- Don’t skip patches — Even if a patch description doesn’t seem relevant, it may contain changes that later patches depend on.
- Check after applying — After applying patches, verify your workflows are running correctly.
- Use the dashboard method — The dashboard method is preferred because it tracks which patches have been applied.
Summary
| Feature | Details |
|---|---|
| Access | FlowMattic > Patcher |
| Application Methods | Dashboard (recommended) or Manual FTP |
| Patch Order | Sequential — must be applied in order |
| Apply All | One-click to apply all pending patches |
| Rollback | Not available — back up before patching |
| Plugin Updates | All patches included in major updates |
| Tracking | Dashboard method only (FTP not tracked) |
| Permission Required | WordPress Administrator |