Skip to content

Prepare for 6.25#2540

Merged
Crabcyborg merged 6 commits into
masterfrom
prepare_for_6.25
Oct 14, 2025
Merged

Prepare for 6.25#2540
Crabcyborg merged 6 commits into
masterfrom
prepare_for_6.25

Conversation

@Crabcyborg
Copy link
Copy Markdown
Contributor

No description provided.

@Crabcyborg Crabcyborg added this to the 6.25 milestone Oct 14, 2025
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Oct 14, 2025

Walkthrough

Bumps the plugin version to 6.25 and updates many PHPDoc @since annotations from x.x to 6.25 across controllers, helpers, models, fields, views, tests, and documentation; one test broadened heading matching. No functional, signature, or control-flow changes.

Changes

Cohort / File(s) Summary of changes
Version metadata bump
classes/helpers/FrmAppHelper.php, formidable.php, readme.txt, changelog.txt
Updated plugin version from 6.24.1 to 6.25; added 6.25 changelog/readme entries.
Controllers @SInCE updates
classes/controllers/FrmEmailStylesController.php, classes/controllers/FrmFormTemplatesController.php, classes/controllers/FrmSettingsController.php, classes/controllers/FrmTestModeController.php, square/controllers/FrmSquareLiteAppController.php, stripe/controllers/FrmTransLiteActionsController.php
Replaced @since x.x with @since 6.25 in PHPDoc blocks; no logic or signature changes.
Helpers @SInCE updates
classes/helpers/FrmDashboardHelper.php, classes/helpers/FrmEmailCollectionHelper.php, classes/helpers/FrmFormTemplatesHelper.php
Replaced @since x.x with @since 6.25 in PHPDoc blocks; no behavioral changes.
Models @SInCE updates
classes/models/FrmForm.php, classes/models/FrmFormTemplateApi.php, classes/models/FrmInbox.php, classes/models/FrmMigrate.php, classes/models/FrmTableHTMLGenerator.php
Replaced @since x.x with @since 6.25 in docblocks; no code or signature changes.
Fields @SInCE updates
classes/models/fields/FrmFieldCaptcha.php, classes/models/fields/FrmFieldCheckbox.php, classes/models/fields/FrmFieldRadio.php
Replaced @since x.x with @since 6.25 in docblocks; no behavior changes.
Views @SInCE updates
classes/views/frm-entries/_sidebar-shared-pub.php, classes/views/frm-form-actions/_action_inside.php, classes/views/frm-settings/email/email-styles.php, classes/views/frm-settings/email/settings.php, classes/views/test-mode/container.php
Updated PHPDoc @since annotations from x.x to 6.25; no rendering or logic changes.
Tests
tests/cypress/e2e/Forms/formPageDataValidation.cy.js
Trimmed H1 before lowercasing in test and expanded accepted headings list with two additional banner texts; test assertions widened accordingly.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • lauramekaj1

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Description Check ❓ Inconclusive The pull request description is empty and provides no context or summary of the changes, making it impossible to assess its relevance or completeness. Please add a descriptive summary explaining the purpose and scope of this pull request to help reviewers understand the changes.
✅ Passed checks (2 passed)
Check name Status Explanation
Title Check ✅ Passed The title “Prepare for 6.25” succinctly captures the main objective of the changeset, which primarily involves updating version annotations and preparing the codebase for the 6.25 release, making it clear and appropriately focused.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch prepare_for_6.25

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between cc89902 and 682fab2.

📒 Files selected for processing (1)
  • tests/cypress/e2e/Forms/formPageDataValidation.cy.js (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • tests/cypress/e2e/Forms/formPageDataValidation.cy.js
⏰ 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). (3)
  • GitHub Check: Cypress
  • GitHub Check: PHP 8 tests in WP trunk
  • GitHub Check: PHP 7.4 tests in WP trunk

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

Comment @coderabbitai help to get the list of available commands and usage tips.

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: 1

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 0d3db25 and 60392b0.

📒 Files selected for processing (2)
  • changelog.txt (1 hunks)
  • readme.txt (2 hunks)
✅ Files skipped from review due to trivial changes (1)
  • changelog.txt
🧰 Additional context used
🪛 LanguageTool
readme.txt

[grammar] ~375-~375: There might be a mistake here.
Context: ...integrations). == Changelog == = 6.25 = * New: Style settings have been added to E...

(QB_NEW_EN)


[grammar] ~376-~376: There might be a mistake here.
Context: ...ttings have been added to Email actions. * New: reCAPTCHA and Turnstile now support...

(QB_NEW_EN)


[grammar] ~385-~385: There might be a mistake here.
Context: ...nit dropdowns would lose its unit value. * Fix: An Undefined property: stdClass::$i...

(QB_NEW_EN)


[grammar] ~386-~386: There might be a mistake here.
Context: ...n making Square payments has been fixed. * Fix: The country code would not properly...

(QB_NEW_EN)

⏰ 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). (8)
  • GitHub Check: Cypress
  • GitHub Check: PHP 7.4 tests in WP trunk
  • GitHub Check: PHP 8 tests in WP trunk
  • GitHub Check: Cypress
  • 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: Run PHP Syntax inspection (8.3)

Comment thread readme.txt
@Crabcyborg Crabcyborg merged commit 7ed1966 into master Oct 14, 2025
15 of 16 checks passed
@Crabcyborg Crabcyborg deleted the prepare_for_6.25 branch October 14, 2025 14:55
@coderabbitai coderabbitai Bot mentioned this pull request Nov 4, 2025
This was referenced Nov 26, 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