Prepare for 6.26.1#2663
Conversation
WalkthroughThe PR bumps the plugin version from 6.26 to 6.26.1 across multiple metadata files and adds corresponding changelog entries documenting performance, UI, validation, and breaking changes implemented in this release. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes
Possibly related PRs
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
changelog.txt (1)
2-7: 6.26.1 changelog entry looks consistent; optional copy tweak for the step-setting fixThe new 6.26.1 section reads well and is consistent with prior entries. If you touch this again, you might consider rephrasing the step-setting bullet to describe the current fixed behavior (e.g., that
"any"is now accepted again where appropriate) rather than only restating what changed in the last release. Not required, just a clarity polish.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
js/formidable.min.jsis excluded by!**/*.min.js,!**/*.min.js
📒 Files selected for processing (6)
changelog.txt(1 hunks)classes/helpers/FrmAppHelper.php(1 hunks)classes/helpers/FrmStylesHelper.php(1 hunks)formidable.php(1 hunks)languages/formidable.pot(13 hunks)readme.txt(2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
- GitHub Check: Cypress
- GitHub Check: PHP 8 tests in WP trunk
- GitHub Check: PHP 7.4 tests in WP trunk
- GitHub Check: Cypress
- GitHub Check: PHP 7.4 tests in WP trunk
- GitHub Check: PHP 8 tests in WP trunk
🔇 Additional comments (7)
formidable.php (1)
5-5: LGTM! Version bump looks correct.The plugin header version has been properly updated to 6.26.1, consistent with the version updates in other files.
classes/helpers/FrmStylesHelper.php (1)
509-509: LGTM! Documentation properly updated.The
@sincetag has been correctly updated from the placeholderx.xto6.26.1, properly documenting when this method was introduced.classes/helpers/FrmAppHelper.php (1)
32-32: LGTM! Version constant properly updated.The plugin version constant has been correctly updated to 6.26.1, maintaining consistency across all version references in the codebase.
languages/formidable.pot (2)
5-12: Header version and POT creation date look correct
Project-Id-Versionnow matchesFormidable Forms 6.26.1, andPOT-Creation-Datereflects a recent regeneration. This is consistent with the release prep and needs no changes.
188-9312: Reference line updates are consistent with regenerated POTAll other changes are updated source references (PHP/JS line numbers, additional
js/src/admin/admin.jsreferences, etc.) with unchangedmsgidcontent. This is expected from regenerating the POT for 6.26.1 and does not introduce any functional or i18n issues.readme.txt (2)
8-8: Stable tag bump to 6.26.1 looks correctThe stable tag now matches the documented 6.26.1 release. Just make sure the plugin header and any internal version constants (e.g.,
FrmAppHelper::$plug_version) are also set to6.26.1in this release.
375-381: Readme changelog for 6.26.1 is aligned with main changelogThe new 6.26.1 changelog block here matches
changelog.txtand clearly calls out the performance, SVG, step-setting, dropdown, and breaking blur-logic changes. No further changes needed from a docs perspective.
No description provided.