diff --git a/CHANGELOG.md b/CHANGELOG.md index d04877d..92bc9a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Yii Framework 2 bootstrap extension Change Log ============================================== -2.0.11 under development ------------------------- +2.0.11 August 09, 2021 +---------------------- - Enh #261: Support of custom templates for Tab headers and panes (mmonem) diff --git a/src/Tabs.php b/src/Tabs.php index 56dc639..2384587 100644 --- a/src/Tabs.php +++ b/src/Tabs.php @@ -129,7 +129,6 @@ class Tabs extends Widget * @since 2.0.7 */ public $dropdownClass = 'yii\bootstrap\Dropdown'; - /** * @var string template for layout for the headers and the panes. Can be helpful, for example, if a left * vertical tabs are required. Defaults to `{headers}{panes}` @@ -137,6 +136,7 @@ class Tabs extends Widget */ public $template = '{headers}{panes}'; + /** * Initializes the widget. */