Skip to content

0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@kevinpapst kevinpapst released this 22 Jul 22:44
20a2d94

Full Changelog

The testing code coverage went up to 50%

Update from 0.2:

You need to adjust your .env file and add your from address for all emails generated by Kimai 2:

MAILER_FROM=kimai@example.com

Create a file and database backup before executing the following steps:

git pull origin master
sudo -u www-data composer install --no-dev --optimize-autoloader
sudo -u www-data bin/console cache:clear --env=prod
sudo -u www-data bin/console cache:warmup --env=prod
bin/console doctrine:migrations:version --add 20180701120000
bin/console doctrine:migrations:migrate

Fixed bugs:

  • Missing assets in fresh installation #213
  • Cannot remove payment terms from invoice template #188
  • Set PHP locale for date format and month names #110
  • Show revenue only for Admin (wrong currency shown) #19

Closed issues:

  • Verifying email configuration #226
  • Installation Issue of version1.3.1 #208
  • Add favicon #205
  • Install Kimai as WebApp #203
  • Replace AvanzuAdminTheme with AdminLTE bundle #201
  • Document DB requirements in install docu #196
  • easier creation of tasks #195
  • Error on bin/console doctrine:schema:create #191
  • Integrate lock bot #183
  • Upgrade to FontAwesome 5 #179
  • Add dynamic column filter #174
  • Add register user function #164
  • Add forgot password function - login screen #163
  • Integrate FOSUserBundle (for registration, password-reset, etc.) #144

Merged pull requests: