Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
	modified:   updates/version.yaml
  • Loading branch information
helmutkaufmann committed Jun 4, 2021
1 parent 947871d commit a0160fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ The address is located at {{ geo.longitude }} {{ geo.latitude }} (long/lat).
### Cryptography
Providing [Laravel's cryptograhic functionality](https://laravel.com/docs/8.x/encryption) as Twig functions:
- cryptEncryptString(value) implements Crypt::encryptString
- crypDecryptString(vakue) implements Crypt::decryptString
- cryptDecryptString(vakue) implements Crypt::decryptString
- cryptEncrypt(value) implements Crypt::encrypt
- cryptDecrypt(vakue) implements Crypt::decrypt

### Cookies
Providing [Laravel's cookie functionality](https://laravel.com/docs/8.x/responses#attaching-cookies-to-responses) as Twig functions:
Expand Down
1 change: 1 addition & 0 deletions updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
0.9.009: Adapted code for 0.9.008 to address $_SERVER['HTTP_ACCEPT'] not being set. Updated version history.
1.0.000: Production version.
1.0.001: Added maps functionality
1.0.002: Added cryptEncrypt and cryptDecrypt

0 comments on commit a0160fe

Please sign in to comment.