|
| 1 | +Release Notes - PHPJasper - Version 3.4.0 |
| 2 | +======================================================== |
| 3 | +* Update |
| 4 | + * Exception::__construct(): Passing null to parameter #2 ($code) of type int is deprecated (Solved) |
| 5 | + * Capture JasperStarter errors and include them in ErrorCommandExecutable exception message |
| 6 | + * PathExecutable parameter |
| 7 | + * Update composer libs |
| 8 | + * Update phpjasper docker image |
| 9 | + * Update doc |
| 10 | +________________________________________________ |
1 | 11 | Release Notes - PHPJasper - Version 3.3.0
|
2 | 12 | ========================================================
|
3 | 13 | * Improvement
|
4 | 14 | * add support to coverage tests
|
5 | 15 | * add support to travisCI
|
6 |
| - * static Static Analysis with phpstan |
| 16 | + * Static Analysis with phpstan |
7 | 17 | * add phpunit.xml.dist
|
8 | 18 | * new badges
|
9 | 19 | ________________________________________________
|
10 | 20 | Release Notes - PHPJasper - Version 3.2.0
|
11 | 21 | ========================================================
|
12 | 22 | * Improvement
|
13 |
| - * minimum PHP version now is 7.2 |
| 23 | + * minimum PHP version now is 7.2 |
14 | 24 | https://www.php.net/supported-versions.php
|
15 | 25 | * phpunit minimal now is 8.*
|
16 | 26 | * Update
|
@@ -91,4 +101,4 @@ Release Notes - JasperStarter - Version 3.1.0
|
91 | 101 |
|
92 | 102 | * Improvement
|
93 | 103 | * [JAS-84] - How to pass $P{XML_DATA_DOCUMENT} to sub report - additional documentation
|
94 |
| -________________________________________________________ |
| 104 | +________________________________________________________ |
0 commit comments