Changelog v.2.16.0 2017-02-24

Bug fix
  • [Module validation - Warmup] : Improve stability when module is still in temporary cache.
  • [Module validation - Compatibility] : Fix an issue with functions declared in a namespaced file.
  • [Module validation - Error] : Fix an issue where the validator told you to replace $_GET and _POST with Tools::getValue(), although you set a value.
Changes
  • [Core] : Add checks to avoid multiple execution of the same code in the validation page.
  • [Core] : Add tooltip on code comments, displaying full path to your file and the line.
  • [Core] : The success message is now a Bootstrap modal and can be closed. :D
  • [Module validation - Error] : Improve message 'Hard coded images types are forbidden' by explaining how to proceed.