Another suggestion, @Matt.
Make this message visible to everyone:
Transparency never hurts and will certainly avoid posts and messages asking to update.
Currently it shows only to file submitter (and staff).
@Matt, half of the resources I had to update since yesterday had a different parameter name in a Rest API method:
protected function _createOrUpdate( \IPS\node\Model $category )
I had to change it to:
protected function _createOrUpdate( \IPS\node\Model $node )
because of \IPS\Node\Api\NodeController.
---------------------
EDIT:
Another example:
public function saveForm( $val )
and:
public function saveForm( $values )
Is that REALLY necessary?
Yes, also don’t forget to mention that it was “unusable” up to recently: https://invisioncommunity.com/forums/topic/469114-v472-beta-3-weird-bug-with-the-new-scanner/
There are several topics reporting issues with it and the always asking to check next beta.