Skip to content

Commit b64a6da

Browse files
authored
Merge pull request #86 from PHPJasper/develop
general improvements to v2.5, downgrade to PHP 7
2 parents 38bad4b + 06474af commit b64a6da

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGES

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Release Notes - PHPJasper - Version 2.5
2+
========================================================
3+
* https://github.com/PHPJasper/phpjasper/pull/77
4+
* https://github.com/PHPJasper/phpjasper/pull/78
5+
* https://github.com/PHPJasper/phpjasper/pull/79
6+
* https://github.com/PHPJasper/phpjasper/pull/80
7+
________________________________________________________
8+
19
Release Notes - PHPJasper - Version 2.2
210
========================================================
311
** Improvement: https://github.com/PHPJasper/phpjasper/issues/30

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ _A PHP Report Generator_
33

44
[![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)
55
[![Latest Stable Version](https://img.shields.io/packagist/v/geekcom/phpjasper.svg?style=flat-square)](https://packagist.org/packages/geekcom/phpjasper)
6-
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.1-blue.svg?style=flat-square)](https://php.net/)
6+
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.0-blue.svg?style=flat-square)](https://php.net/)
77
[![License](https://poser.pugx.org/geekcom/phpjasper/license)](https://packagist.org/packages/geekcom/phpjasper)
88
[![Build Status](https://travis-ci.org/geekcom/phpjasper.svg?branch=master)](https://travis-ci.org/geekcom/phpjasper)
99

@@ -15,7 +15,7 @@ PHPJasper is the best solution to compile and process JasperReports (.jrxml & .j
1515

1616
**Notes:**
1717
* PHPJasper Can be used regardless of your PHP Framework
18-
* For PHP versions less than 7.1 see: [v1.16](https://github.com/PHPJasper/phpjasper/releases/tag/v1.16)
18+
* For PHP versions less than 7.0 see: [v1.16](https://github.com/PHPJasper/phpjasper/releases/tag/v1.16)
1919
* [Here](https://github.com/PHPJasper/examples) are several examples of how to use PHPJasper
2020

2121

docs/pt_BR/LEIA-ME_pt_BR.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ _Gerador de relatórios PHP_
44

55
[![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)
66
[![Latest Stable Version](https://poser.pugx.org/geekcom/phpjasper/v/stable)](https://packagist.org/packages/geekcom/phpjasper)
7-
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.1-blue.svg?style=flat-square)](https://php.net/)
7+
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.0-blue.svg?style=flat-square)](https://php.net/)
88
[![License](https://poser.pugx.org/geekcom/phpjasper/license)](https://packagist.org/packages/geekcom/phpjasper)
9+
[![Build Status](https://travis-ci.org/geekcom/phpjasper.svg?branch=master)](https://travis-ci.org/geekcom/phpjasper)
910

1011
### Documentação
1112
[![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 (
1617

1718
**Notas:**
1819
* PHPJasper pode ser usado independente de seu Framework
19-
* Se você está usando uma versão menor que PHP 7.1 veja: [v1.16](https://github.com/PHPJasper/phpjasper/releases/tag/v1.16)
20+
* Se você está usando uma versão menor que PHP 7.0 veja: [v1.16](https://github.com/PHPJasper/phpjasper/releases/tag/v1.16)
2021
* [Aqui](https://github.com/PHPJasper/examples) tem vários exemplos de como usar PHPJasper
2122
### Por quê preciso do PHPJasper?
2223

0 commit comments

Comments
 (0)