3.5.3
- [Improved] Added new shortcode redis_db.get to ensure that we can read the key from across any redis db specified in shortcode eg.
[redis_db.get redis_sample_key db='2' field='debug_code' /]
. - [Improved] Added ability to pass code as content in code.highlight shortcode.
- [Fixed] converted > & < etc to htmlentities to ensure that spa script tags don't get executed by mistake.