Skip to content

Commit

Permalink
README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
rawsrc committed Mar 19, 2023
1 parent 8a181ca commit f6a6258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ composer require rawsrc/phpecho
3. You can now define the seek order to get the first value either
from the `local` or `global` context using `getAnyParam(string $name, string $seek_order = 'local'): mixed`
4. It's possible to unset at once a parameter from the local and the global context using `unsetAnyParam(string $name): void`
Test files are updated

**Changelog v5.2.1:**<br>
1. Improving the local and global parameters' management<br>
Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PhpEcho : a native PHP templating engine in one class

`2023-03-12` `PHP 8.0+` `v.5.2.1`
`2023-03-19` `PHP 8.0+` `v.5.3.0`

## TESTS

Expand Down

0 comments on commit f6a6258

Please sign in to comment.