0.3
Pre-release
Pre-release
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:
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:
- Easier creation of Tasks/Projects/User #230 (kevinpapst)
- Added email configuration docs #228 (kevinpapst)
- Show revenue only for ROLE_ADMIN #227 (kevinpapst)
- hotfix responsiveness #220 (kevinpapst)
- Integrated FOSUserBundle #216 (kevinpapst)
- added auto-script to install assets #214 (kevinpapst)
- added yunohost installation link #212 (kevinpapst)
- added favicons and web app metadata #211 (kevinpapst)
- added FAQ and database requirement docu #196 #210 (kevinpapst)
- Updated to AdminLTEBundle 1.0 #206 (kevinpapst)
- replaced AvanzuAdminTheme with AdminLTE bundle #202 (kevinpapst)
- allow empty invoice template terms #188 #189 (kevinpapst)
- improved install docs and composer #187 (kevinpapst)
- added lock-bot config #183 #186 (kevinpapst)
- Composer package name #185 (kevinpapst)
- added dynamic column filter #174 #184 (kevinpapst)
- updated to font-awesome 5 #179 #181 (kevinpapst)
- language specific money and date display #180 (kevinpapst)