Decryption key:
* Tweak: ACF WYSIWG Editor fields were not properly formatted by default
* Tweak: Floating point numbers can now be used without quotes &123;+:1 0.5} instead of &123;+:1 ‘0.5’}
* Fix: Date shortcode was not working with Unix timestamps
* Fix: Shortcodes arguments that starts with a number need to be quoted (good: ‘3d’, bad: 3d). Parsing will now fail in these cases. Previously the result was a bad parse.
* Minor Fixes