Release 1.27.0 (#3571)

* bump version
* ignore .disabled for plugins
* simplify gitignore
* prevent duration field from showing up in the API
* change release template wording
* prepare method for later usage
* add 8.2 to issue template
This commit is contained in:
Kevin Papst
2022-10-19 08:55:42 +02:00
committed by GitHub
parent 4549d826dd
commit 6d7054c18c
8 changed files with 27 additions and 27 deletions

29
.gitignore vendored
View File

@@ -7,39 +7,31 @@
# for symfony local webserver
php.ini
!.gitkeep
/bin/*
!bin/console
/config/packages/local.yaml
/config/packages/*-local.yaml
/config/packages/*/local.yaml
/config/packages/*/*-local.yaml
!/bin/console
*local.yaml
/config/bundles-local.php
public/avatars/*.png
/public/avatars/*.png
templates/invoice/renderer/.~lock*
translations/branding.*.xlf
/templates/invoice/renderer/.~lock*
/translations/branding.*.xlf
/var/data/*
!/var/data/.gitkeep
/var/coverage/
/var/cache/*
!var/cache/.gitkeep
/var/invoices/*
/var/export/*
/var/packages/*
!var/packages/.gitkeep
/var/plugins/*
!var/plugins/.gitkeep
/var/log/*
!var/log/.gitkeep
/var/sessions/*
!var/sessions/.gitkeep
/var/packages/*
/var/plugins/*
*.disabled
# ========== KIMAI ==========
###> symfony/framework-bundle ###
@@ -61,7 +53,6 @@ translations/branding.*.xlf
###> symfony/phpunit-bridge ###
.phpunit
/phpunit.xml
###< symfony/phpunit-bridge ###
###> symfony/webpack-encore-bundle ###