Skip to content

Release/2.1.1 - #34

Merged
ptesei merged 11 commits into
mainfrom
release/2.1.1
Aug 5, 2026
Merged

Release/2.1.1#34
ptesei merged 11 commits into
mainfrom
release/2.1.1

Conversation

@ptesei

@ptesei ptesei commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

2.1.1 - 2026-08-04

  • Performance improvements removed script blocking time. Now block is loaded in the background.

Note

Low Risk
Low risk: timing-only change to front-end accordion initialization plus version and packaging/docs updates; no auth, data, or SEO logic changes.

Overview
Release 2.1.1 bumps the plugin version everywhere (PHP constant, package.json, block block.json files, WordPress.org readme.txt, and changelogs) and documents a front-end performance fix.

The FAQ view script no longer waits for the full window load event. Accordion setup runs on DOMContentLoaded (or immediately if the document is already parsed), so initialization happens earlier and avoids extra main-thread blocking tied to waiting on all page resources.

Release workflow adds bin/bump.sh and npm run bump to keep versions and changelog stubs in sync across the repo. /bin is excluded from distribution archives (.distignore / .gitattributes). README drops the inlined version history in favor of readme.txt and CHANGELOG.md.

Reviewed by Cursor Bugbot for commit c433587. Bugbot is set up for automated code reviews on this repo. Configure here.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit a92f228. Configure here.

Comment thread bin/bump-version.js Outdated
asadowski10
asadowski10 previously approved these changes Aug 4, 2026
@ptesei
ptesei merged commit 004fd8e into main Aug 5, 2026
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants