Prepare for 6.24.1#2490
Conversation
WalkthroughPatch release 6.24.1: bumps version identifiers across code and metadata, and updates changelog/readme to document a CSV import fix and additional 6.24 notes. No functional code changes beyond the version string; POT headers refreshed with new version and timestamp. Changes
Sequence Diagram(s)Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Pre-merge checks (2 passed, 1 inconclusive)❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 PHPStan (2.1.17)Invalid configuration: ✨ Finishing Touches
🧪 Generate unit tests
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
changelog.txt (1)
2-3: Copyedit for version notation consistency and clarityElsewhere you reference plugin versions without the “v” prefix (e.g., “older than 6.21”). Consider this tweak.
= 6.24.1 = -* Fix: Importing entries with a CSV file stopped working with v6.24. +* Fix: Importing entries with a CSV file stopped working in 6.24.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (5)
changelog.txt(1 hunks)classes/helpers/FrmAppHelper.php(1 hunks)formidable.php(1 hunks)languages/formidable.pot(1 hunks)readme.txt(2 hunks)
⏰ 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). (7)
- GitHub Check: PHP 8 tests in WP trunk
- GitHub Check: PHP 7.4 tests in WP trunk
- GitHub Check: Cypress
- GitHub Check: Run PHP Syntax inspection (8.3)
- GitHub Check: Cypress
- GitHub Check: PHP 8 tests in WP trunk
- GitHub Check: PHP 7.4 tests in WP trunk
🔇 Additional comments (7)
formidable.php (1)
5-5: All version references updated to 6.24.1. Confirmed consistency across plugin header, FrmAppHelper::$plug_version, readme.txt, POT header, and changelog.txt.languages/formidable.pot (2)
5-5: POT Project-Id-Version updated to 6.24.1 — OK.
12-12: POT-Creation-Date refreshed — OK.readme.txt (2)
8-8: Stable tag bumped to 6.24.1 — matches plugin header.
375-377: Changelog entry for 6.24.1 is present in changelog.txt — no further action needed.classes/helpers/FrmAppHelper.php (1)
32-32: Version bump to 6.24.1 — repo-wide consistency confirmed.
All metadata (FrmAppHelper::$plug_version, plugin header in formidable.php, readme.txt Stable tag, POT Project-Id-Version) match 6.24.1 and no stray 6.24 references remain.changelog.txt (1)
2-3: LGTM overallThe 6.24.1 entry is concise and placed correctly above 6.24.
No description provided.