Update breaks websites
-
Your latest update results in internal server errors. This is because you changed array() to []. Why on earth would you do that, and thus break any website using your plugin on PHP <5.3? There is no difference in the tags, [] are just short tags. Such careless changes is devastating to websites that keep their plugins up to date, our site was down for over 30 minutes while we figure this out, and have to update your plugin for backward compatibility, and now have to exclude it from updates.
If you want to use shortags do it on a new plugin and specify PHP 5.4+ only. Its complete carelessness do introduce PHP 5.4+ only code into well used plugins many of which would still be used on PHP <5.4
The topic ‘Update breaks websites’ is closed to new replies.