What's Changed
- Use Yoda condition checks and strict comparisons by @IanDelMar in #1535
- Add and fix translators comments by @IanDelMar in #1536
- Use strict comparison by @IanDelMar in #1537
- Prevent null value in
str_starts_with()to avoid PHP 8.1+ deprecation by @sayandey18 in #1543 - Fix mixed indentation by @IanDelMar in #1544
- Use parenthesis when instantiating a new object instance by @IanDelMar in #1553
- Remove comma after last array item in single-line array by @IanDelMar in #1552
- Remove parentheses around the path of include and require_once by @IanDelMar in #1551
- Add space after control structure keyword by @IanDelMar in #1546
- Fix undefined variable in WPCF7_ConfigValidator_Mail::validate_mail_attachments by @IanDelMar in #1549
- Remove useless cast by @IanDelMar in #1550
- Fix wp_admin_notice argument type by @IanDelMar in #1548
- Add warning about Google reCAPTCHA Enterprise by @takayukister in #1555
- Prepare for 6.0.4 release by @takayukister in #1557
New Contributors
- @sayandey18 made their first contribution in #1543
Full Changelog: v6.0.3...v6.0.4