Ubiquity v2.3.0 Release Notes

Release Date: 2019-08-01 // over 4 years ago
  • โž• Added

    • multi databases feature on a proposal from @Gildonei ### ๐Ÿ”„ Changed
    • Startup class optimization

    ๐Ÿ’ฅ Breaking change possible

    Induced by multi database functionality:

    • Database startup with DAO::startDatabase($config) in services.php file is useless, no need to start the database, the connection is made automatically at the first request.
    • ๐Ÿ‘‰ Use DAO::start() in services.php file when using several databases (with multi db feature)

    For optimization reasons:

    • ๐Ÿ“ฆ the classes used only in development (common to devtools and webtools) have been relocated in the phpmv/ubiquity-dev package.

    Migration

    • โšก๏ธ Update devtools: composer global update

    ๐Ÿ›  Fixed

    • route caching pb for routes with variables (no open issue)

    ๐Ÿ“š Documentation