Skip to content

Update readme for v6.22.1#2409

Merged
Crabcyborg merged 1 commit into
masterfrom
update_readme_6.22.1
Jul 8, 2025
Merged

Update readme for v6.22.1#2409
Crabcyborg merged 1 commit into
masterfrom
update_readme_6.22.1

Conversation

@Crabcyborg
Copy link
Copy Markdown
Contributor

No description provided.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jul 8, 2025

Walkthrough

The 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

File(s) Change Summary
changelog.txt Added patch version 6.22.1 entry with details on payment settings relocation, bug fixes, and form preview update.
readme.txt Updated stable version to 6.22.1, added 6.22.1 changelog, and removed 6.20 changelog entry.

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
Loading

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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need 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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (1)
readme.txt (1)

374-381: Minor changelog formatting & clarity issues

  1. The last bullet lacks a New:/Fix: prefix, breaking consistency.
  2. Consider adding a release date after the header (= 6.22.1 – 2024-07-xx =) as earlier releases do in other projects.
  3. 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

📥 Commits

Reviewing files that changed from the base of the PR and between 56eb05e and 4d1266a.

📒 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 tag is now 6.22.1. Please double-check that:

  1. The main plugin PHP file header (Version:) also reads 6.22.1.
  2. 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 good

The new 6.22.1 section is well-formatted, keeps the existing bullet style, and clearly states the features and fixes.
No action required.

@Crabcyborg Crabcyborg merged commit d0cae9a into master Jul 8, 2025
36 checks passed
@Crabcyborg Crabcyborg deleted the update_readme_6.22.1 branch July 8, 2025 14:59
@coderabbitai coderabbitai Bot mentioned this pull request Jul 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant