Mago 0.2.1 is a small but important update addressing an issue in the compatibility plugin for the linter.
🛠 Fixes
- Compatibility Plugin PHP Version Handling:
- Resolved a bug where some rules had incorrect PHP version requirements. This caused errors to be reported for the wrong PHP versions. For example:
- Rules like "you can't use named arguments" were incorrectly flagged for PHP versions >= 8.0 instead of versions < 8.0.
- The PHP version requirements for all affected rules have been corrected, ensuring accurate compatibility checks.
- Resolved a bug where some rules had incorrect PHP version requirements. This caused errors to be reported for the wrong PHP versions. For example:
This fix ensures the compatibility plugin works as intended, aligning error reports with the correct PHP versions.
Thank you for using Mago, and as always, happy coding!