Fix readme item#2284
Conversation
WalkthroughThis pull request updates the changelog and readme files for version 6.19. It introduces new GDPR settings and UI improvements such as remembered sorting preferences, an added quick link to the views tab, and enhanced enter key navigation for option fields. Additionally, it fixes visual issues on the visual styler page and includes a minor grammatical correction in the quick link description. Changes
Sequence Diagram(s)sequenceDiagram
participant User as Admin
participant FL as Form List Page
participant VT as Views Tab
User->>FL: Click quick link to views tab
FL->>VT: Redirect to views tab
VT-->>User: Display views content
Possibly related PRs
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:
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)
changelog.txt (1)
5-5: Minor grammatical update in changelog entry:
The changelog entry at line 5 now states:
"* New: A quick link to the views tab is now available on the form list admin page."
This fixes the previous extra word ("for") that made the sentence awkward. The change improves clarity and consistency in the documentation.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
changelog.txt(1 hunks)readme.txt(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (7)
- GitHub Check: PHP 8 tests in WP trunk
- GitHub Check: PHP 8 tests in WP trunk
- GitHub Check: PHP 7.4 tests in WP trunk
- GitHub Check: PHP 7.4 tests in WP trunk
- GitHub Check: Run PHP Syntax inspection (8.3)
- GitHub Check: Cypress
- GitHub Check: Cypress
🔇 Additional comments (1)
readme.txt (1)
378-378: Corrected Grammar in Quick Link DescriptionThe extraneous word "for" has been removed from the quick link feature description. This minor correction improves clarity and correctness in the changelog for version 6.19.
No description provided.