In 3.0.0a1 the $matchedtracks() function definition was changed to no longer accept an parameter.
This parameter was unused and already optional. It was defined by mistake as a required parameter when the function got added, then later made optional. Now we have completely removed it.
Add a config upgrade hook to automatically update the usage in existing scripts.