Skip to content

Scolta 1.0.0-rc4

Choose a tag to compare

@github-actions github-actions released this 18 May 11:39
7e301a9

Scolta 1.0.0-rc4

Fourth release candidate for Scolta 1.0 — AI-powered search for Drupal, WordPress, and Laravel.

Highlights

Fixed

  • Text domain fix — changed from scolta to scolta-ai-search across all 237 i18n function calls so community translations work via translate.wordpress.org.
  • Inline script elimination — three raw echo '<script>' blocks in admin replaced with wp_add_inline_script() per WordPress.org plugin review guidelines.
  • output_dir default unified — canonical default is now wp-content/uploads/scolta (no /pagefind suffix), preventing double-nested pagefind/pagefind/ directories. Stale nested indexes cleaned up automatically.
  • dir_to_url() path resolution — uses wp_upload_dir()['baseurl'] for index paths under uploads, fixing wrong URLs on S3/CDN sites.
  • readme.txt Stable Tag alignment — matches SCOLTA_VERSION; VersionConsistencyTest enforces this going forward.
  • Foreign language flash fix — synced scolta.js suppresses premature "No Results Found" during AI expansion.
  • make_handler() now passes all config params to AiEndpointHandler — sort-intent detection was previously non-functional.
  • Release ZIP excludes vendor test/ dirs and duplicate WASM — ~18 MB savings.

Added

  • Attribution opt-in — "Show Scolta attribution" checkbox in Display settings (default off).
  • Health endpoint enrichment — fragment count, last-build timestamp, and integrity status.
  • Sort/filter infrastructure — sortable field descriptions, filter fields, and filter field descriptions in Settings.
  • Memory pressure handlingmemory_abort spawns background --resume instead of exiting with error.
  • AI Overview metadata enrichment — structured metadata per result with sort/filter indicators.
  • WooCommerce product metadata extraction — price as sortable, product details as meta.
  • wp scolta cleanup command — scans for and removes double-nested pagefind directories.
  • External Services documentation in readme.txt.

Full Changelog: https://github.com/tag1consulting/scolta-wp/blob/v1.0.0-rc4/CHANGELOG.md

⚠️ This is a release candidate. Please report any issues at https://github.com/tag1consulting/scolta-wp/issues