chore(production): release 0.3.3#2
Conversation
Greptile SummaryThis is an automated release PR generated by Release Please, bumping the plugin version from
Confidence Score: 4/5Safe to merge — only metadata files are touched; no functional code changes are introduced by this PR itself. The version bump and changelog are straightforward, but the presence of two identical changelog entries backed by distinct commits suggests the underlying bug fix may have been applied twice on the source branch, which is worth verifying before shipping. CHANGELOG.md — contains duplicate entries that point to two separate commits for the same fix; confirming the source branch history is clean would be prudent. Important Files Changed
|
| * **realtime:** fetch visitor config without disabling page cache ([132d3df](https://github.com/TWP-Technologies/sentient-forms-wp-plugin/commit/132d3df55c7b8cfa74ee99767fc21ecc9d62b2d2)) | ||
|
|
There was a problem hiding this comment.
Duplicate changelog entries for the same fix
The 0.3.3 section lists the same bug fix ("fetch visitor config without disabling page cache") twice, backed by two different commits (aa546c0 and 132d3df). This typically means the fix was committed twice — either as a cherry-pick or an accidental re-commit — which may leave the production branch with redundant changes. It's worth confirming that both commits are intentional and that the second one doesn't silently overwrite or conflict with the first.
Prompt To Fix With AI
This is a comment left during a code review.
Path: CHANGELOG.md
Line: 9-10
Comment:
**Duplicate changelog entries for the same fix**
The 0.3.3 section lists the same bug fix ("fetch visitor config without disabling page cache") twice, backed by two different commits (`aa546c0` and `132d3df`). This typically means the fix was committed twice — either as a cherry-pick or an accidental re-commit — which may leave the production branch with redundant changes. It's worth confirming that both commits are intentional and that the second one doesn't silently overwrite or conflict with the first.
How can I resolve this? If you propose a fix, please make it concise.
🤖 I have created a release beep boop
0.3.3 (2026-06-04)
Bug Fixes
This PR was generated with Release Please. See documentation.