Upgrade Notes (v8.7.5)
These notes cover what changes when you upgrade an existing installation to Interspire Email Marketer v8.7.5. Most of the release requires no action — but a few features have behavior you should be aware of before and after upgrading. Read the highlighted items below first.
Before You Upgrade
- Back up your files and database. This is always recommended, and it matters more in 8.7.5: once custom-field data is encrypted, a database rollback cannot read those values back in plaintext.
- Check server requirements. v8.7.5 requires PHP 8.3 or 8.4 (8.4 preferred) and MySQL 8.0+/MariaDB 10.x. See Server Requirements, and run
check_iem.phpto confirm. - Plan the schema upgrade. After you replace the application files, the database schema upgrade runs automatically the first time an administrator logs in. Perform the upgrade during a quiet period.
Encrypted Custom Fields — Action May Be Required v8.7.5
Field-level encryption is a new, opt-in feature. If you do not enable it, no action is needed.
Also note, once a field is encrypted:
- Encryption cannot be disabled. Decide before saving.
- Searching supports exact matches only; segments allow only equals / does not equal.
- Exports of encrypted field values are limited to administrator accounts.
- Merge tags referencing an encrypted field are blocked from rendering in emails unless you turn on Allow in email personalization for that field.
See Encrypted Custom Fields for full details.
Statistics Will Look Different v8.7.5
Bot detection is enabled by default with sensible thresholds, so automated (non-human) opens and clicks are now filtered out of your engagement numbers.
See Bot Detection Settings for the available options.
Bounce Processing
Bounce handling has been modernized onto the bundled webklex/php-imap library.
- IMAP bounce accounts no longer require the PHP IMAP extension. IMAP is now the recommended account type, and auto-detection prefers secure SSL/TLS connections.
- POP3 bounce accounts still require the
ext-imapextension. If it is unavailable on your server, switch the account to IMAP.
Existing bounce accounts continue to work after the upgrade; review them only if you previously relied on ext-imap for POP3 or had trouble with SSL-only mail servers.
Email Editor (BuilderJS)
The BuilderJS drag-and-drop editor has been upgraded to its latest major version. The editor choice is permanent per item, so existing newsletters, templates, and autoresponders keep the editor they were created with and continue to open and edit normally. See BuilderJS Editor for what’s new.