Add changelog for v6.11.1#1852
Conversation
WalkthroughVersion 6.11.1 of the Formidable plugin includes accessibility improvements to screen reader text, enhanced hover styling for modal close icons, and a fix for missing reCaptcha settings name. It also bumps the minimum supported version of Formidable Pro to 6.0 and deprecates the Changes
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (2)
Additional comments not posted (1)
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 (5)
changelog.txt (5)
3-3: Clarify the scope of the update.The description "Screen reader text has been updated on some admin pages" could be more specific. Consider specifying which admin pages were updated for better clarity.
- * New: Screen reader text has been updated on some admin pages to improve accessibility. + * New: Screen reader text has been updated on admin pages such as [specific pages] to improve accessibility.
4-4: Clarify the scope of the update.The description "Hover styling has been updated for modal close icons" could be more specific. Consider specifying which modals were updated for better clarity.
- * New: Hover styling has been updated for modal close icons to improve user experience. + * New: Hover styling has been updated for modal close icons in [specific modals] to improve user experience.
5-5: Specify the affected area.The description "The reCaptcha settings name was missing in a global settings string" could be more specific. Mention where this issue was fixed.
- * Fix: The reCaptcha settings name was missing in a global settings string. + * Fix: The reCaptcha settings name was missing in a global settings string on the [specific settings page].
6-6: Clarify the reason for the update.The description "The minimum supported version of Formidable Pro has been bumped to version 6.0" should include the reason for this change.
- * The minimum supported version of Formidable Pro has been bumped to version 6.0. + * The minimum supported version of Formidable Pro has been bumped to version 6.0 to ensure compatibility with the latest features.
7-7: Clarify the implication of the deprecation.The description "The function FrmAddonsController::is_license_expiring has been deprecated" should include what users should do as a result of this deprecation.
- * The function FrmAddonsController::is_license_expiring has been deprecated. + * The function FrmAddonsController::is_license_expiring has been deprecated. Users should update their code to use [new function] instead.
No description provided.