Found the issue.
WordPress made a change to the Shortcode API that is causing the issue.
It is just a single character fix.
wp-content/plugins/shortcoder/shortcoder.php: Line 145, change
str_replace
to
str_ireplace
I’ll ix this and make a new release in WordPress officially.
As of now please make this change.
Thanks,
Aakash