Skip to content

v2.1.1

Choose a tag to compare

@Evy04 Evy04 released this 16 Aug 22:11
· 3 commits to main since this release
8506560

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 uses delete_option and 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

  • Instant Save/Remove for secrets; fix remove re-saving the secret (2.1.1) by @Evy04 in #11

Full Changelog: v2.1.0...v2.1.1