Skip to content

Version 2.1.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@lunika lunika released this 05 Dec 10:39
· 3834 commits to main since this release
  • Autoload : the autoloader can be cached with Apc or XCache. See new index.php file.
  • Update : add missing API table creation
  • 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 for not breaking backward compatibility. Those classes will be deleted in version 2.3 :
    • Thelia\Core\Template\Smarty\AbstractSmartyPlugin
    • Thelia\Core\Template\Smarty\SmartyPluginDescriptor
  • 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 usefull for modules that are used on a website that doesn't use the default template