Improved: Added composer.json to distribution for Plugin Check validation.
0.9.4
Added: Extensibility hooks for custom authentication types — Pro and third-party plugins can register new auth methods via the centralized auth type dropdown. (Dev: new huxx_connect/auth/types filter and huxx_connect/auth/fields/{type} action.)
Added: Wildcard array syntax ([]) for extracting data from nested arrays in API responses. (Dev: [] in dot-notation paths traverses array elements, e.g., data.[].name.)
Improved: Redesigned admin interface with design tokens, Phosphor icons, and consistent styling across all views.
Improved: WPGetAPI compatibility bridge documented in readme files.
Improved: Tested up to WordPress 6.9.4.
Fixed: Boolean and integer values in authentication configuration are preserved correctly during import.
Fixed: OAuth 2.0 capitalization corrected on API card auth badges.
0.9.3
Fixed: WPGetAPI compatibility no longer causes fatal errors when WPGetAPI is activated or reactivated. (Dev: activation detection now uses request parameters instead of hook timing.)
Fixed: Empty API credential fields display correctly instead of showing masked placeholder asterisks.
Fixed: Postman import handles empty collection variables and warns about values that need manual attention.
0.9.2
Added: Brace syntax for the keys shortcode attribute — extract multiple fields from a response using keys=”{id},{name}”. (Dev: pipe-delimited paths also supported for WPGetAPI compatibility. Both dot-notation and brace/pipe formats work.)
Added: Shortcode output filter hook for extensions to customize response rendering. (Dev: huxx_connect/shortcode/format_output filter.)
Added: Export data filter hook for extensions to modify exported configurations. (Dev: huxx_connect/export/data filter.)
Improved: API favicons automatically sync when importing API configurations.
Improved: Request preview headers now show masked credential values instead of raw secrets.
Improved: API key values in request URLs are masked in the request log before storage.
For the complete pre-1.0 changelog, see CHANGELOG.md included with the plugin.