mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 19:06:40 +00:00
deprecated Twig_Environment::clearTemplateCache()
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
* 1.18.3 (2015-XX-XX)
|
||||
|
||||
* deprecated Twig_Environment::clearTemplateCache()
|
||||
* fixed sandbox disabling when using the include function
|
||||
|
||||
* 1.18.2 (2015-06-06)
|
||||
|
||||
@@ -113,3 +113,9 @@ Globals
|
||||
* As of Twig 2.x, the ability to register a global variable after the runtime
|
||||
or the extensions have been initialized is not possible anymore (but
|
||||
changing the value of an already registered global is possible).
|
||||
|
||||
Miscellaneous
|
||||
-------------
|
||||
|
||||
* As of Twig 1.x, ``Twig_Environment::clearTemplateCache()`` is deprecated and
|
||||
will be removed in 2.0.
|
||||
|
||||
@@ -443,6 +443,8 @@ class Twig_Environment
|
||||
|
||||
/**
|
||||
* Clears the internal template cache.
|
||||
*
|
||||
* @deprecated since 1.18.3 (to be removed in 2.0)
|
||||
*/
|
||||
public function clearTemplateCache()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user