github carthage-software/mago 0.11.1
Mago 0.11.1

latest releases: 1.0.0-beta.14, 1.0.0-beta.13, 1.0.0-beta.12...
6 months ago

🐛 Bug Fixes

  • Linter Method Lookup Fix
    Fixed an issue where the linter used original method casing (e.g., doThing() vs dothing()) to look up method information. Mago now consistently uses lowercase names for method reflection, ensuring PHP's case-insensitive method handling is respected. This resolves cases where methods were skipped during analysis.

  • Composer Plugin Version Resolution by @NeoIsRecursive in #82
    Fixed a bug in the Mago Composer plugin that caused it to ignore version constraints in composer.json and always install the latest version. It now honors the specified version range as expected.


Enjoy the stability improvements! 🛠️


Full Changelog: 0.11.0...0.11.1

Don't miss a new mago release

NewReleases is sending notifications on new releases.