Skip to content

Commit 3633fbb

Browse files
kaiforsythclaude
andcommitted
Update version to 1.0.2 and confirm WordPress 6.9 compatibility
- Bump version number to 1.0.2 across all plugin files - Update tested up to WordPress 6.9 - Add changelog entry for WordPress 6.9 compatibility verification 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3ddf580 commit 3633fbb

3 files changed

Lines changed: 13 additions & 9 deletions

File tree

hall-ai-analytics/ai-analytics.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
Plugin Name: AI Analytics
44
Plugin URI: https://usehall.com/ai-agent-analytics?utm_source=wordpress_plugin
55
Description: Measure and understand how AI agents and assistants are accessing your WordPress site. Track referrals and clicks from conversational AI platforms like ChatGPT.
6-
Version: 1.0.1
6+
Version: 1.0.2
77
Author: Hall
88
Author URI: https://usehall.com?utm_source=wordpress_plugin
99
Text Domain: hall-ai-analytics
1010
Requires at least: 5.0
11-
Tested up to: 6.8
11+
Tested up to: 6.9
1212
Requires PHP: 7.0
1313
License: GPLv3
1414
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -20,7 +20,7 @@
2020
}
2121

2222
// Define plugin constants
23-
define('AI_ANALYTICS_VERSION', '1.0.1');
23+
define('AI_ANALYTICS_VERSION', '1.0.2');
2424
define('AI_ANALYTICS_PLUGIN_FILE', __FILE__);
2525
define('AI_ANALYTICS_PLUGIN_DIR', plugin_dir_path(__FILE__));
2626
define('AI_ANALYTICS_PLUGIN_URL', plugin_dir_url(__FILE__));

hall-ai-analytics/includes/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// General
1414

15-
define('AI_ANALYTICS_WORDPRESS_PLUGIN_VERSION', '1.0.1');
15+
define('AI_ANALYTICS_WORDPRESS_PLUGIN_VERSION', '1.0.2');
1616

1717
// Settings groups
1818

hall-ai-analytics/readme.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: usehall
33
Tags: answer engine optimization, ai optimization, ai search, bot analytics, ai referrals
44
Requires at least: 5.0
5-
Tested up to: 6.8
5+
Tested up to: 6.9
66
Requires PHP: 7.0
7-
Stable tag: 1.0.1
7+
Stable tag: 1.0.2
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -95,8 +95,12 @@ No, the plugin is designed to be lightweight, unintrusive, and sends data asynch
9595

9696
== Changelog ==
9797

98-
= 1.0.0 =
99-
* Initial release
98+
= 1.0.2 =
99+
* Confirmed compatibility with WordPress 6.9
100+
* Updated tested up to version
100101

101102
= 1.0.1 =
102-
* Minor icon design fixes
103+
* Minor icon design fixes
104+
105+
= 1.0.0 =
106+
* Initial release

0 commit comments

Comments
 (0)