Skip to content

Commit 91cbd51

Browse files
Merge pull request #159 from tag1consulting/release/v1.0.1
release: v1.0.1
2 parents e490242 + bafb337 commit 91cbd51

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This project uses [Semantic Versioning](https://semver.org/). Major versions are
66

77
## [Unreleased]
88

9+
## [1.0.1] - 2026-05-30
10+
911
### Fixed
1012
- **Binary indexer now emits canonical URLs instead of build-artifact URLs.** `ContentExporter` writes exported HTML files in a nested directory structure mirroring the canonical URL (`/recipe/cake/``recipe/cake/index.html`) so Pagefind `--site` derives `data.url` identical to the PHP indexer. Previously, flat `{id}.html` exports caused `data.url = /{id}.html` — a path that 404s on the live site. Resolves the root cause behind #155 and closes #157.
1113
- **AI summary citation URLs now prefer canonical `meta.url` over Pagefind file path.** Both `summarizeResults()` (WASM path) and `buildLLMContext()` (JS fallback) now use `r.data.meta?.url || resolveUrl(r.data.url)`, matching the pattern already used in the result card renderer. Fixes #155.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tag1/scolta-php",
3-
"version": "1.0.1-dev",
3+
"version": "1.0.1",
44
"description": "AI-powered search with Pagefind \u2014 PHP language binding",
55
"type": "library",
66
"license": "MIT",

0 commit comments

Comments
 (0)