Releases: mymaterick/texolink-topic-clusters
Releases · mymaterick/texolink-topic-clusters
Release list
Cluster size
Version 1.2.0 - Configurable Cluster Size NEW FEATURE: Choose cluster size - Dropdown with options: 10, 15, 20, 25, 30 posts - Performance labels: 10 posts (Fast), 30 posts (Slower) - Default 20 posts balances speed and comprehensiveness Processing times (approximate): - 10 posts: ~15-20 seconds - 20 posts: ~30-40 seconds - 30 posts: ~60 seconds Perfect for users who want control over the speed vs depth tradeoff!
Cross site fix
Version 1.1.1 - Fix endpoint URL - Fixed duplicate /api in URL (was /api/api/topic-cluster, now /api/topic-cluster) - Resolves 404 Not Found error
Cross site fix
Version 1.1.0 - Domain-based authentication with admin secret BREAKING CHANGE: Changed from API key to domain-based authentication Key Changes: - Use site domain for identification instead of non-existent API key - Send admin_secret header for authentication - Backend looks up site by domain (Site.query.filter_by(domain=...)) - Fixes all authentication errors This resolves the 'API key not configured' error by using the correct WordPress options that actually exist (texolink_admin_secret).
Cross site fix
Version 1.0.9 - Enhanced API key retrieval with multiple fallbacks Changes: - Try texolink_api_key option first (primary method) - Fallback to texolink_get_site_key() function if available - Fallback to texolink_site_id option as last resort - Enhanced debug logging showing all three attempts - Filter and display only TexoLink-related WordPress options - Should resolve API key not found errors
Cross site fix
Version 1.0.8 - Debug API key retrieval issue
- Add debug logging to api-connector.php constructor
- Log API key detection status and length
- Dump all WordPress options to troubleshoot API key retrieval
- Helps diagnose why get_option('texolink_api_key') returns empty
Cross site fix
v1.0.7 Version 1.0.7 - Multi-tenant site isolation fix
Initial release with auto-update functionality
v1.0.6 Version 1.0.6 - Fix API compatibility with backend
Initial release with auto-update functionality
v1.0.5 Version 1.0.5 - Fix site_domain authentication
Initial release with auto-update functionality
v1.0.4 Version 1.0.4 - Fix TexoLink configuration detection
Initial release with auto-update functionality
Check Auto update