Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.18.2 #3190

Merged
merged 11 commits into from Mar 11, 2022
Merged

1.18.2 #3190

merged 11 commits into from Mar 11, 2022

Conversation

kevinpapst
Copy link
Member

@kevinpapst kevinpapst commented Mar 8, 2022

Description

  • improve console version output
  • PDF invoice templates:
    • improved font family (remove unused font)
    • moved customer number and order number in default template to different location
    • improved freelancer pdf invoice template: added customer number, moved some fields around
  • fix empty string issue in csv export- fixes Issue raised after Excel export #3189
  • fixed deprecations with php 8 (twig with sort filter)
  • fix missing custom translations in modal dialogs
  • sort users by display-name in users reports

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist

  • I verified that my code applies to the guidelines (composer code-check)
  • I updated the documentation (see here)
  • I agree that this code is used in Kimai and will be published under the MIT license

@kevinpapst kevinpapst added the release a new minor version - PR will not be included in release notes label Mar 8, 2022
@kevinpapst kevinpapst added this to the 1.19 milestone Mar 8, 2022
@codecov
Copy link

codecov bot commented Mar 8, 2022

Codecov Report

Merging #3190 (33d344c) into master (317ac59) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##             master    #3190   +/-   ##
=========================================
  Coverage     92.29%   92.29%           
- Complexity     7625     7629    +4     
=========================================
  Files           724      724           
  Lines         25193    25203   +10     
=========================================
+ Hits          23251    23262   +11     
+ Misses         1942     1941    -1     
Impacted Files Coverage Δ
src/Utils/Translator.php 57.14% <ø> (+1.97%) ⬆️
src/Command/VersionCommand.php 100.00% <100.00%> (ø)
src/ConsoleApplication.php 100.00% <100.00%> (ø)
src/Utils/StringHelper.php 100.00% <100.00%> (ø)

@kevinpapst kevinpapst linked an issue Mar 8, 2022 that may be closed by this pull request
@kevinpapst kevinpapst merged commit 00b5a65 into master Mar 11, 2022
@kevinpapst kevinpapst deleted the 1.18.2 branch March 11, 2022 22:25
@github-actions github-actions bot locked and limited conversation to collaborators Sep 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
release a new minor version - PR will not be included in release notes
Development

Successfully merging this pull request may close these issues.

Issue raised after Excel export
1 participant