v2.1.1
Etherlabz Intercom Sync 2.1.1
Small but important follow-up to 2.1.0, focused on the credential fields:
- Save and Remove apply instantly. The token/secret chips' actions no longer wait for the settings form to be saved — Remove confirms and clears immediately, Save (new ✓ button in the edit state, or just press Enter) stores the replacement immediately, and the page refreshes to show the result.
- Fixed: Remove silently did nothing. The previous implementation cleared the option with
update_option( ..., '' ), which runs the registered sanitizer — whose blank-input rule is "keep the stored value." It reported success while re-saving the secret. Removal now usesdelete_optionand is verified against the database.
If you're upgrading from 2.0.x, read the 2.1.0 notes below it — the prefix rename and Fin endpoint changes there still apply.
What's Changed
Full Changelog: v2.1.0...v2.1.1