Skip to content

Commit

Permalink
Merge pull request #170 from PHPJasper/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
geekcom authored Sep 20, 2019
2 parents eba9f8b + 94a427d commit bb06a21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Release Notes - PHPJasper - Version 3.0.1
========================================================
* Improvement
* output() method
________________________________________________________
Release Notes - PHPJasper - Version 3.0.0
========================================================
* Improvement
Expand All @@ -6,7 +11,7 @@ Release Notes - PHPJasper - Version 3.0.0
* updated for jasperstarter 3.5.0
* Bug
* solved problems with useSSL at MySQL connections
____________________________________
________________________________________________________
Release Notes - PHPJasper - Version 2.7
========================================================
* Improvement https://github.com/PHPJasper/phpjasper/issues/99
Expand Down
2 changes: 1 addition & 1 deletion src/PHPJasper.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public function execute($user = false)
*/
public function output()
{
return $this->command;
print $this->command . "\n";
}

/**
Expand Down

0 comments on commit bb06a21

Please sign in to comment.