From 06474af5f08195433f29b4fb471efe5851efa5bf Mon Sep 17 00:00:00 2001 From: "Daniel Rodrigues (geekcom)" Date: Tue, 31 Oct 2017 13:12:34 -0300 Subject: [PATCH] general improvements to v2.5, downgrade to PHP 7 --- CHANGES | 8 ++++++++ README.md | 4 ++-- docs/pt_BR/LEIA-ME_pt_BR.md | 5 +++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 9126438..5e17307 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +Release Notes - PHPJasper - Version 2.5 +======================================================== +* https://github.com/PHPJasper/phpjasper/pull/77 +* https://github.com/PHPJasper/phpjasper/pull/78 +* https://github.com/PHPJasper/phpjasper/pull/79 +* https://github.com/PHPJasper/phpjasper/pull/80 +________________________________________________________ + Release Notes - PHPJasper - Version 2.2 ======================================================== ** Improvement: https://github.com/PHPJasper/phpjasper/issues/30 diff --git a/README.md b/README.md index 9f686fa..30641a6 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ _A PHP Report Generator_ [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/geekcom/phpjasper/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/geekcom/phpjasper/?branch=master) [![Latest Stable Version](https://img.shields.io/packagist/v/geekcom/phpjasper.svg?style=flat-square)](https://packagist.org/packages/geekcom/phpjasper) -[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.1-blue.svg?style=flat-square)](https://php.net/) +[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.0-blue.svg?style=flat-square)](https://php.net/) [![License](https://poser.pugx.org/geekcom/phpjasper/license)](https://packagist.org/packages/geekcom/phpjasper) [![Build Status](https://travis-ci.org/geekcom/phpjasper.svg?branch=master)](https://travis-ci.org/geekcom/phpjasper) @@ -15,7 +15,7 @@ PHPJasper is the best solution to compile and process JasperReports (.jrxml & .j **Notes:** * PHPJasper Can be used regardless of your PHP Framework -* For PHP versions less than 7.1 see: [v1.16](https://github.com/PHPJasper/phpjasper/releases/tag/v1.16) +* For PHP versions less than 7.0 see: [v1.16](https://github.com/PHPJasper/phpjasper/releases/tag/v1.16) * [Here](https://github.com/PHPJasper/examples) are several examples of how to use PHPJasper diff --git a/docs/pt_BR/LEIA-ME_pt_BR.md b/docs/pt_BR/LEIA-ME_pt_BR.md index 4a7f261..4a8259a 100644 --- a/docs/pt_BR/LEIA-ME_pt_BR.md +++ b/docs/pt_BR/LEIA-ME_pt_BR.md @@ -4,8 +4,9 @@ _Gerador de relatórios PHP_ [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/geekcom/phpjasper/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/geekcom/phpjasper/?branch=master) [![Latest Stable Version](https://poser.pugx.org/geekcom/phpjasper/v/stable)](https://packagist.org/packages/geekcom/phpjasper) -[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.1-blue.svg?style=flat-square)](https://php.net/) +[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.0-blue.svg?style=flat-square)](https://php.net/) [![License](https://poser.pugx.org/geekcom/phpjasper/license)](https://packagist.org/packages/geekcom/phpjasper) +[![Build Status](https://travis-ci.org/geekcom/phpjasper.svg?branch=master)](https://travis-ci.org/geekcom/phpjasper) ### Documentação [![Language-en_US](https://img.shields.io/badge/en__US-100%25-green.svg)](https://github.com/PHPJasper/phpjasper/blob/master/README.md) @@ -16,7 +17,7 @@ PHPJasper é a solução perfeita para compilar e processar relatórios Jasper ( **Notas:** * PHPJasper pode ser usado independente de seu Framework -* Se você está usando uma versão menor que PHP 7.1 veja: [v1.16](https://github.com/PHPJasper/phpjasper/releases/tag/v1.16) +* Se você está usando uma versão menor que PHP 7.0 veja: [v1.16](https://github.com/PHPJasper/phpjasper/releases/tag/v1.16) * [Aqui](https://github.com/PHPJasper/examples) tem vários exemplos de como usar PHPJasper ### Por quê preciso do PHPJasper?