Skip to content

Commit 46d7dd2

Browse files
jeffreyvrclaude
andcommitted
Release 0.0.3.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 552f5d1 commit 46d7dd2

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

datalumo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Plugin Name: Datalumo
88
* Plugin URI: https://github.com/datalumo/wordpress
99
* Description: Sync your WordPress content to Datalumo and add AI-powered search and chat to your site.
10-
* Version: 0.0.2
10+
* Version: 0.0.3
1111
* Requires at least: 6.0
1212
* Requires PHP: 8.1
1313
* Author: Jeffrey van Rossum
@@ -25,7 +25,7 @@
2525
}
2626

2727
if (! defined('DATALUMO_VERSION')) {
28-
define('DATALUMO_VERSION', '0.0.2');
28+
define('DATALUMO_VERSION', '0.0.3');
2929
define('DATALUMO_FILE', __FILE__);
3030
define('DATALUMO_DIR', __DIR__);
3131
define('DATALUMO_URL', plugin_dir_url(__FILE__));

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: search, ai, chatbot, rag
44
Requires at least: 6.0
55
Tested up to: 6.9
66
Requires PHP: 8.1
7-
Stable tag: 0.0.2
7+
Stable tag: 0.0.3
88
License: GPL-2.0-or-later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -30,6 +30,10 @@ Datalumo keeps a searchable, AI-ready copy of your WordPress content and gives y
3030

3131
== Changelog ==
3232

33+
= 0.0.3 =
34+
* Enhanced search: result clicks are matched by rank, so they're tracked even when the theme renders links outside the main results container.
35+
* Result clicks tie to the originating search session for accurate analytics.
36+
3337
= 0.0.2 =
3438
* Connect & test now uses the custom Datalumo base URL from the settings form.
3539
* Persist the base URL on a successful connection; add a Save URL control on the connection tab.

0 commit comments

Comments
 (0)