The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.

Download Latest Version 2.16.0 source code.zip (4.8 MB)
Email in envelope

Get an email when there's a new version of Kimai - Time Tracking Software

Home / 0.3
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2018-07-22 5.1 kB
Totals: 1 Item   5.1 kB 0

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:

:::bash
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:

Source: README.md, updated 2018-07-22