Skip to content

v1.6190.1640 — Vortops cloud conversion + suite core

Latest

Choose a tag to compare

@thisismyurl thisismyurl released this 09 Jul 18:08
· 2 commits to main since this release

Added

  • Vortops cloud conversion: when local Imagick + libheif is unavailable, HEIC conversions route through the Vortops cloud API. Local is always preferred; Vortops is strictly the fallback. API key is entered in Settings and shared across all thisismyurl plugins. Includes a Test Connection button that validates without saving.
  • Honest capability messaging: when the server can't convert locally, the plugin explains the server-level reason and offers a concrete path — contact the host, or connect Vortops. Zero-pressure.

Changed

  • Suite core refactor: Vortops client, settings UI, and event recording now live in a single shared class-timu-suite-core.php. One file is distributed across all thisismyurl plugins — a change to the core propagates everywhere at once, the same model as Colophon themes. Vortops key save is now a proper admin_post handler, consistent with the other plugins.

Fixed

  • Environment preflight no longer marks Vortops as a failure when local Imagick is working — it shows as optional. The Convert All button no longer blocks when Vortops isn't connected but Imagick is available.