Releases: magpern/fluent-imap-support-desk
Release list
Fluent IMAP Support Desk 2.0.7
Fluent IMAP Support Desk 2.0.7 — release notes
Fixed
- Plugin header
Authorwas self-referential (Fluent IMAP Support Desk). It is
nowMagpern, with anAuthor URI, matching the other magpern plugins.
No code, database, REST namespace, options, or table changes.
Install
Deploy fluent-imap-support-desk 2.0.7 / tag v2.0.7.
Rollback: 2.0.6 / v2.0.6.
Fluent IMAP Support Desk 2.0.6
Fluent IMAP Support Desk 2.0.6 — release notes
Changed
- Automatic updates now come from a private update server via the bundled
Plugin Update Checker v5
library (lib/plugin-update-checker/). The bespoke GitHub-release updater
(includes/class-github-updater.php,FISD_Github_Updater) has been removed. - The update check runs only when the
PRIVATE_UPDATE_SERVERconstant is defined
inwp-config.php; otherwise the plugin does not check for updates. - Added a CI workflow that uploads the release ZIP to the update server on each
v*tag.
Install
Deploy fluent-imap-support-desk 2.0.6 / tag v2.0.6. Define
PRIVATE_UPDATE_SERVER in wp-config.php on the target site to receive updates.
Rollback: 2.0.5 / v2.0.5.
Fluent IMAP Support Desk 2.0.5
Fluent IMAP Support Desk 2.0.5
Bulk archive fix — ticket list bulk actions no longer white-screen.
What changed
includes/class-plugin.php— process ticket bulk POST onadmin_init(before admin headers) so archive/mark-read redirects succeed.includes/class-list-table.php— support bulk “select all matching tickets” viaall_ticketsPOST flag.includes/class-ticket-repository.php— addlist_ticket_ids()for bulk actions across the full filtered result set.
No database migration. REST namespace, options, and tables unchanged.
Upgrade
| From | Action |
|---|---|
| 2.0.4 (GitHub Release ZIP) | Upload this ZIP or use Plugins → Update on production |
Install
- Download
fluent-imap-support-desk-2.0.5.zipfrom this release. - Upload via Plugins → Add New → Upload or extract to
wp-content/plugins/fluent-imap-support-desk/.
Rollback
Restore the 2.0.4 plugin folder from backup.
Full changelog: CHANGELOG.md
Fluent IMAP Support Desk 2.0.4
Fluent IMAP Support Desk 2.0.4
Bridge SMTP global scope fix — production hotfix release.
What changed
fluent-imap-support-desk.php— when Support Desk email is enabled and SMTP scope isall_wp_mail, Bridge SMTP registers on every request that needswp_mail()(WooCommerce checkout, REST previews, storefront transactional mail), not only admin/WP-Cron.includes/class-bridge-smtp.php— From/Reply-To overrides now apply forall_wp_mailscope.
No database migration. REST namespace, options, and tables unchanged.
Upgrade
| From | Action |
|---|---|
| 2.0.3 (GitHub Release ZIP) | Upload this ZIP or use Plugins → Update on production |
2.0.3 + manual hotfix (6d9261d) |
Replace with this ZIP for a tagged baseline |
Install
- Download
fluent-imap-support-desk-2.0.4.zipfrom this release. - Upload via Plugins → Add New → Upload or extract to
wp-content/plugins/fluent-imap-support-desk/.
Rollback
Restore the 2.0.3 plugin folder from backup.
Full changelog: CHANGELOG.md
Fluent IMAP Support Desk 2.0.3
Fluent IMAP Support Desk 2.0.3
GitHub Release updater — production sites can update from this release’s ZIP via Dashboard → Updates (or Plugins).
What changed
includes/class-github-updater.php— checks latest GitHub Release and installs assetfluent-imap-support-desk-X.Y.Z.zip(not source archives).- Environment guard — updater runs on
WP_ENVIRONMENT_TYPE=productionby default; disable on dev/staging withFISD_DISABLE_GITHUB_UPDATERinwp-config.php. - Prerelease installs — sites on
-dev,-snapshot,-alpha,-beta, or-rcversion strings are not prompted to downgrade to an older stable release.
No intentional support-desk behavior changes vs 2.0.2 beyond the updater.
Upgrade
| From | Action |
|---|---|
| 2.0.2 (ZIP or manual) | Use Plugins → Update on production, or upload this ZIP |
| 2.0.3-dev (repo checkout) | Replace with this stable ZIP on production only; keep dev on repo/rsync |
Database tables, options, REST namespace (biopentra-support/v1), and cron hooks are unchanged.
Install
- Download
fluent-imap-support-desk-2.0.3.zipfrom this release. - Upload via Plugins → Add New → Upload or extract to
wp-content/plugins/fluent-imap-support-desk/. - On production, future updates can use the built-in updater when
WP_ENVIRONMENT_TYPEisproduction.
Rollback
Deactivate and restore the 2.0.2 plugin folder from backup (keep DB backup).
Full changelog: CHANGELOG.md
Fluent IMAP Support Desk 2.0.2
Fluent IMAP Support Desk 2.0.2
Version alignment and production release automation — not a feature release.
What changed
- Plugin version 2.0.2 aligns the header and
BIOPENTRA_INBOX_VERSIONwith shipped code (including branding updates that were previously tagged asv2.0.1without a version bump). - Production ZIP excludes
scripts/,docs/,.github/, and other dev-only paths; includes runtime code,readme.txt, andLICENSE. - GitHub Actions CI (PHP lint + zip build) and Release workflow on
v*tags.
Upgrade
| From | Action |
|---|---|
| 2.0.0 or live deploy at 2.0.0 header | Replace plugin folder with this ZIP or rsync from tag v2.0.2 |
| v2.0.1 tag only | No separate 2.0.1 package; use 2.0.2 |
Database tables, options, REST namespace (biopentra-support/v1), and cron hooks are unchanged.
Install
- Download
fluent-imap-support-desk-2.0.2.zipfrom this release. - Upload via Plugins → Add New → Upload or extract to
wp-content/plugins/fluent-imap-support-desk/. - Activate if needed; verify Support Desk admin loads.
Rollback
Deactivate and restore the previous plugin folder from backup.
Full changelog: CHANGELOG.md