Skip to content

Commit 177ebee

Browse files
release: 1.3.2 — LiteSpeed/Hostinger header normalization
1 parent 0d5edfd commit 177ebee

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ Format: [Keep a Changelog](https://keepachangelog.com/) · Versioning: [SemVer](
77

88
Nothing yet.
99

10+
## [1.3.2] — 2026-09-11
11+
12+
### Fixed
13+
14+
- HMAC authentication on LiteSpeed/Hostinger hosting: incoming `X-Bridgistic-*` headers are
15+
rewritten to underscored (`X_Bridgistic_*`) variants, so signature verification saw no
16+
credentials and every API call failed with `401 bridgistic_auth_missing`. Header names are
17+
now normalized (`_``-`, lowercased) before verification. Affects Hostinger, LiteSpeed
18+
Enterprise and any stack that underscores custom header names.
19+
1020
## [1.3.1] — 2026-09-03
1121

1222
### Fixed

wordpress-plugin/bridgistic/bridgistic.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Bridgistic
44
* Plugin URI: https://github.com/wordpressistic/bridgistic
55
* Description: Connect your WordPress site to any AI model — Claude, ChatGPT, Codex, Gemini, Cursor or any MCP client — with production-safe, scoped control — HMAC-signed requests, least-privilege keys, dry-run and human approval on destructive ops, one-call rollback, full audit, usage metering, and scheduled playbooks.
6-
* Version: 1.3.1
6+
* Version: 1.3.2
77
* Requires at least: 6.4
88
* Requires PHP: 8.0
99
* Author: Shuvo Sarker (WordPressistic)
@@ -24,7 +24,7 @@
2424
exit; // No direct access.
2525
}
2626

27-
define( 'BRIDGISTIC_VERSION', '1.3.1' );
27+
define( 'BRIDGISTIC_VERSION', '1.3.2' );
2828
define( 'BRIDGISTIC_FILE', __FILE__ );
2929
define( 'BRIDGISTIC_DIR', plugin_dir_path( __FILE__ ) );
3030
define( 'BRIDGISTIC_URL', plugin_dir_url( __FILE__ ) );

wordpress-plugin/bridgistic/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: mcp, ai, claude, chatgpt, gemini, automation, rest-api
44
Requires at least: 6.4
55
Tested up to: 6.8
66
Requires PHP: 8.0
7-
Stable tag: 1.3.1
7+
Stable tag: 1.3.2
88
License: GPL-2.0-or-later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)