Issue One:
In new and old version of Toolset, Gallery always breaks the page view if you add more than 10 images. Previously we added javascript code to hide the Add more button, if more than 10 pages exist. This code no longer works, so we'll fix this, but ideally, We would like to display more than 10 images.
Issue Two:
In the new version, the image uploader has changed to the same as WordPress Native. Can see Media libary. How do we revert back to just having an upload button?
On issue one, if you add a view that tries to display a gallery with more then 10 images, it breaks the view and shows the shortcodes, instead of rendering them.
Can I get more details of how your View is set up?
10 images doesn't sound coincidental, it sounds like the pagination limit.
And if there more than 10 images you have to paginate to the second page of results, but maybe you are using some third party for the gallery, such as a page builder, and it's shortcodes are not instantiated after an ajax update..?
I'm speculating because I don't have any details of how you created a gallery.
With the change to use the WP Media Uploader, if you use it, I believe that filter should still work.
However, if you disable the WP Media Uploader in the form settings then you no longer have an option to upload images via ajax, they will be uploaded along with the rest of the form content upon submission.
Hence the cred_form_ajax_upload_validate filter isn't run.