Thelia v2.1.0-beta1 Release Notes

    • ๐Ÿ‘€ Autoload : the autoloader can be cached with Apc or XCache. See new index.php file.
    • โšก๏ธ Update : add missing API table creation
    • 0๏ธโƒฃ The default Tlog level is now TLog::ERROR instead of Tlog::DEBUG
    • โž• Add error message pages instead of white pages. But you can disable them by setting 0 into the config variable "error_message.show".
    • Front Office Template: new page to display the details of an order
    • email can be previewed in the back office
    • some smarty classes are still present in the core of thelia not to break backward compatibility. Those classes will be deleted in version 2.3 :
      • Thelia\Core\Template\Smarty\AbstractSmartyPlugin
      • Thelia\Core\Template\Smarty\SmartyPluginDescriptor
    • 0๏ธโƒฃ the default address label is now translated
    • ๐Ÿ›  fixed "strictly use the requested language"
    • ๐Ÿ†• new config variable :
      • session_config.lifetime : Life time of the session cookie in the customer browser, in seconds
      • error_message.show : Show error message instead of a white page on a server error
      • error_message.page_name : Filename of the error page. Default : error.html
    • ๐Ÿ›  All cs issues are fixed, Thelia is now fully PSR2 compliant
    • ๐Ÿ‘ Allow possibility to upload a module with github suffix (eg : paypal-master.zip)
    • โž• Added a fallback for template to use the default template. it's useful for modules that are used on a website that doesn't use the default template