Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.2"
".": "0.3.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.3.3](https://github.com/TWP-Technologies/sentient-forms-wp-plugin/compare/v0.3.2...v0.3.3) (2026-06-04)


### Bug Fixes

* **realtime:** fetch visitor config without disabling page cache ([aa546c0](https://github.com/TWP-Technologies/sentient-forms-wp-plugin/commit/aa546c0ad6df568b5567a6a7782cee092ad16515))
* **realtime:** fetch visitor config without disabling page cache ([132d3df](https://github.com/TWP-Technologies/sentient-forms-wp-plugin/commit/132d3df55c7b8cfa74ee99767fc21ecc9d62b2d2))

Comment on lines +9 to +10
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 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.

Fix in Codex

## [0.3.2](https://github.com/TWP-Technologies/sentient-forms-wp-plugin/compare/v0.3.1...v0.3.2) (2026-06-03)


Expand Down
2 changes: 1 addition & 1 deletion admin-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sentient-forms-admin-app",
"version": "0.3.2",
"version": "0.3.3",
"private": true,
"license": "GPL-2.0-or-later",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion assets/dist/SOURCE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sentient Forms Admin App Source

The JavaScript and CSS files in this directory are generated from the SvelteKit admin app source for Sentient Forms 0.3.2.
The JavaScript and CSS files in this directory are generated from the SvelteKit admin app source for Sentient Forms 0.3.3.

Source included in the WordPress.org package: admin-app

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion assets/dist/_app/immutable/chunks/BHxxQjE9.js

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/dist/_app/immutable/chunks/DV9KCEd1.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{r as e}from"./9lz71eTe.js";const t=!0;export{t};

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading