After I upgraded to WP 3.2, I have noticed that WP-Filebase is inserting "%20" in place of spaces in shortcode:
This was how it was done previously, which worked OK:
[wpfilebase tag=fileurl id=72]
But now it is doing this -- not OK:
[wpfilebase%20tag=fileurl%20id=72]
Overall encoding for the WP site is UTF-8.
I have deactivated and reactivated WP-Filebase.
Anyone have any ideas about how to repair or where to locate the bug?