Thelia v2.2.0-beta3 Release Notes

    • ๐Ÿšš #1653 Remove AdminIncludes folder in the module generation
    • #1649 Add index in table rewriting_url
    • #1644 Allow relative path use with Tlog
    • ๐Ÿณ #1640 Add docker and docker-compose configuration
    • #1637 Fix admin API edit button
    • โœ… #1635 Add unit tests for the routing files (admin, api, front)
    • ๐Ÿšš #1634 Remove leftover uncallable routes (admin)
    • ๐Ÿšš #1631 Remove duplicate route (admin)
    • #1629 Fix errors reporting of admin hooks
    • #1632 Fix pagination infinite URL ; redirect on page 1 when changing products per page limit to avoid having no product on the page
    • #1616 Improve statistic on homepage, add datetimepicker and fix first order
    • #1601 Add set error in TheliaFormValidator when form is not valid
    • #1585 Add parameters in frontOffice hooks
    • #1587 Fix redirect url for the folder image and folder document
    • #1590 Fix Thelia request initialization
    • #1593 Fix form serialization in session that contain uploaded files
    • โšก๏ธ #1594 update symfony/validator version to 2.3.31
    • โšก๏ธ #1598 composer.json update dependency fzaninotto/faker to stable version 1.5
    • ๐ŸŒ #1583 Add German translations
    • #1615 New TheliaEvents::CART_FINDITEM event to improve cart management flexibility
    • ๐Ÿ”ง #1618 Configurable faker
    • #1581 Fix the prices precision
      • Not round the prices without tax in back office
      • Change the type for the price columns in database. New type : decimal(16,6)

    ๐Ÿ—„ ##DEPRECATED

    • ๐Ÿ—„ Deprecated AdminIncludes, it's better to use the hooks