Skip to content

Releases: developeregrem/fewohbee

v2.2.1

11 Sep 16:41
099a09e
Compare
Choose a tag to compare

This is a bugfix release where the application was not reachable after updating with composer.

v2.2.0

30 Aug 09:54
81c53bf
Compare
Choose a tag to compare
  • Some minor Bugfixes
  • Bugfix where migrations breaks updates or installs
    Please follow the upgrade notes from her: #31 (comment)
  • update to Symfony 5.1

v2.1.1

07 May 15:46
Compare
Choose a tag to compare

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

v2.1.0

13 Apr 14:00
Compare
Choose a tag to compare

New features:

  • images can be uploaded in templates and will be included in PDF exports (see #5)

v2.0.0

01 Mar 13:31
a6ea44c
Compare
Choose a tag to compare

In this major release for version 2 the following changes were made:

  • The handling of price categories were rewritten.
  • New invoices will be pre-filled with available price positions. (see #9, #10, #11)
  • Upgrade to Symfony 5 (#20)

Bugfixes:

1.2.1

04 Jan 11:10
182f97e
Compare
Choose a tag to compare

This is a bugfix release. The following issue was resolved:

v1.2.0

30 Oct 19:02
Compare
Choose a tag to compare

In this release the following changes were made

  • upgraded the frontend to bootstrap 4
  • lot of refactoring in the frontend to remove unused code, simplify code and optimize JS code for all pages in the settings menu
  • removed jQuery UI datepicker dependency and replaced all date fields with the browser build-in version