release 2.0 beta (#3722)

* remove twitter link
* remove WIP file
* adjust release draft message
* reset code coverage threshold back to 0.5
* changed wordings
* re-activate wizard for fixture accounts
* fix repo url and license
* license identifier
* bump version
* moved Kimai 1 import command from core to plugin
* do not traverse into invoice template subdirectories (#3735)
* fix branch alias
* composer update
* switch language on wizard select
* new twig function to create qr code
* fix daily stats in timesheet listing
* improved html invoice templates
This commit is contained in:
Kevin Papst
2023-01-12 12:10:11 +01:00
committed by GitHub
parent cbd65f1f1d
commit 8069e332fe
38 changed files with 386 additions and 2850 deletions

103
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "16922ce13576f2e86b8a3c380fcf814a",
"content-hash": "f3b0627c043009647c1ab9c3ddea3f22",
"packages": [
{
"name": "bacon/bacon-qr-code",
@@ -796,16 +796,16 @@
},
{
"name": "doctrine/doctrine-bundle",
"version": "2.8.0",
"version": "2.8.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
"reference": "0421ebc069519a0f19b9c39e5dc18c359be0feab"
"reference": "fe9b2cc1cd0c9b76553b1d4c1a077590ba231a2d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/0421ebc069519a0f19b9c39e5dc18c359be0feab",
"reference": "0421ebc069519a0f19b9c39e5dc18c359be0feab",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/fe9b2cc1cd0c9b76553b1d4c1a077590ba231a2d",
"reference": "fe9b2cc1cd0c9b76553b1d4c1a077590ba231a2d",
"shasum": ""
},
"require": {
@@ -891,7 +891,7 @@
],
"support": {
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.8.0"
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.8.1"
},
"funding": [
{
@@ -907,7 +907,7 @@
"type": "tidelift"
}
],
"time": "2022-12-28T16:35:32+00:00"
"time": "2023-01-06T00:24:26+00:00"
},
{
"name": "doctrine/doctrine-migrations-bundle",
@@ -1685,16 +1685,16 @@
},
{
"name": "egulias/email-validator",
"version": "3.2.4",
"version": "3.2.5",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
"reference": "5f35e41eba05fdfbabd95d72f83795c835fb7ed2"
"reference": "b531a2311709443320c786feb4519cfaf94af796"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5f35e41eba05fdfbabd95d72f83795c835fb7ed2",
"reference": "5f35e41eba05fdfbabd95d72f83795c835fb7ed2",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b531a2311709443320c786feb4519cfaf94af796",
"reference": "b531a2311709443320c786feb4519cfaf94af796",
"shasum": ""
},
"require": {
@@ -1703,7 +1703,6 @@
"symfony/polyfill-intl-idn": "^1.15"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^8.5.8|^9.3.3",
"vimeo/psalm": "^4"
},
@@ -1741,7 +1740,7 @@
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
"source": "https://github.com/egulias/EmailValidator/tree/3.2.4"
"source": "https://github.com/egulias/EmailValidator/tree/3.2.5"
},
"funding": [
{
@@ -1749,7 +1748,7 @@
"type": "github"
}
],
"time": "2022-12-30T14:09:25+00:00"
"time": "2023-01-02T17:26:14+00:00"
},
{
"name": "endroid/qr-code",
@@ -9815,16 +9814,16 @@
},
{
"name": "tijsverkoyen/css-to-inline-styles",
"version": "2.2.5",
"version": "2.2.6",
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
"reference": "4348a3a06651827a27d989ad1d13efec6bb49b19"
"reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/4348a3a06651827a27d989ad1d13efec6bb49b19",
"reference": "4348a3a06651827a27d989ad1d13efec6bb49b19",
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/c42125b83a4fa63b187fdf29f9c93cb7733da30c",
"reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c",
"shasum": ""
},
"require": {
@@ -9862,9 +9861,9 @@
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
"support": {
"issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
"source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.5"
"source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.6"
},
"time": "2022-09-12T13:28:28+00:00"
"time": "2023-01-03T09:29:04+00:00"
},
{
"name": "twig/cssinliner-extra",
@@ -10462,20 +10461,20 @@
},
{
"name": "zircote/swagger-php",
"version": "4.5.3",
"version": "4.5.4",
"source": {
"type": "git",
"url": "https://github.com/zircote/swagger-php.git",
"reference": "e505bce612a86fe90f8fd50917e0848afc5d2ba8"
"reference": "09356f4d68d29bdf3254811fb2602a5d5d1788ea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zircote/swagger-php/zipball/e505bce612a86fe90f8fd50917e0848afc5d2ba8",
"reference": "e505bce612a86fe90f8fd50917e0848afc5d2ba8",
"url": "https://api.github.com/repos/zircote/swagger-php/zipball/09356f4d68d29bdf3254811fb2602a5d5d1788ea",
"reference": "09356f4d68d29bdf3254811fb2602a5d5d1788ea",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.7",
"doctrine/annotations": "^1.7 || ^2.0",
"ext-json": "*",
"php": ">=7.2",
"psr/log": "^1.1 || ^2.0 || ^3.0",
@@ -10534,9 +10533,9 @@
],
"support": {
"issues": "https://github.com/zircote/swagger-php/issues",
"source": "https://github.com/zircote/swagger-php/tree/4.5.3"
"source": "https://github.com/zircote/swagger-php/tree/4.5.4"
},
"time": "2022-12-21T18:26:59+00:00"
"time": "2023-01-04T00:51:43+00:00"
}
],
"packages-dev": [
@@ -10746,16 +10745,16 @@
},
{
"name": "doctrine/data-fixtures",
"version": "1.6.1",
"version": "1.6.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/data-fixtures.git",
"reference": "1a4232c15143ca3c127812d19b23a7961c41eeed"
"reference": "d52cc6d392717734fac908768a7319f8a417401a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/1a4232c15143ca3c127812d19b23a7961c41eeed",
"reference": "1a4232c15143ca3c127812d19b23a7961c41eeed",
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/d52cc6d392717734fac908768a7319f8a417401a",
"reference": "d52cc6d392717734fac908768a7319f8a417401a",
"shasum": ""
},
"require": {
@@ -10808,7 +10807,7 @@
],
"support": {
"issues": "https://github.com/doctrine/data-fixtures/issues",
"source": "https://github.com/doctrine/data-fixtures/tree/1.6.1"
"source": "https://github.com/doctrine/data-fixtures/tree/1.6.2"
},
"funding": [
{
@@ -10824,7 +10823,7 @@
"type": "tidelift"
}
],
"time": "2022-12-23T12:13:51+00:00"
"time": "2023-01-05T18:42:27+00:00"
},
{
"name": "doctrine/doctrine-fixtures-bundle",
@@ -10979,16 +10978,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.13.1",
"version": "v3.13.2",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "78d2251dd86b49c609a0fd37c20dcf0a00aea5a7"
"reference": "3952f08a81bd3b1b15e11c3de0b6bf037faa8496"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/78d2251dd86b49c609a0fd37c20dcf0a00aea5a7",
"reference": "78d2251dd86b49c609a0fd37c20dcf0a00aea5a7",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/3952f08a81bd3b1b15e11c3de0b6bf037faa8496",
"reference": "3952f08a81bd3b1b15e11c3de0b6bf037faa8496",
"shasum": ""
},
"require": {
@@ -11056,7 +11055,7 @@
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.13.1"
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.13.2"
},
"funding": [
{
@@ -11064,7 +11063,7 @@
"type": "github"
}
],
"time": "2022-12-18T00:47:22+00:00"
"time": "2023-01-02T23:53:50+00:00"
},
{
"name": "nikic/php-parser",
@@ -11235,16 +11234,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.9.4",
"version": "1.9.7",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "d03bccee595e2146b7c9d174486b84f4dc61b0f2"
"reference": "0501435cd342eac7664bd62155b1ef907fc60b6f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d03bccee595e2146b7c9d174486b84f4dc61b0f2",
"reference": "d03bccee595e2146b7c9d174486b84f4dc61b0f2",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/0501435cd342eac7664bd62155b1ef907fc60b6f",
"reference": "0501435cd342eac7664bd62155b1ef907fc60b6f",
"shasum": ""
},
"require": {
@@ -11274,7 +11273,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.9.4"
"source": "https://github.com/phpstan/phpstan/tree/1.9.7"
},
"funding": [
{
@@ -11290,25 +11289,25 @@
"type": "tidelift"
}
],
"time": "2022-12-17T13:33:52+00:00"
"time": "2023-01-04T21:59:57+00:00"
},
{
"name": "phpstan/phpstan-doctrine",
"version": "1.3.28",
"version": "1.3.29",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "8302a6a214b8cbbda8249cce6ec627033af26c12"
"reference": "4967ebbc24a2d7e94f5b2f6dad78e0087dd52fc3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/8302a6a214b8cbbda8249cce6ec627033af26c12",
"reference": "8302a6a214b8cbbda8249cce6ec627033af26c12",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/4967ebbc24a2d7e94f5b2f6dad78e0087dd52fc3",
"reference": "4967ebbc24a2d7e94f5b2f6dad78e0087dd52fc3",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.8.11"
"phpstan/phpstan": "^1.9.7"
},
"conflict": {
"doctrine/collections": "<1.0",
@@ -11357,9 +11356,9 @@
"description": "Doctrine extensions for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-doctrine/issues",
"source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.28"
"source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.29"
},
"time": "2022-12-30T21:24:11+00:00"
"time": "2023-01-04T21:51:32+00:00"
},
{
"name": "phpstan/phpstan-phpunit",