Skip to content

v2.1.1

Compare
Choose a tag to compare
@developeregrem developeregrem released this 07 May 15:46
· 252 commits to master since this release

New Features

  • Fixtures added (see #29)
    Run the following command to add test data for settings, reservations, invoices and templates:

    php bin/console doctrine:fixtures:load --append

    When you you want to add templates only:

    php bin/console doctrine:fixtures:load --append --group templates

    Note: app:first-run must be already executed

  • New environment redis for APP_ENV added
    The new environment is the same as prodbut uses redis as in-memory cache

  • New environment variables added
    REDIS_HOST - define the host of redis installation
    REDIS_IDX - define the used redis database

  • upgraded TinyMCE to the latest version

Bugfixes

  • some minor UI changes