Bugfix: Any field with field visibility “Hidden” and “required” at the same time is causing validation error and prevent the form from being submitted
Gotta be honest, I was using that as a feature. It could enable me to require a value to be passed in via URL. Obviously, a user with a bit of knowledge could use browser tools to change the field anyway and submit whatever value they want, but it enabled me to, for instance, use embedded forms, and get a fair bit of info into the form submission, without making the user enter it or even think about it.
The other bugfixes all sound great (I've run into a couple of them before), and editing completed submissions seems useful. A nice new upgrade overall; just that one change of which I'm not a fan.