File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
9
Release Notes - PHPJasper - Version 2.2
2
10
========================================================
3
11
** Improvement: https://github.com/PHPJasper/phpjasper/issues/30
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ _A PHP Report Generator_
3
3
4
4
[ ![ 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 )
5
5
[ ![ 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/ )
7
7
[ ![ License] ( https://poser.pugx.org/geekcom/phpjasper/license )] ( https://packagist.org/packages/geekcom/phpjasper )
8
8
[ ![ Build Status] ( https://travis-ci.org/geekcom/phpjasper.svg?branch=master )] ( https://travis-ci.org/geekcom/phpjasper )
9
9
@@ -15,7 +15,7 @@ PHPJasper is the best solution to compile and process JasperReports (.jrxml & .j
15
15
16
16
** Notes:**
17
17
* 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 )
19
19
* [ Here] ( https://github.com/PHPJasper/examples ) are several examples of how to use PHPJasper
20
20
21
21
Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ _Gerador de relatórios PHP_
4
4
5
5
[ ![ 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 )
6
6
[ ![ 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/ )
8
8
[ ![ 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 )
9
10
10
11
### Documentação
11
12
[ ![ 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 (
16
17
17
18
** Notas:**
18
19
* 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 )
20
21
* [ Aqui] ( https://github.com/PHPJasper/examples ) tem vários exemplos de como usar PHPJasper
21
22
### Por quê preciso do PHPJasper?
22
23
You can’t perform that action at this time.
0 commit comments