Skip to content
Snippets Groups Projects
Commit e88bfbe0 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Release version 8.1.6

parent dda3e2f7
No related branches found
No related tags found
No related merge requests found
......@@ -116,8 +116,8 @@ abstract class AbstractDataBaseDataProvider extends AbstractBaseDataProvider {
];
if (\array_key_exists('records.', $this->pluginConfiguration) && \is_array(
$this->pluginConfiguration['records.']
)) {
$this->pluginConfiguration['records.']
)) {
$configuration = \array_merge($configuration, $this->pluginConfiguration['records.']);
}
......
......@@ -79,9 +79,9 @@ class PluginRenderer implements PageLayoutViewDrawItemHookInterface {
*/
protected function adaptPluginHeaderContent(?string &$headerContent, array $row): void {
$headerContent = '<h4>' . $this->getPluginNameForHeaderContent(
(int) $row['pid'],
$row['list_type']
) . $headerContent . '</h4>';
(int) $row['pid'],
$row['list_type']
) . $headerContent . '</h4>';
}
/**
......
......@@ -6,7 +6,7 @@
"license": [
"GPL-2.0-or-later"
],
"version": "8.1.5",
"version": "8.1.6",
"support": {
"issues": "https://gitlab.sgalinski.de/typo3/df_tabs/issues"
},
......
......@@ -14,7 +14,7 @@ $EM_CONF['df_tabs'] = [
'title' => 'Tabbed Content and Pages',
'description' => 'Create tab based content elements and pages easily and flexible with configurable mouseover handling, animations and autoplay features! It requires jquery.',
'category' => 'fe',
'version' => '8.1.5',
'version' => '8.1.6',
'state' => 'stable',
'author' => 'Stefan Galinski',
'author_email' => 'stefan@sgalinski.de',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment