Update readme for v6.11#1810
Conversation
WalkthroughThe update from version 6.10 to 6.11 of the "Formidable Forms - Contact Form, Survey & Quiz Form Builder for WordPress" plugin introduces new functionalities and optimizations. Key enhancements include improved field error handling, automatic layout class conflict resolution, and reduced load times for the form builder. Style consistency and support for a new Stripe action setting (Recurring Payment Limit) are also added. Additionally, various fixes and removal of obsolete files contribute to improved performance and reduced plugin size. Changes
Sequence Diagram(s)Improved Field Error HandlingsequenceDiagram
participant User
participant Form
participant JavaScript
User->>Form: Submits form
Form-->>JavaScript: Send field data
JavaScript->>JavaScript: Validate using field keys
JavaScript-->>Form: Field error feedback
Form-->>User: Display errors inline
Layout Class Conflict ResolutionsequenceDiagram
participant User
participant FormBuilder
participant LayoutJS
User->>FormBuilder: Selects layout class
FormBuilder-->>LayoutJS: Send layout choice
LayoutJS->>LayoutJS: Remove conflicting classes
LayoutJS-->>FormBuilder: Apply new layout class
Stripe Recurring Payment Limit SettingsequenceDiagram
participant User
participant StripeSettings
participant PaymentProcessor
User->>StripeSettings: Configure Recurring Payment Limit
StripeSettings-->>PaymentProcessor: Send limit setting
PaymentProcessor->>PaymentProcessor: Enforce limit on transactions
PaymentProcessor-->>User: Confirmation or error
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (1)
Additional context usedLanguageTool
Additional comments not posted (3)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
Outside diff range and nitpick comments (3)
changelog.txt (3)
5-5: This entry succinctly communicates performance enhancements. However, it might be beneficial to specify what kind of optimizations were made if possible.
11-11: This fix is somewhat vague. It might be helpful to specify what was updated to support repeated API actions better.
12-12: This line succinctly states the removal but does not specify which styles were removed. While not critical, more detail could be useful for clarity.
No description provided.