.. include:: /Includes.rst.txt .. _feature-103560-1712562637: ========================================================== Feature: #103560 - Update Fluid Standalone to version 2.11 ========================================================== See :issue:`103560` Description =========== Fluid Standalone has been updated to version 2.11. This version includes new ViewHelpers that cover common tasks in Fluid templates. More ViewHelpers will be added with future minor releases. A full documentation of the new ViewHelper's arguments is available in the ViewHelper reference . Impact ====== The following ViewHelpers are now included and can be used in all Fluid templates: :html:`` ViewHelper: ----------------------------- The :php:`SplitViewHelper` splits a string by the specified separator, which results in an array. .. code-block:: html 1-5-8 :html:`` ViewHelper: ---------------------------- The :php:`JoinViewHelper` combines elements from an array into a single string. .. code-block:: html :html:`` ViewHelper: ------------------------------- The :php:`ReplaceViewHelper` replaces one or multiple strings with other strings. .. code-block:: html :html:`` and :html:`` ViewHelpers: --------------------------------------------------- The :php:`FirstViewHelper` and :php:`LastViewHelper` return the first or last item of a specified array, respectively. .. code-block:: html .. index:: Fluid, Frontend, ext:fluid