Version 1.12 has been released. This contains a change in the implementation of shortcodes; required to make it compliant to the WordPress standards and recommendations.
If you’re using WordPress’s “do_shortcode(…)” function in your (child) theme, you should now use “echo do_shortcode(…)”. A small but essential change.