Changelog v.2.12.0 2016-10-27

Changes
  • [Core] : Namespaces are now handled properly during PHP parsing
  • [Core] : Namespaced classes from the core will appear properly in the PS Guide
  • [Core] : Display all available options on the home page
Improvements
  • [Module validation] : Remove message from validation results 'A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both.'
  • [Module validation] : Using external libraries with namespaces is now properly checked
  • [Module validation] : Undefined functions with potential namespace are now displayed as a warning. This can be properly checked only on compile time.
Bug fix
  • [Module validation - Standards] : Remove message from validation results 'A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both.'