Skip to content

Releases: johnitvn/yii2-workbench

1.0.2

31 Jul 12:00
Compare
Choose a tag to compare

Fix bugs

1.0.1

31 Jul 11:39
Compare
Choose a tag to compare
Fix bug parse error

Report by vvp <[email protected]>

class Workbench extends Component {
  public $workingDir = __DIR__ . '/../../../../workbench' ;
... ...
... ...

PHP (5.5.15 on a XAAMP setup) complains with the following error:
Parse error: syntax error, unexpected '.', expecting ',' or ';'

It seems that the string concatenation is the culprit here.
Please correct!

Regards,
VVP

1.0.0

22 Jul 21:50
Compare
Choose a tag to compare

Initialize Version