Skip to content

Scolta 1.0.0-rc2

Choose a tag to compare

@github-actions github-actions released this 12 May 18:55
b4a1204

Scolta 1.0.0-rc2

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

Highlights

  • wp scolta status now detects the PHP indexer layout. The status command previously only checked for index files at the output directory root (binary indexer layout). It now checks {output_dir}/pagefind/ first (PHP indexer layout), falling back to root. Fixes incorrect fragment counts and stale build dates after PHP indexer rebuilds.

Full changes since rc1

  • wp scolta status now detects the PHP indexer layout. The status command previously only checked for index files at the output directory root (binary indexer layout). It now checks {output_dir}/pagefind/ first (PHP indexer layout), falling back to the root. This fixes incorrect fragment counts and stale build dates reported after PHP indexer rebuilds.
  • CI checksum enforcement is now mandatory.
  • make_handler() now passes $config->aiSummaryMaxTokens to AiEndpointHandler.
  • scolta.js updated from canonical scolta-php source. Includes the AUTO_LANGUAGE_FILTER opt-in flag and filter sidebar counts fix.
  • Settings form: step attribute corrected to 1 on number inputs — fixes preset values being silently rounded on save.
  • CRITICAL: Background scheduler no longer silently fails when indexer is auto.
  • Admin status and notices corrected — no longer shows binary indexer messaging when indexer is auto.
  • Activation hook no longer probes binary to set indexer default.
  • CRITICAL: Amazee auto-provisioning no longer silently overrides users who configured their API key via admin UI.

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

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