PHP 5.4 required
aelvan opened this issue · 1 comments
aelvan commented
Hi,
Great plugin, I was about to start making the exact same thing myself, and then noticed this. Thanks! :)
One minor thing, the use of the "array shorthand notation" on the default values in EmbedderVariable ("params = []"), makes the plugin require PHP 5.4. I find this a bit unnecessary, using "params = array()" instead fixes this, and I think the result is the same?