Skip to content

Commit

Permalink
[TASK] set Version to 3.2.0
Browse files Browse the repository at this point in the history
[TASK] delete displayCond from contact_point_email and contact_point_telephone
[TASK] added default --palette-- language, hidden, access, categories, rowDescription, --div-- extended
  • Loading branch information
Teisi committed Dec 11, 2023
1 parent 9201bbf commit 5f1921a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions Configuration/TCA/tx_hhsimplejobposts_domain_model_jobpost.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
'
],
],
Expand Down Expand Up @@ -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',
Expand All @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5f1921a

Please sign in to comment.