Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Release Notes - PHPJasper - Version 2.7
========================================================
** Improvement https://github.com/PHPJasper/phpjasper/issues/99
* Improvement https://github.com/PHPJasper/phpjasper/issues/99
* improvement in resource '-r' parameter,
it's no longer necessary to be connected in database
to use resources
________________________________________________________
Release Notes - PHPJasper - Version 2.6
========================================================
** Update
* Update
* updated for jasperstarter 3.2.1
________________________________________________________
Release Notes - PHPJasper - Version 2.5
Expand All @@ -20,37 +20,37 @@ ________________________________________________________

Release Notes - PHPJasper - Version 2.2
========================================================
** Improvement: https://github.com/PHPJasper/phpjasper/issues/30
* Improvement: https://github.com/PHPJasper/phpjasper/issues/30
* add support for resource option
________________________________________________________

Release Notes - PHPJasper - Version 2.1
========================================================
** Refactoring
* Refactoring
* strict types activate
* add type declarations
________________________________________________________
Release Notes - PHPJasper - Version 2.0
========================================================
** Improvement
* Improvement
* Support php 7.1 above
________________________________________________________

Release Notes - PHPJasper - Version 1.15
========================================================
** Improvement
* Improvement
* Updated JasperStarter to Version 3.1.0
________________________________________________________

Release Notes - JasperStarter - Version 3.1.0
========================================================

** New Feature
* New Feature
* [JAS-83] - JSON file as a data source

** Task
* Task
* [JAS-95] - Include JasperReports 6.4.0

** Improvement
* Improvement
* [JAS-84] - How to pass $P{XML_DATA_DOCUMENT} to sub report - additional documentation
________________________________________________________
7 changes: 6 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
**Keep your code clean and organized, happy code.**
# Contributing

1. Fork it
2. Create your feature branch : `git checkout -b my_new_feature`
3. Commit your changes: `git commit -m "Add some feature"`
4. Push to the branch `git push origin my_new_feature`