Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.144.17.112
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
vendor /
symfony /
twig-bundle /
Delete
Unzip
Name
Size
Permission
Date
Action
CacheWarmer
[ DIR ]
drwxrwxr-x
2022-04-03 13:03
Command
[ DIR ]
drwxrwxr-x
2022-04-03 13:03
DependencyInjection
[ DIR ]
drwxrwxr-x
2022-04-03 13:03
Resources
[ DIR ]
drwxrwxr-x
2022-04-03 13:03
CHANGELOG.md
3.47
KB
-rw-rw-r--
2022-04-03 13:03
LICENSE
1.04
KB
-rw-rw-r--
2022-04-03 13:03
README.md
411
B
-rw-rw-r--
2022-04-03 13:03
TemplateIterator.php
2.81
KB
-rw-rw-r--
2022-04-03 13:03
TwigBundle.php
1.49
KB
-rw-rw-r--
2022-04-03 13:03
composer.json
1.81
KB
-rw-rw-r--
2022-04-03 13:03
Save
Rename
CHANGELOG ========= 5.3 --- * Add support for the new `serialize` filter (from Twig Bridge) 5.2.0 ----- * deprecated the public `twig` service to private 5.0.0 ----- * updated default value for the `strict_variables` option to `%kernel.debug%` parameter * removed support to load templates from the legacy directories `src/Resources/views/` and `src/Resources/<BundleName>/views/` * removed `TwigEngine` class, use `Twig\Environment` instead * removed `FilesystemLoader` and `NativeFilesystemLoader`, use Twig notation for templates instead * removed `twig.exception_controller` configuration option, use `framework.error_controller` option instead * removed `ExceptionController`, `PreviewErrorController` and all built-in error templates in favor of the new error renderer mechanism 4.4.0 ----- * marked the `TemplateIterator` as `internal` * added HTML comment to beginning and end of `exception_full.html.twig` * deprecated `ExceptionController` and `PreviewErrorController` controllers, use `ErrorController` from the `HttpKernel` component instead * deprecated all built-in error templates in favor of the new error renderer mechanism * deprecated `twig.exception_controller` configuration option, set it to "null" and use `framework.error_controller` configuration instead 4.2.0 ----- * deprecated support for legacy templates directories `src/Resources/views/` and `src/Resources/<BundleName>/views/`, use `templates/` and `templates/bundles/<BundleName>/` instead. 4.1.0 ----- * added priority to Twig extensions * deprecated relying on the default value (`false`) of the `twig.strict_variables` configuration option. The `%kernel.debug%` parameter will be the new default in 5.0 4.0.0 ----- * removed `ContainerAwareRuntimeLoader` 3.4.0 ----- * added exclusive Twig namespace only for root bundles * deprecated `Symfony\Bundle\TwigBundle\Command\DebugCommand`, use `Symfony\Bridge\Twig\Command\DebugCommand` instead * deprecated relying on the `ContainerAwareInterface` implementation for `Symfony\Bundle\TwigBundle\Command\LintCommand` * added option to configure default path templates (via `default_path`) 3.3.0 ----- * Deprecated `ContainerAwareRuntimeLoader` 2.7.0 ----- * made it possible to configure the default formats for both the `date` and the `number_format` filter * added support for the new Asset component (from Twig bridge) * deprecated the assets extension (use the one from the Twig bridge instead) 2.6.0 ----- * [BC BREAK] changed exception.json.twig to match same structure as error.json.twig making clients independent of runtime environment. 2.3.0 ----- * added option to configure a custom template escaping guesser (via `autoescape_service` and `autoescape_service_method`) 2.2.0 ----- * moved the exception controller to be a service (`twig.controller.exception:showAction` vs `Symfony\\Bundle\\TwigBundle\\Controller\\ExceptionController::showAction`) * added support for multiple loaders via the "twig.loader" tag. * added automatic registration of namespaced paths for registered bundles * added support for namespaced paths 2.1.0 ----- * added a new setting ("paths") to configure more paths for the Twig filesystem loader * added contextual escaping based on the template file name (disabled if you explicitly pass an autoescape option) * added a command that extracts translation messages from templates * added the real template name when an error occurs in a Twig template * added the twig:lint command that will validate a Twig template syntax.