Skip to content

Commit

Permalink
Bugfix in addBlock()
Browse files Browse the repository at this point in the history
  • Loading branch information
rawsrc committed Aug 13, 2023
1 parent a702045 commit 392a7ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **PhpEcho**

`2023-08-12` `PHP 8.0+` `6.0.0`
`2023-08-13` `PHP 8.0+` `6.0.1`

## **A native PHP template engine : One class to rule them all**
## **IS ONLY FOR PHP 8 AND ABOVE**
Expand Down
Binary file modified tests/global_tests_result.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

use Exacodis\Pilot;

$pilot = new Pilot('PhpEcho - A native PHP template engine - v.6.0.0');
$pilot = new Pilot('PhpEcho - A native PHP template engine - v.6.0.1');
$pilot->injectStandardHelpers();

include 'filepath.php';
Expand Down

0 comments on commit 392a7ec

Please sign in to comment.