Update readme for v6.22.1#2409
Conversation
WalkthroughThe changelog and readme files were updated to document the release of version 6.22.1. The updates describe changes such as the relocation of payment gateway settings, bug fixes for UI and data handling, improved caching for database queries, and enhanced form preview restrictions. The readme also removed the 6.20 changelog entry. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant App
participant GlobalSettings
participant PaymentsSection
User->>App: Access Global Settings
App->>GlobalSettings: Load settings UI
GlobalSettings->>PaymentsSection: Display payment gateway settings (Stripe, Square, PayPal, Authorize.Net)
User->>App: Preview contact-us form
App->>User: Check privileges
alt User is privileged
App->>User: Show form preview
else User is not privileged
App->>User: Restrict form preview
end
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: 0
🧹 Nitpick comments (1)
readme.txt (1)
374-381: Minor changelog formatting & clarity issues
- The last bullet lacks a
New:/Fix:prefix, breaking consistency.- Consider adding a release date after the header (
= 6.22.1 – 2024-07-xx =) as earlier releases do in other projects.- Static analysis flagged spacing around the bullet points—adding a blank line before the first
*silences those warnings and matches WP-org style.Suggested diff:
- = 6.22.1 = -* New: Stripe, Square, PayPal, and Authorize.Net settings have now been moved to a new Payments section in Global Settings. -* Fix: The honeypot field would appear incorrectly when editing in-place. -* Fix: Field IDs would not properly update when importing a Timeline view. -* Fix: Database queries would not use cached query data when the query resulted in no results. -* Form previews are now automatically restricted to privileged users for the contact-us form key to help prevent spam. + = 6.22.1 – 2025-07-xx = + +* New: Stripe, Square, PayPal, and Authorize.Net settings have been moved to a new Payments section in Global Settings. +* Fix: Honeypot field would appear incorrectly when editing in-place. +* Fix: Field IDs would not update correctly when importing a Timeline view. +* Fix: Database queries would ignore cached data when no rows were returned. +* Change: Form previews are now restricted to privileged users for the `contact-us` form key to reduce spam.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
changelog.txt(1 hunks)readme.txt(2 hunks)
🧰 Additional context used
🪛 LanguageTool
readme.txt
[grammar] ~376-~376: Use proper spacing conventions.
Context: ...new Payments section in Global Settings. * Fix: The honeypot field would appear inc...
(QB_NEW_EN_OTHER_ERROR_IDS_000007)
[grammar] ~377-~377: Use proper spacing conventions.
Context: ...ppear incorrectly when editing in-place. * Fix: Field IDs would not properly update...
(QB_NEW_EN_OTHER_ERROR_IDS_000007)
[grammar] ~378-~378: Use proper spacing conventions.
Context: ...y update when importing a Timeline view. * Fix: Database queries would not use cach...
(QB_NEW_EN_OTHER_ERROR_IDS_000007)
[grammar] ~379-~379: Use proper spacing conventions.
Context: ...a when the query resulted in no results. * Form previews are now automatically rest...
(QB_NEW_EN_OTHER_ERROR_IDS_000007)
[grammar] ~380-~380: Use proper spacing conventions.
Context: ...ontact-us form key to help prevent spam. = 6.22 = * New: Support for Square payme...
(QB_NEW_EN_OTHER_ERROR_IDS_000007)
⏰ 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). (20)
- GitHub Check: Run PHPCS inspection
- GitHub Check: Cypress
- GitHub Check: Run PHP Syntax inspection (8.3)
- GitHub Check: Cypress
- GitHub Check: Run PHPCS inspection
- GitHub Check: PHP 8 tests in WP trunk
- GitHub Check: Run Rector inspection
- GitHub Check: PHP 7.4 tests in WP trunk
- GitHub Check: Run PHP Syntax inspection (8.3)
- GitHub Check: PHP 8 tests in WP trunk
- GitHub Check: PHP 7.4 tests in WP trunk
- GitHub Check: Cypress
- GitHub Check: Run PHPCS inspection
- GitHub Check: Run PHP Syntax inspection (8.3)
- GitHub Check: Run ESLint
- GitHub Check: PHP 8 tests in WP trunk
- GitHub Check: PHP 7.4 tests in WP trunk
- GitHub Check: Psalm
- GitHub Check: Run Rector inspection
- GitHub Check: PHPStan
🔇 Additional comments (2)
readme.txt (1)
8-8: Verify version consistency across the plugin
Stable tagis now6.22.1. Please double-check that:
- The main plugin PHP file header (
Version:) also reads6.22.1.- The value in
== Upgrade Notice ==(later in this file) is updated to the same version.Mismatched versions will prevent WordPress.org from serving the correct update.
changelog.txt (1)
2-7: Changelog entry looks goodThe new 6.22.1 section is well-formatted, keeps the existing bullet style, and clearly states the features and fixes.
No action required.
No description provided.