Changelog v.2.10.0
2016-06-27
-
Changes
-
- [Core] : Upgraded to Laravel Framework 5.2
- [Core] : Upgraded nikic/php-parser component
- [Core] : PHP 7 / MySQL 5.7 ready !
-
Improvements
-
- [Module validation] : Functions install & uninstall will now be checked, because they MUST return a value. A forgotten value means for PrestaShop something went wrong.
- [Module validation] : Some SQL requests are now checked. On table creation or deletion, you MUST add a "IF (NOT) EXISTS" to avoid DatabaseExceptions.
- [Module validation] : .gitmodules file is not checked anymore.
- [Platform] : PSR option is now kept in memory.
- [Platform] : "New: PSR-2 option" is removed.