diff --git a/CHANGES.md b/CHANGES.md index c66be50..1dc93f8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,16 +1,26 @@ +Release Notes - PHPJasper - Version 3.4.0 +======================================================== +* Update + * Exception::__construct(): Passing null to parameter #2 ($code) of type int is deprecated (Solved) + * Capture JasperStarter errors and include them in ErrorCommandExecutable exception message + * PathExecutable parameter + * Update composer libs + * Update phpjasper docker image + * Update doc +________________________________________________ Release Notes - PHPJasper - Version 3.3.0 ======================================================== * Improvement * add support to coverage tests * add support to travisCI - * static Static Analysis with phpstan + * Static Analysis with phpstan * add phpunit.xml.dist * new badges ________________________________________________ Release Notes - PHPJasper - Version 3.2.0 ======================================================== * Improvement - * minimum PHP version now is 7.2 + * minimum PHP version now is 7.2 https://www.php.net/supported-versions.php * phpunit minimal now is 8.* * Update @@ -91,4 +101,4 @@ Release Notes - JasperStarter - Version 3.1.0 * Improvement * [JAS-84] - How to pass $P{XML_DATA_DOCUMENT} to sub report - additional documentation -________________________________________________________ \ No newline at end of file +________________________________________________________ diff --git a/README.md b/README.md index 025d432..ca0de4f 100755 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Or in your file'composer.json' add: ```json { "require": { - "geekcom/phpjasper": "^3.2.0" + "geekcom/phpjasper": "^3.4.0" } } ``` diff --git a/docker-compose.yml b/docker-compose.yml index a34e7c3..2c1ba20 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '2' services: php: - image: geekcom/phpjasper + image: geekcom/phpjasper:latest container_name: phpjasper volumes: - .:/var/www/app