Prepare for 6.22#2391
Conversation
WalkthroughThis update primarily changes version numbers and documentation annotations across the codebase. The plugin version is incremented from 6.21.1 to 6.22 in core files, PHPDoc Changes
Sequence Diagram(s)Not generated due to the absence of control flow or feature logic changes. Possibly related PRs
✨ Finishing Touches
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 (2)
square/controllers/FrmSquareLiteSettingsController.php (2)
35-40: Docblock still references “Stripe” instead of “Square”
This appears to be a leftover copy-paste and can confuse future maintainers.- * Print the Stripe section for Global settings. + * Print the Square section for Global settings.
56-60: Another “Stripe” mention should be updated
For consistency with the rest of the file, update this description as well.- * Handle processing changes to global Stripe Settings. + * Handle processing changes to global Square settings.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
js/formidable.min.jsis excluded by!**/*.min.js,!**/*.min.js
📒 Files selected for processing (17)
classes/helpers/FrmAppHelper.php(1 hunks)classes/models/FrmEntryValidate.php(1 hunks)classes/models/FrmHoneypot.php(1 hunks)classes/models/fields/FrmFieldType.php(1 hunks)formidable.php(1 hunks)js/formidable_admin.js(1 hunks)languages/formidable.pot(35 hunks)square/controllers/FrmSquareLiteActionsController.php(8 hunks)square/controllers/FrmSquareLiteAppController.php(1 hunks)square/controllers/FrmSquareLiteEventsController.php(5 hunks)square/controllers/FrmSquareLiteSettingsController.php(1 hunks)square/helpers/FrmSquareLiteConnectHelper.php(2 hunks)stripe/controllers/FrmStrpLiteActionsController.php(1 hunks)stripe/controllers/FrmTransLiteActionsController.php(1 hunks)stripe/controllers/FrmTransLiteAppController.php(1 hunks)stripe/helpers/FrmStrpLiteAppHelper.php(1 hunks)stripe/helpers/FrmTransLiteAppHelper.php(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (7)
- GitHub Check: Run PHP Syntax inspection (8.3)
- GitHub Check: PHP 7.4 tests in WP trunk
- GitHub Check: PHP 8 tests in WP trunk
- GitHub Check: Cypress
- GitHub Check: PHP 7.4 tests in WP trunk
- GitHub Check: PHP 8 tests in WP trunk
- GitHub Check: Cypress
🔇 Additional comments (18)
formidable.php (1)
5-5: Version bump to 6.22
The plugin header version has been updated to 6.22, aligning with the coordinated release.classes/models/fields/FrmFieldType.php (1)
1177-1177: Update PHPDoc @SInCE tag
The@sinceannotation has been set to 6.22 forinclude_hidden_values_for_single_opt, keeping documentation consistent.stripe/controllers/FrmStrpLiteActionsController.php (1)
14-14: Set @SInCE to 6.22
The PHPDoc formaybe_show_cardnow correctly reflects the release version.stripe/helpers/FrmTransLiteAppHelper.php (1)
539-539: Document show_currency_dropdown since 6.22
The@sinceannotation forshow_currency_dropdownhas been updated to 6.22 as part of the release.classes/models/FrmEntryValidate.php (1)
293-293: Annotate is_filtered_match @SInCE 6.22
The PHPDoc foris_filtered_matchhas been updated to reflect the 6.22 release.classes/models/FrmHoneypot.php (1)
11-11: Update PHPDoc@sinceto match release
The@since 6.22annotation for the private static property$printed_honeypot_selectorscorrectly reflects the new version. No behavioral changes introduced.stripe/controllers/FrmTransLiteAppController.php (1)
180-180: Update PHPDoc@sinceto match release
The@since 6.22tag foradd_repeat_cadence_valuealigns with the version bump. No functional code was modified.js/formidable_admin.js (1)
4770-4770: Version annotation updated correctly
@sincenow reflects6.22, matching the release bump. No further action required.square/controllers/FrmSquareLiteSettingsController.php (1)
11-11: Version tag looks good
@since 6.22correctly reflects the upcoming release version.square/controllers/FrmSquareLiteAppController.php (1)
171-171: Version tag updated correctly
@since 6.22aligns with the release version—no further action needed.classes/helpers/FrmAppHelper.php (1)
32-32: Version bump is consistent with the plugin header update.The static
$plug_versionhas been updated to'6.22'in line with the overall plugin version change. No further adjustments appear necessary here.stripe/helpers/FrmStrpLiteAppHelper.php (1)
146-152: Deprecation notice version synchronizedReplacing the placeholder with
6.22correctly reflects the upcoming release tag. Implementation remains unchanged and accurate.stripe/controllers/FrmTransLiteActionsController.php (1)
525-531: PHPDoc@sincetag aligned with releaseThe update to
@since 6.22matches the project versioning scheme; no issues detected.square/controllers/FrmSquareLiteActionsController.php (1)
485-487: Updated_doing_it_wrongversion parameterVersion argument now reads
6.22, keeping the developer warning in sync with docs. Logic unaffected.square/controllers/FrmSquareLiteEventsController.php (1)
19-23: Doc-blocks version bump onlyAll affected
@sinceannotations were bumped to6.22; runtime behaviour untouched.Also applies to: 59-65, 85-91, 112-118, 139-145
square/helpers/FrmSquareLiteConnectHelper.php (1)
11-15: Consistent versioning in helper
@sincetags now reference6.22, ensuring uniform documentation across helpers.Also applies to: 674-680
languages/formidable.pot (2)
5-12: Header version and timestamp updated for 6.22
TheProject-Id-VersionandPOT-Creation-Datehave been correctly bumped to 6.22.
8730-8769: New Square payment interval strings added
All new translation entries fromsquare/js/action.js(“Daily”, “Weekly”, “Every Two Weeks”, etc.) are present and properly formatted.
No description provided.