diff --git a/Configuration/TCA/tx_hhsimplejobposts_domain_model_jobpost.php b/Configuration/TCA/tx_hhsimplejobposts_domain_model_jobpost.php index b924274..5bfcbcc 100644 --- a/Configuration/TCA/tx_hhsimplejobposts_domain_model_jobpost.php +++ b/Configuration/TCA/tx_hhsimplejobposts_domain_model_jobpost.php @@ -62,7 +62,6 @@ hiring_organization, job_locations, slug, - categories, --div--;LLL:EXT:hh_simple_job_posts/Resources/Private/Language/locallang_db.xlf:tx_hhsimplejobposts_domain_model_jobpost.div.salary, --palette--;;salary, --div--;LLL:EXT:hh_simple_job_posts/Resources/Private/Language/locallang_db.xlf:tx_hhsimplejobposts_domain_model_jobpost.div.contact_point, @@ -77,7 +76,17 @@ --palette--;;twittercards, --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.access, starttime, - endtime + endtime, + --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:language, + --palette--;;language, + --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:access, + --palette--;;hidden, + --palette--;;access, + --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:categories, + categories, + --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:notes, + rowDescription, + --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:extended, ' ], ], @@ -535,7 +544,6 @@ ], 'contact_point_email' => [ - 'displayCond' => 'FIELD:contact_point_addresses:=:0', 'exclude' => true, 'label' => 'LLL:EXT:hh_simple_job_posts/Resources/Private/Language/locallang_db.xlf:tx_hhsimplejobposts_domain_model_jobpost.contact_point_email', 'description' => 'LLL:EXT:hh_simple_job_posts/Resources/Private/Language/locallang_db.xlf:tx_hhsimplejobposts_domain_model_jobpost.contact_point_email.description', @@ -554,7 +562,6 @@ ], ], 'contact_point_telephone' => [ - 'displayCond' => 'FIELD:contact_point_addresses:=:0', 'exclude' => true, 'label' => 'LLL:EXT:hh_simple_job_posts/Resources/Private/Language/locallang_db.xlf:tx_hhsimplejobposts_domain_model_jobpost.contact_point_telephone', 'description' => 'LLL:EXT:hh_simple_job_posts/Resources/Private/Language/locallang_db.xlf:tx_hhsimplejobposts_domain_model_jobpost.contact_point_telephone.description', diff --git a/composer.json b/composer.json index 8ab6734..918ebc1 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "url": "https://www.paypal.com/paypalme/hauerheinrich" } ], - "version": "3.1.3", + "version": "3.2.0", "license": ["GPL-2.0-or-later"], "keywords": ["TYPO3 CMS", "jobs", "Extension"], "replace": { diff --git a/ext_emconf.php b/ext_emconf.php index ab902b9..13f906d 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -19,7 +19,7 @@ 'state' => 'beta', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '3.1.3', + 'version' => '3.2.0', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.0-12.4.99',