Skip to content

Commit

Permalink
Mention caching in migration (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
galvani authored and dg committed Feb 11, 2018
1 parent dcbf8db commit 77cdec9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cs/migration-2-4.texy
Expand Up @@ -97,3 +97,8 @@ Latte
Filtry, které mají být aplikovány na blok textu (`{block}` nebo `{_}...{/_}`) či `{include}`, musejí jako první parametr přijímat objekt Latte\Runtime\FilterInfo, viz "příklad":https://github.com/nette/latte/blob/1423bd8974ce3132dee82aa0967f8afca49aca04/src/Latte/Runtime/Filters.php#L187-L199.

Makro `{contentType}` je povolené pouze v hlavičce šablony a v elementu `<script>` kvůli nette/latte#71.

Caching
-------

Odstraněna třída `Nette\Caching\Storages\FileJournal`.
4 changes: 4 additions & 0 deletions en/migration-2-4.texy
Expand Up @@ -98,3 +98,7 @@ Latte
Filters used for text blocks (`{block}` or `{_}...{/_}`) or `{include}` must receive as the first parameter object `Latte\Runtime\FilterInfo`, see "example":https://github.com/nette/latte/blob/1423bd8974ce3132dee82aa0967f8afca49aca04/src/Latte/Runtime/Filters.php#L187-L199.

Macro `{contentType}` is permitted only in the header of template, and in the element `<script>`.

Caching
-------
Nette\Caching\Storages\FileJournal is no longer available.

0 comments on commit 77cdec9

Please sign in to comment.