Prepare for 6.22.2#2414
Conversation
WalkthroughThis update increments the plugin version from 6.22.1 to 6.22.2 across metadata, code, and documentation files. It adds a changelog entry describing a fix for a fatal error related to incorrect cached data types. Additionally, a test assertion was updated to include a new valid tip info message on the entries page. No functional code changes are included. Changes
Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ 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). (9)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 2
🧹 Nitpick comments (3)
changelog.txt (1)
2-3: Consider replacing “would occur” with “could occur” for a crisper, more typical changelog tone.Most entries already use “would”, so feel free to keep it for consistency—but if you aim for succinctness, “could occur” reads cleaner.
readme.txt (1)
375-377: Nit: tighten wording & remove extra spacing flagged by linterLanguageTool reports a double-space before the next version header and the sentence can be clearer.
-= 6.22.2 = -* Fix: A fatal error on some websites would occur because of an issue with incorrect cached data types. + = 6.22.2 = +* Fix: Fixed a fatal error on some websites caused by incorrect cached data types.languages/formidable.pot (1)
5-12: *Consider marking .pot as generated to keep PR noise downOnly two header lines change, yet the full 7 k-line file appears in the diff.
Adding an entry like the following to.gitattributeskeeps future PRs cleaner:# treat POT as generated-binary to suppress huge diffs languages/*.pot linguist-generatedOr commit via
git add -pto stage only the header hunk.
Purely optional, but it makes code-review easier.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (5)
changelog.txt(1 hunks)classes/helpers/FrmAppHelper.php(1 hunks)formidable.php(1 hunks)languages/formidable.pot(1 hunks)readme.txt(2 hunks)
🧰 Additional context used
🪛 LanguageTool
readme.txt
[grammar] ~376-~376: Use correct spacing
Context: ... of an issue with incorrect cached data types. = 6.22.1 = * New: Stripe, Square, PayPa...
(QB_NEW_EN_OTHER_ERROR_IDS_5)
⏰ 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). (3)
- GitHub Check: Cypress
- GitHub Check: Cypress
- GitHub Check: Cypress
🔇 Additional comments (3)
formidable.php (1)
5-5: Version bump looks good
Header correctly reflects 6.22.2.readme.txt (1)
8-8: All version strings have been updated to 6.22.2Confirmed occurrences in the codebase:
• README (readme.txtlines 8 and 375)
• Changelog (changelog.txtline 2)
• Plugin header (formidable.phpline 5)
• FrmAppHelper (classes/helpers/FrmAppHelper.phpline 32)
• POT file header (languages/formidable.potline 5)languages/formidable.pot (1)
5-5: Header bump looks good
Project-Id-VersionandPOT-Creation-Dateare correctly updated to 6.22.2 / current timestamp.
Nothing else is touched, so translators won’t be forced to re-fuzzy every string. 👍Also applies to: 12-12
No description provided.