From f0ed8cd3fa91de32dfde96177b770ebaf94c3e8f Mon Sep 17 00:00:00 2001
From: Fabian Galinski <fabian@sgalinski.de>
Date: Fri, 3 Feb 2017 20:05:38 +0100
Subject: [PATCH] [BUGFIX] The description field is missing in the categories

---
 Configuration/TCA/Overrides/pages.php | 4 ++--
 composer.json                         | 2 +-
 ext_emconf.php                        | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Configuration/TCA/Overrides/pages.php b/Configuration/TCA/Overrides/pages.php
index 7e88ba0..af1f1d0 100644
--- a/Configuration/TCA/Overrides/pages.php
+++ b/Configuration/TCA/Overrides/pages.php
@@ -226,7 +226,7 @@ $GLOBALS['TCA']['pages']['types'][117] = [
 	--div--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.tabs.metadata,
 		tx_devnullrobots_flags,
 		--palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.palettes.abstract;abstract,
-		tx_seo_titletag,tx_seo_canonicaltag,
+		tx_seo_titletag,tx_seo_canonicaltag, description,
 	--div--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.tabs.appearance,
 		--palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.palettes.layout;layout,
 	--div--;LLL:EXT:cms/locallang_tca.xlf:pages.tabs.access,
@@ -278,7 +278,7 @@ $GLOBALS['TCA']['pages_language_overlay']['types'][117] = [
 			tx_sgnews_teaser2_image, tx_sgnews_teaser1_image,
 		--div--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.tabs.metadata,
 			--palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.palettes.abstract;abstract,
-			tx_seo_titletag,tx_seo_canonicaltag,
+			tx_seo_titletag,tx_seo_canonicaltag, description,
 		--div--;LLL:EXT:cms/locallang_tca.xlf:pages.tabs.access,
 			--palette--;LLL:EXT:cms/locallang_tca.xlf:pages.palettes.visibility;hiddenonly,
 			--palette--;LLL:EXT:cms/locallang_tca.xlf:pages.palettes.access;access'
diff --git a/composer.json b/composer.json
index 6c1178f..177d40c 100644
--- a/composer.json
+++ b/composer.json
@@ -6,7 +6,7 @@
 	"license": [
 		"GPL-2.0+"
 	],
-	"version": "3.3.8",
+	"version": "3.3.9",
 	"support": {
 	},
 	"repositories": [
diff --git a/ext_emconf.php b/ext_emconf.php
index 1eb2e34..57f3f5e 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -19,7 +19,7 @@ $EM_CONF[$_EXTKEY] = [
 	'modify_tables' => '',
 	'clearCacheOnLoad' => 0,
 	'lockType' => '',
-	'version' => '3.3.8',
+	'version' => '3.3.9',
 	'constraints' => [
 		'depends' => [
 			'typo3' => '7.6.0-7.6.99',
-- 
GitLab