What's wrong with this entry?
Anonymous. No account, no email.
Plugin dependency version conflict messages are now more specific, with three distinct error types:
- "has conflicting version requirements (no version satisfies all of: ...)" for disjoint ranges
- "has version requirements too complex to intersect — simplify the ranges: ..." for overly complex constraints
- "has an invalid version requirement among: ..." for malformed version strings
Evidence
New error messages in ZS8() at line ~257651 (search for "has conflicting version requirements (no version satisfies all of:")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.