Skip to content

Commit

Permalink
prepare release for compatibility with 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Jan 16, 2024
1 parent 7e9f624 commit c637ef5
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 23 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 2.2.0

Compatibility: requires minimum Kimai 2.10.0

- Adapted translation for invoice number generator

## Version 2.1.0

Compatibility: requires minimum Kimai 2.1.0
Expand Down
11 changes: 0 additions & 11 deletions Resources/translations/invoice-numbergenerator.de.xlf

This file was deleted.

11 changes: 0 additions & 11 deletions Resources/translations/invoice-numbergenerator.en.xlf

This file was deleted.

4 changes: 4 additions & 0 deletions Resources/translations/messages.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<source>demo_config</source>
<target>Demo Konfigurationen</target>
</trans-unit>
<trans-unit id="pEGxX_m" resname="invoice_number_generator.random">
<source>invoice_number_generator.random</source>
<target>Zufallszahl (DemoBundle)</target>
</trans-unit>
</body>
</file>
</xliff>
4 changes: 4 additions & 0 deletions Resources/translations/messages.en.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<source>demo.visited_page</source>
<target>You have visited this page %counter% times</target>
</trans-unit>
<trans-unit id="pEGxX_m" resname="invoice_number_generator.random">
<source>invoice_number_generator.random</source>
<target>Random number (DemoBundle)</target>
</trans-unit>
</body>
</file>
</xliff>
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Showcase plugin for Kimai, with demos for many extension points within the core",
"homepage": "https://github.com/Keleo/DemoBundle",
"type": "kimai-plugin",
"version": "2.1.0",
"version": "2.2.0",
"keywords": [
"kimai",
"kimai-plugin"
Expand Down

0 comments on commit c637ef5

Please sign in to comment.